Lines Matching refs:nodeid
155 uint64_t nodeid, __enum_uint8(vtype) vtyp) in fuse_vnode_init() argument
157 fvdat->nid = nodeid; in fuse_vnode_init()
167 if (nodeid == FUSE_ROOT_ID) { in fuse_vnode_init()
202 uint64_t nodeid, in fuse_vnode_alloc() argument
216 err = vfs_hash_get(mp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, td, vpp, in fuse_vnode_alloc()
217 fuse_vnode_cmp, &nodeid); in fuse_vnode_alloc()
225 MPASS(VTOFUD(*vpp)->nid == nodeid); in fuse_vnode_alloc()
238 nodeid); in fuse_vnode_alloc()
258 fuse_vnode_init(*vpp, fvdat, nodeid, vtyp); in fuse_vnode_alloc()
272 err = vfs_hash_insert(*vpp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, in fuse_vnode_alloc()
273 td, &vp2, fuse_vnode_cmp, &nodeid); in fuse_vnode_alloc()
293 uint64_t nodeid, in fuse_vnode_get() argument
309 if (dvp != NULL && VTOFUD(dvp)->nid == nodeid) { in fuse_vnode_get()
314 if (feo && feo->nodeid != feo->attr.ino && exportable) { in fuse_vnode_get()
332 err = fuse_vnode_alloc(mp, td, nodeid, vtyp, vpp); in fuse_vnode_get()