OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wl_inohash
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
vfs_wapbl.c
230
struct wapbl_ino_head *
wl_inohash
;
member in struct:wapbl
774
wih = &wl->
wl_inohash
[i];
2129
wih = &wl->
wl_inohash
[i];
2274
wl->
wl_inohash
= hashinit(size, HASH_LIST, true, &wl->wl_inohashmask);
2287
hashdone(wl->
wl_inohash
, HASH_LIST, wl->wl_inohashmask);
2303
wih = &wl->
wl_inohash
[ino & wl->wl_inohashmask];
2323
wih = &wl->
wl_inohash
[ino & wl->wl_inohashmask];
2724
wih = &wl->
wl_inohash
[0];
2733
KASSERT((wih - &wl->
wl_inohash
[0])
vfs_wapbl.c
230
struct wapbl_ino_head *
wl_inohash
;
member in struct:wapbl
774
wih = &wl->
wl_inohash
[i];
2129
wih = &wl->
wl_inohash
[i];
2274
wl->
wl_inohash
= hashinit(size, HASH_LIST, true, &wl->wl_inohashmask);
2287
hashdone(wl->
wl_inohash
, HASH_LIST, wl->wl_inohashmask);
2303
wih = &wl->
wl_inohash
[ino & wl->wl_inohashmask];
2323
wih = &wl->
wl_inohash
[ino & wl->wl_inohashmask];
2724
wih = &wl->
wl_inohash
[0];
2733
KASSERT((wih - &wl->
wl_inohash
[0])
Completed in 25 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025