Home
last modified time | relevance | path

Searched refs:node_exists (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/bsd/kern/
H A Dvfs_hash.c86 exists = node_exists(mp, hash); in vfs_hash_get()
115 ASSERT(node_exists(vp->v_mount, hash) == false); in vfs_hash_insert()
H A Dvfs_vnops.c74 ASSERT_ALWAYS(status == B_OK && node_exists(bsdVolume, inode)); in vn_vget_ino_gen()
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.h90 bool node_exists(struct mount* bsdVolume, uint64_t inode);
H A Dsupport.cpp951 node_exists(mount* bsdVolume, uint64_t inode) in node_exists() function
H A Dkernel_interface.cpp677 if (node_exists(bsdVolume, id) == true) in dosfs_read_vnode()