HomeSort by: relevance | last modified time | path
    Searched defs:wih (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_wapbl.c 771 struct wapbl_ino_head *wih; local in function:wapbl_discard
774 wih = &wl->wl_inohash[i];
775 while ((wi = LIST_FIRST(wih)) != NULL) {
2126 struct wapbl_ino_head *wih; local in function:wapbl_print
2129 wih = &wl->wl_inohash[i];
2130 LIST_FOREACH(wi, wih, wi_hash) {
2298 struct wapbl_ino_head *wih; local in function:wapbl_inodetrk_get
2303 wih = &wl->wl_inohash[ino & wl->wl_inohashmask];
2304 LIST_FOREACH(wi, wih, wi_hash) {
2314 struct wapbl_ino_head *wih; local in function:wapbl_register_inode
2716 struct wapbl_ino_head *wih; local in function:wapbl_write_inodes
    [all...]
vfs_wapbl.c 771 struct wapbl_ino_head *wih; local in function:wapbl_discard
774 wih = &wl->wl_inohash[i];
775 while ((wi = LIST_FIRST(wih)) != NULL) {
2126 struct wapbl_ino_head *wih; local in function:wapbl_print
2129 wih = &wl->wl_inohash[i];
2130 LIST_FOREACH(wi, wih, wi_hash) {
2298 struct wapbl_ino_head *wih; local in function:wapbl_inodetrk_get
2303 wih = &wl->wl_inohash[ino & wl->wl_inohashmask];
2304 LIST_FOREACH(wi, wih, wi_hash) {
2314 struct wapbl_ino_head *wih; local in function:wapbl_register_inode
2716 struct wapbl_ino_head *wih; local in function:wapbl_write_inodes
    [all...]

Completed in 28 milliseconds