Searched refs:node_exists (Results 1 – 5 of 5) sorted by relevance
86 exists = node_exists(mp, hash); in vfs_hash_get()115 ASSERT(node_exists(vp->v_mount, hash) == false); in vfs_hash_insert()
74 ASSERT_ALWAYS(status == B_OK && node_exists(bsdVolume, inode)); in vn_vget_ino_gen()
90 bool node_exists(struct mount* bsdVolume, uint64_t inode);
951 node_exists(mount* bsdVolume, uint64_t inode) in node_exists() function
677 if (node_exists(bsdVolume, id) == true) in dosfs_read_vnode()