Searched refs:ino_t (Results 76 - 100 of 170) sorted by relevance

1234567

/freebsd-9.3-release/sbin/restore/
H A Dinteractive.c70 ino_t fnum; /* inode number of file */
99 ino_t ino;
H A Dmain.c73 ino_t maxino;
85 ino_t ino;
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_socket.c75 ino_t ino; /* Inode where the socket lives on */
90 ino_t ino;
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_node.c313 ino_t
318 ino_t ino;
H A Diso.h266 int cd9660_vget_internal(struct mount *, ino_t, int, struct vnode **, int,
277 ino_t isodirino(struct iso_directory_record *, struct iso_mnt *);
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_alloc.c108 struct vnode *, ufs2_daddr_t, long, ino_t,
117 static ino_t ffs_dirpref(struct inode *);
975 ino_t ino, ipref;
1010 ino = (ino_t)ffs_hashalloc(pip, cg, ipref, mode, 0,
1090 static ino_t
1130 return ((ino_t)(fs->fs_ipg * mincg));
1186 return ((ino_t)(fs->fs_ipg * cg));
1193 return ((ino_t)(fs->fs_ipg * cg));
1200 return ((ino_t)(fs->fs_ipg * cg));
1204 return ((ino_t)(f
[all...]
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_lookup.c219 ino_t *dd_ino)
243 ino_t ino, ino1;
1267 ino_t newinum;
1334 ino_t parentino;
1388 ufs_dir_dd_ino(struct vnode *vp, struct ucred *cred, ino_t *dd_ino,
1436 ufs_checkpath(ino_t source_ino, ino_t parent_ino, struct inode *target, struct ucred *cred, ino_t *wait_ino)
1441 ino_t dd_ino;
H A Dufs_vfsops.c77 error = VFS_VGET(mp, (ino_t)ROOTINO, flags, &nvp);
H A Dufsmount.h107 int (*um_vfree)(struct vnode *, ino_t, int);
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_vfsops.c384 error = VFS_VGET(mp, (ino_t)hpmp->hpm_su.su_rootfno, LK_EXCLUSIVE, vpp);
441 ino_t ino,
487 if (ino == (ino_t)hpmp->hpm_su.su_rootfno)
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive.h493 dev_t, ino_t);
531 __LA_DECL int archive_write_set_skip_file(struct archive *, dev_t, ino_t);
641 dev_t, ino_t);
H A Darchive_entry.h74 * just use plain ino_t everywhere. Likewise for the other types just
77 #define __LA_INO_T ino_t
/freebsd-9.3-release/lib/libutil/
H A Dpidfile.c48 ino_t pf_ino;
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dpass1.c55 static ino_t lastino; /* last inode in use */
57 static int checkinode(ino_t inumber, struct inodesc *, int rebuildcg);
66 ino_t inumber, inosused, mininos;
237 checkinode(ino_t inumber, struct inodesc *idesc, int rebuildcg)
H A Dpass2.c208 inp->i_dotdot == (ino_t)-1)
369 inp->i_dotdot = (ino_t)-1;
373 inp->i_dotdot = (ino_t)-1;
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c141 static int xfsread(ino_t, void *, size_t);
173 xfsread(ino_t inode, void *buf, size_t nbyte)
225 ino_t ino;
310 ino_t ino;
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c143 static int xfsread(ino_t, void *, size_t);
175 xfsread(ino_t inode, void *buf, size_t nbyte)
354 ino_t ino;
449 ino_t ino;
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_subr.h96 int ntfs_ntlookup(struct ntfsmount *, ino_t, struct ntnode **);
/freebsd-9.3-release/sys/sys/
H A Dtypes.h146 typedef __ino_t ino_t; /* inode number */ typedef
H A Dconf.h307 ino_t devfs_alloc_cdp_inode(void);
308 void devfs_free_cdp_inode(ino_t ino);
/freebsd-9.3-release/usr.bin/catman/
H A Dcatman.c103 ino_t inode_number;
120 ino_t inode_number,
143 ino_t inode_number,
389 ino_t src_ino;
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32.h155 ino_t st_ino;
177 ino_t st_ino;
/freebsd-9.3-release/sbin/fsdb/
H A Dfsdb.c297 ino_t curinum, ocurrent;
311 ino_t inum;
332 ino_t inum;
437 ino_t inum, inosused;
747 ino_t inum;
797 ino_t inum;
/freebsd-9.3-release/bin/pax/
H A Dcpio.c298 arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), OCT);
592 arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), HEX);
903 arcn->sb.st_ino = (ino_t)(RSHRT_EXT(hd->h_ino));
918 arcn->sb.st_ino = (ino_t)(SHRT_EXT(hd->h_ino));
1079 if (arcn->sb.st_ino != (ino_t)(SHRT_EXT(hd->h_ino)))
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dcmds.c784 char obuf[(sizeof(dev_t) + sizeof(ino_t) + 2) * 4 / 3 + 2];
785 char tbuf[sizeof(dev_t) + sizeof(ino_t)];
790 (char *)&(fe->stat->st_ino), sizeof(ino_t));
791 base64_encode(tbuf, sizeof(dev_t) + sizeof(ino_t), obuf, 1);

Completed in 347 milliseconds

1234567