Home
last modified time | relevance | path

Searched refs:ifid_ino (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/udf/
H A Dudf.h80 int ifid_ino; member
H A Dudf_vfsops.c737 if ((error = VFS_VGET(mp, ifhp->ifid_ino, LK_EXCLUSIVE, &nvp)) != 0) {
H A Dudf_vnops.c1283 ifhp->ifid_ino = node->hash_id; in udf_vptofh()
/freebsd/sys/fs/cd9660/
H A Diso.h259 ino_t ifid_ino; member
H A Dcd9660_vfsops.c616 ifh.ifid_ino, ifh.ifid_start); in cd9660_fhtovp()
619 if ((error = VFS_VGET(mp, ifh.ifid_ino, LK_EXCLUSIVE, &nvp)) != 0) { in cd9660_fhtovp()
H A Dcd9660_vnops.c775 ifh.ifid_ino = ip->i_number; in cd9660_vptofh()
785 (uintmax_t)ifh.ifid_ino, ifh.ifid_start); in cd9660_vptofh()