Lines Matching refs:nodeid
156 uint64_t nodeid, enum vtype vtyp) in fuse_vnode_init() argument
158 fvdat->nid = nodeid; in fuse_vnode_init()
161 if (nodeid == FUSE_ROOT_ID) { in fuse_vnode_init()
195 uint64_t nodeid, in fuse_vnode_alloc() argument
209 err = vfs_hash_get(mp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, td, vpp, in fuse_vnode_alloc()
210 fuse_vnode_cmp, &nodeid); in fuse_vnode_alloc()
218 MPASS(VTOFUD(*vpp)->nid == nodeid); in fuse_vnode_alloc()
231 nodeid); in fuse_vnode_alloc()
251 fuse_vnode_init(*vpp, fvdat, nodeid, vtyp); in fuse_vnode_alloc()
264 err = vfs_hash_insert(*vpp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, in fuse_vnode_alloc()
265 td, &vp2, fuse_vnode_cmp, &nodeid); in fuse_vnode_alloc()
285 uint64_t nodeid, in fuse_vnode_get() argument
299 if (dvp != NULL && VTOFUD(dvp)->nid == nodeid) { in fuse_vnode_get()
305 err = fuse_vnode_alloc(mp, td, nodeid, vtyp, vpp); in fuse_vnode_get()