Searched refs:ino (Results 126 - 140 of 140) sorted by relevance

123456

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry.c827 archive_entry_set_ino(struct archive_entry *entry, unsigned long ino) argument
830 entry->ae_stat.aest_ino = ino;
834 archive_entry_set_ino64(struct archive_entry *entry, int64_t ino) argument
837 entry->ae_stat.aest_ino = ino;
/freebsd-9.3-release/libexec/rtld-elf/
H A Dmap_object.c256 obj->ino = sb->st_ino;
H A Drtld.c2086 if (obj->ino == sb.st_ino && obj->dev == sb.st_dev)
/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion_vfsops.c451 unionfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) argument
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_block.c511 p.ino = INT_GET(dep->inumber, ARCH_CONVERT);
513 p.ino += mp->m_inoadd;
H A Dxfs_rtalloc.c97 xfs_ino_t ino) /* inode number (bitmap/summary) */
133 if ((error = xfs_trans_iget(mp, tp, ino, 0,
174 if ((error = xfs_trans_iget(mp, tp, ino, 0,
93 xfs_growfs_rt_alloc( xfs_mount_t *mp, xfs_extlen_t oblocks, xfs_extlen_t nblocks, xfs_ino_t ino) argument
H A Dxfs_dir2_leaf.c1101 p->ino = INT_GET(dep->inumber, ARCH_CONVERT);
1103 p->ino += mp->m_inoadd;
/freebsd-9.3-release/sys/kern/
H A Dvfs_default.c1211 vfs_stdvget (mp, ino, flags, vpp)
1213 ino_t ino;
H A Dvfs_vnops.c1837 vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags, struct vnode **rvp) argument
1861 error = VFS_VGET(mp, ino, lkflags, rvp);
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_vnops.c603 ino_t ino; local
625 ino = ip->i_number; /* Save this before vgone() invalidates ip. */
628 error = VFS_VGET(ap->a_dvp->v_mount, ino, LK_EXCLUSIVE, vpp);
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dtree.c92 ino_t ino; member in struct:tree_entry
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_misc.c489 ibcs2_ino_t ino; member in struct:ibcs2_direct
609 idb.ino = (BSD_DIRENT(inp)->d_fileno > 0xfffe) ? 0xfffe :
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_stream.c1564 ino_t *ino = (ino_t *) &dev[1]; local
1565 if (svr4_find_socket(td, fp, *dev, *ino, &saun) != 0) {
/freebsd-9.3-release/sys/sys/
H A Dmount.h619 typedef int vfs_vget_t(struct mount *mp, ino_t ino, int flags,
H A Dvnode.h691 int vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags,

Completed in 234 milliseconds

123456