bin/cpdup/cpdup.c
127
static void hltsetdino(struct hlink *, ino_t);
bin/cpdup/cpdup.c
1364
if (hln->dino == (ino_t)-1) {
bin/cpdup/cpdup.c
551
new->dino = (ino_t)-1;
bin/cpdup/cpdup.c
566
hltsetdino(struct hlink *hl, ino_t inum)
bin/cpdup/cpdup.c
88
ino_t ino;
bin/cpdup/cpdup.c
89
ino_t dino;
bin/ls/ls.c
546
ino_t maxinode;
bin/pax/cpio.c
1040
if (arcn->sb.st_ino != (ino_t)(SHRT_EXT(hd->h_ino)))
bin/pax/cpio.c
288
arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), OCT);
bin/pax/cpio.c
567
arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), HEX);
bin/pax/cpio.c
864
arcn->sb.st_ino = (ino_t)(RSHRT_EXT(hd->h_ino));
bin/pax/cpio.c
879
arcn->sb.st_ino = (ino_t)(SHRT_EXT(hd->h_ino));
bin/pax/extern.h
252
void add_atdir (char *, dev_t, ino_t, time_t, time_t);
bin/pax/extern.h
253
int get_atdir (dev_t, ino_t, time_t *, time_t *);
bin/pax/tables.c
1011
get_atdir(dev_t dev, ino_t ino, time_t *mtime, time_t *atime)
bin/pax/tables.c
763
ino_t trunc_bits = 0;
bin/pax/tables.c
764
ino_t nino;
bin/pax/tables.c
774
if ((nino = arcn->sb.st_ino & (ino_t)ino_mask) != arcn->sb.st_ino) {
bin/pax/tables.c
776
trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask);
bin/pax/tables.c
949
add_atdir(char *fname, dev_t dev, ino_t ino, time_t mtime, time_t atime)
bin/pax/tables.h
130
ino_t trunc_bits; /* truncation pattern for a specific map */
bin/pax/tables.h
146
ino_t ino;
bin/pax/tables.h
61
ino_t ino; /* files inode number */
include/fts.h
81
ino_t fts_ino; /* inode */
lib/libc/gen/fts.c
857
ino_t ino;
lib/libthread_xu/thread/thr_sem.c
437
sem_get_mapping(ino_t inode, dev_t dev)
lib/libthread_xu/thread/thr_sem.c
464
sem_add_mapping(ino_t inode, dev_t dev, sem_t sem, int fd)
lib/libthread_xu/thread/thr_sem.c
99
ino_t inode;
lib/libutil/pidfile.c
46
ino_t pf_ino;
libexec/rtld-elf/rtld.h
266
ino_t ino; /* Object's inode number */
sbin/ffsinfo/ffsinfo.c
143
ino_t in;
sbin/ffsinfo/ffsinfo.c
381
dump_whole_inode((ino_t)cfg_in, fsi, cfg_lv);
sbin/ffsinfo/ffsinfo.c
383
for(in=cg_start*sblock.fs_ipg; in<(ino_t)cg_stop*sblock.fs_ipg;
sbin/ffsinfo/ffsinfo.c
403
dump_whole_inode(ino_t inode, int fsi, int level)
sbin/ffsinfo/ffsinfo.c
563
ginode(ino_t inumber, int fsi)
sbin/ffsinfo/ffsinfo.c
566
static ino_t startinum=0; /* first inode in cached block */
sbin/ffsinfo/ffsinfo.c
89
static struct ufs1_dinode *ginode(ino_t, int);
sbin/ffsinfo/ffsinfo.c
90
static void dump_whole_inode(ino_t, int, int);
sbin/fsdb/fsdb.c
275
ino_t curinum, ocurrent;
sbin/fsdb/fsdb.c
290
ino_t inum;
sbin/fsdb/fsdb.c
311
ino_t inum;
sbin/fsdb/fsdb.c
466
ino_t inum;
sbin/fsdb/fsdb.c
516
ino_t inum;
sbin/fsdb/fsdb.h
55
extern ino_t curinum;
sbin/fsdb/fsdb.h
59
void printstat(const char *cp, ino_t inum, struct ufs1_dinode *dp);
sbin/fsdb/fsdbutil.c
233
printblocks(ino_t inum, struct ufs1_dinode *dp)
sbin/fsdb/fsdbutil.c
51
static void printblocks(ino_t inum, struct ufs1_dinode *dp);
sbin/fsdb/fsdbutil.c
85
printstat(const char *cp, ino_t inum, struct ufs1_dinode *dp)
sbin/fsirand/fsirand.c
108
ino_t inumber;
sbin/growfs/growfs.c
129
static struct ufs1_dinode *ginode(ino_t, int, int);
sbin/growfs/growfs.c
134
static void updrefs(int, ino_t, struct gfs_bpp *, int, int, unsigned int);
sbin/growfs/growfs.c
1491
updrefs(cylno, (ino_t)inc, bp, fsi, fso, Nflag);
sbin/growfs/growfs.c
1830
ginode(ino_t inumber, int fsi, int cg)
sbin/growfs/growfs.c
1833
static ino_t startinum=0; /* first inode in cached block */
sbin/growfs/growfs.c
2247
updrefs(int cg, ino_t in, struct gfs_bpp *bp, int fsi, int fso, unsigned int
sbin/newfs/mkfs.c
1134
iput(struct ufs1_dinode *ip, ino_t ino)
sbin/newfs/mkfs.c
132
void iput(struct ufs1_dinode *, ino_t);
sbin/quotacheck/quotacheck.c
105
getnextinode(ino_t);
sbin/quotacheck/quotacheck.c
234
ino_t ino;
sbin/quotacheck/quotacheck.c
507
ino_t nextino, lastinum;
sbin/quotacheck/quotacheck.c
513
getnextinode(ino_t inumber)
sbin/quotacheck/quotacheck.c
68
ino_t quotamaxino;
sbin/vquota/vquota.c
101
struct hl_node* hl_node_insert(ino_t);
sbin/vquota/vquota.c
114
struct hl_node* hl_node_insert(ino_t inode)
sbin/vquota/vquota.c
142
hl_register(ino_t inode)
sbin/vquota/vquota.c
270
ino_t file_inode;
sbin/vquota/vquota.c
88
ino_t ino_left_bits;
stand/boot/common/dinode.h
57
#define ROOTINO ((ino_t)2)
stand/boot/common/dinode.h
65
#define WINO ((ino_t)1)
stand/lib/ext2fs.c
314
static int read_inode(ino_t inumber, struct open_file *f);
stand/lib/ext2fs.c
320
ino_t *inumber_p);
stand/lib/ext2fs.c
331
ino_t inumber, parent_inumber;
stand/lib/ext2fs.c
521
inumber = (ino_t)EXT2_ROOTINO;
stand/lib/ext2fs.c
551
read_inode(ino_t inumber, struct open_file *f)
stand/lib/ext2fs.c
750
search_directory(char *name, struct open_file *f, ino_t *inumber_p)
stand/lib/ext2fs.c
768
if (dp->d_ino == (ino_t)0)
stand/lib/ext2fs.c
893
if (ed->d_ino == (ino_t)0)
stand/lib/hammer1.c
1074
ino_t ino = hlookup(&hfs, argv[i]);
stand/lib/hammer1.c
1075
if (ino == (ino_t)-1) {
stand/lib/hammer1.c
540
hdirlocalization(struct hfs *hfs, ino_t ino)
stand/lib/hammer1.c
575
hreaddir(struct hfs *hfs, ino_t ino, int64_t *off, struct dirent *de)
stand/lib/hammer1.c
615
static ino_t
stand/lib/hammer1.c
616
hresolve(struct hfs *hfs, ino_t dirino, const char *name)
stand/lib/hammer1.c
662
static ino_t
stand/lib/hammer1.c
672
ino_t ino = 1;
stand/lib/hammer1.c
691
} while (ino != (ino_t)-1 && *path != 0);
stand/lib/hammer1.c
699
hstat(struct hfs *hfs, ino_t ino, struct stat* st)
stand/lib/hammer1.c
734
hreadf(struct hfs *hfs, ino_t ino, int64_t off, int64_t len, char *buf)
stand/lib/hammer1.c
822
ino_t ino = hlookup(&hfs, path);
stand/lib/hammer1.c
914
ino_t ino;
stand/lib/ufs.c
114
static int read_inode(ino_t, struct open_file *);
stand/lib/ufs.c
117
static int search_directory(char *, struct open_file *, ino_t *);
stand/lib/ufs.c
126
read_inode(ino_t inumber, struct open_file *f)
stand/lib/ufs.c
351
search_directory(char *name, struct open_file *f, ino_t *inumber_p)
stand/lib/ufs.c
372
if (dp->d_ino == (ino_t)0)
stand/lib/ufs.c
404
ino_t inumber, parent_inumber;
stand/lib/ufs.c
569
inumber = (ino_t)UFS_ROOTINO;
stand/lib/ufs.c
711
if (dp->d_ino == (ino_t)0)
sys/kern/vfs_default.c
1594
vfs_stdvget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/kern/vfs_subr.c
2560
vop_write_dirent(int *error, struct uio *uio, ino_t d_ino, uint8_t d_type,
sys/kern/vfs_vfsops.c
220
vfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/sys/devfs.h
220
ino_t ino;
sys/sys/devfs.h
417
struct vnode *devfs_inode_to_vnode(struct mount *, ino_t);
sys/sys/devfs.h
78
ino_t d_ino; /* file number of entry */
sys/sys/devfs.h
88
ino_t fid_ino; /* File number (ino). */
sys/sys/dirent.h
66
ino_t d_ino; /* file number of entry */
sys/sys/dirent.h
68
ino_t d_fileno; /* file number of entry */
sys/sys/mount.h
562
ino_t ino, struct vnode **vpp);
sys/sys/mount.h
591
ino_t ino, struct vnode **vpp);
sys/sys/stat.h
101
ino_t st_ino; /* inode's number */
sys/sys/vfscache.h
127
ino_t va_fileid; /* file id */
sys/sys/vnioctl.h
86
ino_t ino; /* vn inode */
sys/sys/vnode.h
545
int vop_write_dirent(int *, struct uio *, ino_t, uint8_t, uint16_t,
sys/vfs/autofs/autofs.h
120
ino_t am_last_ino;
sys/vfs/autofs/autofs.h
56
#define AUTOFS_ROOTINO ((ino_t)1)
sys/vfs/autofs/autofs.h
99
ino_t an_ino;
sys/vfs/autofs/autofs_vnops.c
287
autofs_write_dirent(struct uio *uio, const char *name, ino_t ino)
sys/vfs/devfs/devfs_core.c
107
static ino_t d_ino;
sys/vfs/devfs/devfs_core.c
111
static ino_t devfs_fetch_ino(void);
sys/vfs/devfs/devfs_core.c
155
devfs_inode_to_vnode_worker_callback(struct devfs_node *, ino_t *);
sys/vfs/devfs/devfs_core.c
2197
devfs_inode_to_vnode_worker_callback(struct devfs_node *node, ino_t *inop)
sys/vfs/devfs/devfs_core.c
2200
ino_t target = *inop;
sys/vfs/devfs/devfs_core.c
2422
static ino_t
sys/vfs/devfs/devfs_core.c
2425
ino_t ret;
sys/vfs/devfs/devfs_core.c
959
devfs_inode_to_vnode(struct mount *mp, ino_t target)
sys/vfs/devfs/devfs_vfsops.c
246
ino_t ino, struct vnode **vpp)
sys/vfs/devfs/devfs_vfsops.c
60
ino_t ino, struct vnode **vpp);
sys/vfs/dirfs/dirfs.h
157
ino_t dn_ino;
sys/vfs/ext2fs/ext2_alloc.c
1449
ext2_vfree(struct vnode *pvp, ino_t ino, int mode)
sys/vfs/ext2fs/ext2_alloc.c
393
ino_t ino, ipref;
sys/vfs/ext2fs/ext2_alloc.c
419
ino = (ino_t)ext2_hashalloc(pip, cg, (long)ipref, mode, ext2_nodealloccg);
sys/vfs/ext2fs/ext2_dinode.h
41
#define EXT2_BADBLKINO ((ino_t)1)
sys/vfs/ext2fs/ext2_dinode.h
42
#define EXT2_ROOTINO ((ino_t)2)
sys/vfs/ext2fs/ext2_dinode.h
43
#define EXT2_ACLIDXINO ((ino_t)3)
sys/vfs/ext2fs/ext2_dinode.h
44
#define EXT2_ACLDATAINO ((ino_t)4)
sys/vfs/ext2fs/ext2_dinode.h
45
#define EXT2_BOOTLOADERINO ((ino_t)5)
sys/vfs/ext2fs/ext2_dinode.h
46
#define EXT2_UNDELDIRINO ((ino_t)6)
sys/vfs/ext2fs/ext2_dinode.h
47
#define EXT2_RESIZEINO ((ino_t)7)
sys/vfs/ext2fs/ext2_dinode.h
48
#define EXT2_JOURNALINO ((ino_t)8)
sys/vfs/ext2fs/ext2_dinode.h
49
#define EXT2_EXCLUDEINO ((ino_t)9)
sys/vfs/ext2fs/ext2_dinode.h
50
#define EXT2_REPLICAINO ((ino_t)10)
sys/vfs/ext2fs/ext2_dinode.h
51
#define EXT2_FIRSTINO ((ino_t)11)
sys/vfs/ext2fs/ext2_extern.h
133
struct vnode *ext2_ihashget(cdev_t, ino_t);
sys/vfs/ext2fs/ext2_extern.h
138
int ext2_alloc_vnode(struct mount *, ino_t, struct vnode **);
sys/vfs/ext2fs/ext2_extern.h
78
int ext2_vfree(struct vnode *, ino_t, int);
sys/vfs/ext2fs/ext2_extern.h
90
int ext2_dirempty(struct inode *, ino_t, struct ucred *);
sys/vfs/ext2fs/ext2_ihash.c
89
ext2_ihashget(cdev_t dev, ino_t inum)
sys/vfs/ext2fs/ext2_lookup.c
1147
ext2_dirempty(struct inode *ip, ino_t parentino, struct ucred *cred)
sys/vfs/ext2fs/ext2_lookup.c
128
struct componentname *cnp, ino_t *dd_ino);
sys/vfs/ext2fs/ext2_lookup.c
313
ino_t *dd_ino)
sys/vfs/ext2fs/ext2_lookup.c
333
ino_t ino;
sys/vfs/ext2fs/ext2_vfsops.c
1262
ext2_alloc_vnode(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/vfs/ext2fs/ext2_vfsops.c
1338
ext2_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/ext2fs/ext2_vfsops.c
1608
error = VFS_VGET(mp, NULL, (ino_t)EXT2_ROOTINO, &nvp);
sys/vfs/ext2fs/ext2_vnops.c
525
ino_t ino;
sys/vfs/ext2fs/inode.h
194
ino_t ufid_ino; /* File number (ino). */
sys/vfs/ext2fs/inode.h
81
ino_t i_number; /* The identity of the inode. */
sys/vfs/hammer/hammer_vfsops.c
245
ino_t ino, struct vnode **vpp);
sys/vfs/hammer/hammer_vfsops.c
921
ino_t ino, struct vnode **vpp)
sys/vfs/hammer2/hammer2.h
1884
ino_t ino, struct vnode **vpp);
sys/vfs/hammer2/hammer2_vfsops.c
1899
ino_t ino, struct vnode **vpp)
sys/vfs/hpfs/hpfs_vfsops.c
388
error = VFS_VGET(mp, NULL, (ino_t)hpmp->hpm_su.su_rootfno, vpp);
sys/vfs/hpfs/hpfs_vfsops.c
457
hpfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/hpfs/hpfs_vfsops.c
501
if (ino == (ino_t)hpmp->hpm_su.su_rootfno)
sys/vfs/hpfs/hpfs_vfsops.c
72
ino_t ino, struct vnode **vpp);
sys/vfs/isofs/cd9660/cd9660_lookup.c
105
ino_t ino = 0;
sys/vfs/isofs/cd9660/cd9660_node.c
107
cd9660_ihashget(cdev_t dev, ino_t inum)
sys/vfs/isofs/cd9660/cd9660_node.c
428
ino_t
sys/vfs/isofs/cd9660/cd9660_node.c
431
ino_t ino;
sys/vfs/isofs/cd9660/cd9660_node.c
433
ino = (ino_t)(isonum_733(isodir->extent) +
sys/vfs/isofs/cd9660/cd9660_node.h
122
struct vnode *cd9660_ihashget(cdev_t, ino_t);
sys/vfs/isofs/cd9660/cd9660_node.h
70
ino_t i_number; /* the identity of the inode */
sys/vfs/isofs/cd9660/cd9660_node.h
77
ino_t i_ino; /* inode number of found directory */
sys/vfs/isofs/cd9660/cd9660_rrip.c
635
u_short *outlen, ino_t *inump, struct iso_mnt *imp)
sys/vfs/isofs/cd9660/cd9660_vfsops.c
611
ino_t ino = isodirino(dp, imp);
sys/vfs/isofs/cd9660/cd9660_vfsops.c
713
cd9660_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/isofs/cd9660/cd9660_vfsops.c
732
cd9660_vget_internal(struct mount *mp, ino_t ino, struct vnode **vpp,
sys/vfs/isofs/cd9660/cd9660_vfsops.c
77
static int cd9660_vget(struct mount *, struct vnode *, ino_t, struct vnode **);
sys/vfs/isofs/cd9660/cd9660_vnops.c
541
ino_t cur_fileno = idp->current.de.d_ino;
sys/vfs/isofs/cd9660/iso.h
266
int cd9660_vget_internal(struct mount *, ino_t, struct vnode **, int,
sys/vfs/isofs/cd9660/iso.h
276
ino_t isodirino(struct iso_directory_record *, struct iso_mnt *);
sys/vfs/isofs/cd9660/iso_rrip.h
67
ino_t *inump; /* inode number pointer */
sys/vfs/isofs/cd9660/iso_rrip.h
80
ino_t *inump, struct iso_mnt *imp);
sys/vfs/nfs/nfsnode.h
62
ino_t nfs_ino; /* file number of entry */
sys/vfs/ntfs/ntfs_ihash.c
91
ntfs_nthashlookup(cdev_t dev, ino_t inum)
sys/vfs/ntfs/ntfs_ihash.h
35
struct ntnode *ntfs_nthashlookup (cdev_t, ino_t);
sys/vfs/ntfs/ntfs_ihash.h
36
struct ntnode *ntfs_nthashget (cdev_t, ino_t);
sys/vfs/ntfs/ntfs_inode.h
52
ino_t i_number;
sys/vfs/ntfs/ntfs_inode.h
64
ino_t i_mainrec; /* MFR */
sys/vfs/ntfs/ntfs_inode.h
78
ino_t f_pnumber; /* $NAME/dirinfo */
sys/vfs/ntfs/ntfs_inode.h
99
ino_t ntfid_ino; /* File number (ino). */
sys/vfs/ntfs/ntfs_subr.c
362
ntfs_ntlookup(struct ntfsmount *ntmp, ino_t ino, struct ntnode **ipp)
sys/vfs/ntfs/ntfs_subr.h
96
int ntfs_ntlookup (struct ntfsmount *, ino_t, struct ntnode **);
sys/vfs/ntfs/ntfs_vfsops.c
565
error = VFS_VGET(mp, NULL, (ino_t)NTFS_ROOTINO, &nvp);
sys/vfs/ntfs/ntfs_vfsops.c
692
ntfs_vgetex(struct mount *mp, ino_t ino, u_int32_t attrtype, char *attrname,
sys/vfs/ntfs/ntfs_vfsops.c
78
ino_t ino, struct vnode **vpp);
sys/vfs/ntfs/ntfs_vfsops.c
794
ntfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/ntfs/ntfs_vfsops.h
43
int ntfs_vgetex(struct mount *, ino_t, u_int32_t, char *, u_long, u_long,
sys/vfs/procfs/procfs_vnops.c
1027
ino_t d_ino;
sys/vfs/tmpfs/tmpfs.h
123
#define TMPFS_ROOTINO ((ino_t)2)
sys/vfs/tmpfs/tmpfs.h
173
ino_t tn_id;
sys/vfs/tmpfs/tmpfs.h
341
ino_t tm_nodes_max;
sys/vfs/tmpfs/tmpfs.h
344
ino_t tm_nodes_inuse;
sys/vfs/tmpfs/tmpfs.h
369
ino_t tm_ino;
sys/vfs/tmpfs/tmpfs.h
389
ino_t tf_id;
sys/vfs/tmpfs/tmpfs_mount.h
46
ino_t ta_nodes_max;
sys/vfs/tmpfs/tmpfs_subr.c
1417
static ino_t
sys/vfs/tmpfs/tmpfs_subr.c
1420
ino_t ret;
sys/vfs/tmpfs/tmpfs_subr.c
58
static ino_t tmpfs_fetch_ino(struct tmpfs_mount *);
sys/vfs/tmpfs/tmpfs_subr.c
747
ino_t d_ino;
sys/vfs/tmpfs/tmpfs_subr.c
902
ino_t d_ino;
sys/vfs/tmpfs/tmpfs_vfsops.c
104
ino_t nodes;
sys/vfs/tmpfs/tmpfs_vfsops.c
108
ino_t nodes_max;
sys/vfs/udf/udf.h
124
static __inline ino_t
sys/vfs/udf/udf.h
131
int udf_hashlookup(struct udf_mnt *, ino_t, struct vnode **);
sys/vfs/udf/udf.h
135
int udf_vget(struct mount *, struct vnode *, ino_t, struct vnode **);
sys/vfs/udf/udf.h
37
ino_t hash_id;
sys/vfs/udf/udf_vfsops.c
443
ino_t id;
sys/vfs/udf/udf_vfsops.c
484
udf_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/udf/udf_vnops.c
877
ino_t id = 0;
sys/vfs/udf/udf_vnops.c
93
udf_hashlookup(struct udf_mnt *udfmp, ino_t id, struct vnode **vpp)
sys/vfs/ufs/dinode.h
49
#define UFS_ROOTINO ((ino_t)2)
sys/vfs/ufs/dinode.h
57
#define UFS_WINO ((ino_t)1)
sys/vfs/ufs/ffs_alloc.c
1353
static ino_t
sys/vfs/ufs/ffs_alloc.c
1485
ffs_blkfree_cg(struct fs * fs, struct vnode * i_devvp, cdev_t i_dev, ino_t i_number,
sys/vfs/ufs/ffs_alloc.c
1628
ino_t i_number;
sys/vfs/ufs/ffs_alloc.c
1750
ffs_vfree(struct vnode *pvp, ino_t ino, int mode)
sys/vfs/ufs/ffs_alloc.c
1764
ffs_freefile(struct vnode *pvp, ino_t ino, int mode)
sys/vfs/ufs/ffs_alloc.c
590
ino_t ino, ipref;
sys/vfs/ufs/ffs_alloc.c
617
ino = (ino_t)ffs_hashalloc(pip, cg, (long)ipref, mode,
sys/vfs/ufs/ffs_alloc.c
66
static void ffs_blkfree_cg(struct fs *, struct vnode *, cdev_t , ino_t,
sys/vfs/ufs/ffs_alloc.c
663
static ino_t
sys/vfs/ufs/ffs_alloc.c
701
return ((ino_t)(fs->fs_ipg * mincg));
sys/vfs/ufs/ffs_alloc.c
749
return ((ino_t)(fs->fs_ipg * cg));
sys/vfs/ufs/ffs_alloc.c
75
static ino_t ffs_dirpref (struct inode *);
sys/vfs/ufs/ffs_alloc.c
756
return ((ino_t)(fs->fs_ipg * cg));
sys/vfs/ufs/ffs_alloc.c
763
return ((ino_t)(fs->fs_ipg * cg));
sys/vfs/ufs/ffs_alloc.c
767
return ((ino_t)(fs->fs_ipg * cg));
sys/vfs/ufs/ffs_alloc.c
80
static ino_t ffs_nodealloccg (struct inode *, int, ufs_daddr_t, int);
sys/vfs/ufs/ffs_extern.h
110
void softdep_freefile(struct vnode *, ino_t, int);
sys/vfs/ufs/ffs_extern.h
112
void softdep_setup_inomapdep(struct buf *, struct inode *, ino_t);
sys/vfs/ufs/ffs_extern.h
82
int ffs_freefile( struct vnode *, ino_t, int );
sys/vfs/ufs/ffs_extern.h
98
int ffs_vfree(struct vnode *, ino_t, int);
sys/vfs/ufs/ffs_extern.h
99
int ffs_vget(struct mount *, struct vnode *, ino_t, struct vnode **);
sys/vfs/ufs/ffs_softdep.c
1153
softdep_setup_inomapdep(struct buf *bp, struct inode *ip, ino_t newinum)
sys/vfs/ufs/ffs_softdep.c
155
static int flush_inodedep_deps(struct fs *, ino_t);
sys/vfs/ufs/ffs_softdep.c
189
static int inodedep_lookup(struct fs *, ino_t, int, struct inodedep **);
sys/vfs/ufs/ffs_softdep.c
2020
softdep_freefile(struct vnode *pvp, ino_t ino, int mode)
sys/vfs/ufs/ffs_softdep.c
2331
ino_t newinum, struct buf *newdirbp)
sys/vfs/ufs/ffs_softdep.c
2707
struct inode *ip, ino_t newinum,
sys/vfs/ufs/ffs_softdep.c
2842
ino_t oldinum;
sys/vfs/ufs/ffs_softdep.c
4010
ino_t parentino;
sys/vfs/ufs/ffs_softdep.c
4458
flush_inodedep_deps(struct fs *fs, ino_t ino)
sys/vfs/ufs/ffs_softdep.c
4555
ino_t inum;
sys/vfs/ufs/ffs_softdep.c
4789
ino_t ino;
sys/vfs/ufs/ffs_softdep.c
4847
ino_t firstino, lastino, ino;
sys/vfs/ufs/ffs_softdep.c
812
pagedep_find(struct pagedep_hashhead *pagedephd, ino_t ino, ufs_lbn_t lbn,
sys/vfs/ufs/ffs_softdep.c
895
inodedep_find(struct inodedep_hashhead *inodedephd, struct fs *fs, ino_t inum)
sys/vfs/ufs/ffs_softdep.c
913
inodedep_lookup(struct fs *fs, ino_t inum, int flags,
sys/vfs/ufs/ffs_softdep_stub.c
118
softdep_freefile(struct vnode *pvp, ino_t ino, int mode)
sys/vfs/ufs/ffs_softdep_stub.c
125
ino_t newinum, struct buf *newdirbp)
sys/vfs/ufs/ffs_softdep_stub.c
147
struct inode *ip, ino_t newinum, int isrmdir)
sys/vfs/ufs/ffs_softdep_stub.c
76
softdep_setup_inomapdep(struct buf *bp, struct inode *ip, ino_t newinum)
sys/vfs/ufs/ffs_vfsops.c
1067
ffs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp)
sys/vfs/ufs/inode.h
167
ino_t ufid_ino; /* File number (ino). */
sys/vfs/ufs/inode.h
84
ino_t i_number; /* The identity of the inode. */
sys/vfs/ufs/inode.h
97
ino_t i_ino; /* Inode number of found directory. */
sys/vfs/ufs/softdep.h
179
ino_t pd_ino; /* associated file */
sys/vfs/ufs/softdep.h
238
ino_t id_ino; /* dependent inode */
sys/vfs/ufs/softdep.h
388
ino_t ff_inum; /* owning inode number */
sys/vfs/ufs/softdep.h
400
ino_t fb_previousinum; /* inode of previous owner of blocks */
sys/vfs/ufs/softdep.h
420
ino_t fx_oldinum; /* inum of the unlinked file */
sys/vfs/ufs/softdep.h
467
ino_t da_newinum; /* inode number for the new dir entry */
sys/vfs/ufs/softdep.h
525
ino_t dm_oldinum; /* inum of the removed dir entry */
sys/vfs/ufs/softdep.h
528
ino_t dmu_dirinum; /* parent inode number (for rmdir) */
sys/vfs/ufs/ufs_extern.h
104
struct inode *, ino_t, int);
sys/vfs/ufs/ufs_extern.h
68
int ufs_dirempty(struct inode *, ino_t, struct ucred *);
sys/vfs/ufs/ufs_extern.h
74
int ufs_dirrewrite(struct inode *, struct inode *, ino_t, int, int);
sys/vfs/ufs/ufs_extern.h
77
ufs_ihashget(struct ufsmount *, cdev_t, ino_t);
sys/vfs/ufs/ufs_extern.h
78
int ufs_ihashcheck(struct ufsmount *, cdev_t, ino_t);
sys/vfs/ufs/ufs_extern.h
83
ufs_ihashlookup(struct ufsmount *, cdev_t, ino_t);
sys/vfs/ufs/ufs_extern.h
98
ino_t, struct buf *);
sys/vfs/ufs/ufs_ihash.c
134
ufs_ihashcheck(struct ufsmount *ump, cdev_t dev, ino_t inum)
sys/vfs/ufs/ufs_ihash.c
79
ufs_ihashlookup(struct ufsmount *ump, cdev_t dev, ino_t inum)
sys/vfs/ufs/ufs_ihash.c
99
ufs_ihashget(struct ufsmount *ump, cdev_t dev, ino_t inum)
sys/vfs/ufs/ufs_lookup.c
1015
ufs_dirrewrite(struct inode *dp, struct inode *oip, ino_t newinum, int newtype,
sys/vfs/ufs/ufs_lookup.c
1058
ufs_dirempty(struct inode *ip, ino_t parentino, struct ucred *cred)
sys/vfs/ufs/ufs_vfsops.c
63
error = VFS_VGET(mp, NULL, (ino_t)UFS_ROOTINO, &nvp);
sys/vfs/ufs/ufs_vnops.c
1108
newparent : (ino_t)doingdirectory);
sys/vfs/ufs/ufs_vnops.c
213
ino_t ino;
sys/vfs/ufs/ufs_vnops.c
821
ino_t oldparent = 0, newparent = 0;
test/stress/fsstress/fsstress.c
226
ino_t top_ino;
usr.bin/du/du.c
321
ino_t ino;
usr.bin/find/find.h
83
ino_t _i_data; /* inode */
usr.bin/fstat/fstat.c
556
if (d->ino == (ino_t)fst.fileid) {
usr.bin/fstat/fstat.h
40
ino_t ino;
usr.bin/patch/util.c
101
ino_t orig_inode;
usr.bin/undo/undo.c
67
ino_t inum;
usr.sbin/lpr/lpd/printjob.c
80
static ino_t fino; /* inode of file pointed to by symlink */
usr.sbin/makefs/ffs/mkfs.c
125
ino_t maxinum;
usr.sbin/makefs/ffs/ufs_inode.h
51
ino_t i_number; /* The identity of the inode. */
usr.sbin/makefs/hammer2/hammer2.h
1947
ino_t ino, struct m_vnode **vpp);
usr.sbin/makefs/hammer2/hammer2_vfsops.c
1866
ino_t ino, struct m_vnode **vpp)
usr.sbin/makefs/hammer2/hammer2_vnops.c
614
vop_write_dirent(int *error, struct uio *uio, ino_t d_ino, uint8_t d_type,
usr.sbin/quot/quot.c
100
get_inode(int fd, struct fs *super, ino_t ino)
usr.sbin/quot/quot.c
103
static ino_t last;
usr.sbin/quot/quot.c
313
ino_t fsz_count[FSZCNT];
usr.sbin/quot/quot.c
334
ino_t inode, maxino;
usr.sbin/quot/quot.c
405
ino_t inode, maxino;
usr.sbin/quot/quot.c
446
ino_t inode;
usr.sbin/quot/quot.c
447
ino_t maxino;
usr.sbin/quot/quot.c
64
static struct ufs1_dinode *get_inode(int, struct fs *, ino_t);