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()
169 if (nodeid == FUSE_ROOT_ID) { in fuse_vnode_init()
205 uint64_t nodeid, in fuse_vnode_alloc() argument
219 err = vfs_hash_get(mp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, td, vpp, in fuse_vnode_alloc()
220 fuse_vnode_cmp, &nodeid); in fuse_vnode_alloc()
228 MPASS(VTOFUD(*vpp)->nid == nodeid); in fuse_vnode_alloc()
241 nodeid); in fuse_vnode_alloc()
261 fuse_vnode_init(*vpp, fvdat, nodeid, vtyp); in fuse_vnode_alloc()
275 err = vfs_hash_insert(*vpp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, in fuse_vnode_alloc()
276 td, &vp2, fuse_vnode_cmp, &nodeid); in fuse_vnode_alloc()
296 uint64_t nodeid, in fuse_vnode_get() argument
312 if (dvp != NULL && VTOFUD(dvp)->nid == nodeid) { in fuse_vnode_get()
317 if (feo && feo->nodeid != feo->attr.ino && exportable) { in fuse_vnode_get()
335 err = fuse_vnode_alloc(mp, td, nodeid, vtyp, vpp); in fuse_vnode_get()