node_exists
ASSERT(node_exists(vp->v_mount, hash) == false);
exists = node_exists(mp, hash);
ASSERT_ALWAYS(status == B_OK && node_exists(bsdVolume, inode));
bool node_exists(struct mount* bsdVolume, uint64_t inode);
if (node_exists(bsdVolume, id) == true)