HomeSort by: relevance | last modified time | path
    Searched defs:ifid_ino (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/filecorefs/
filecore_vfsops.c 519 u_int32_t ifid_ino; member in struct:ifid
536 if ((error = VFS_VGET(mp, ifh.ifid_ino, lktype, &nvp)) != 0) {
591 ifh.ifid_ino = ip->i_number;
  /src/sys/fs/adosfs/
advfsops.c 687 int ifid_ino; member in struct:ifid
711 if ((error = VFS_VGET(mp, ifh.ifid_ino, lktype, &nvp)) != 0) {
741 ifh.ifid_ino = ap->block;
  /src/sys/fs/cd9660/
cd9660_vfsops.c 697 ino_t ifid_ino; member in struct:ifid
718 ifh.ifid_ino, ifh.ifid_start);
721 if ((error = VFS_VGET(mp, ifh.ifid_ino, lktype, &nvp)) != 0) {
919 ifh.ifid_ino = ip->i_number;
927 ifh.ifid_ino,ifh.ifid_start);

Completed in 14 milliseconds