Lines Matching refs:nodeid
156 uint64_t nodeid, __enum_uint8(vtype) vtyp) in fuse_vnode_init() argument
158 fvdat->nid = nodeid; in fuse_vnode_init()
168 if (nodeid == FUSE_ROOT_ID) { in fuse_vnode_init()
203 uint64_t nodeid, in fuse_vnode_alloc() argument
217 err = vfs_hash_get(mp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, td, vpp, in fuse_vnode_alloc()
218 fuse_vnode_cmp, &nodeid); in fuse_vnode_alloc()
226 MPASS(VTOFUD(*vpp)->nid == nodeid); in fuse_vnode_alloc()
239 nodeid); in fuse_vnode_alloc()
259 fuse_vnode_init(*vpp, fvdat, nodeid, vtyp); in fuse_vnode_alloc()
273 err = vfs_hash_insert(*vpp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, in fuse_vnode_alloc()
274 td, &vp2, fuse_vnode_cmp, &nodeid); in fuse_vnode_alloc()
294 uint64_t nodeid, in fuse_vnode_get() argument
308 if (dvp != NULL && VTOFUD(dvp)->nid == nodeid) { in fuse_vnode_get()
314 err = fuse_vnode_alloc(mp, td, nodeid, vtyp, vpp); in fuse_vnode_get()