bin/csh/dir.c
843
static ino_t home_ino = -1;
bin/ls/ls.c
438
ino_t maxinode;
bin/pax/cpio.c
1023
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
562
arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), HEX);
bin/pax/cpio.c
846
arcn->sb.st_ino = (ino_t)(RSHRT_EXT(hd->h_ino));
bin/pax/cpio.c
861
arcn->sb.st_ino = (ino_t)(SHRT_EXT(hd->h_ino));
bin/pax/extern.h
264
void add_atdir(char *, dev_t, ino_t, const struct timespec *,
bin/pax/extern.h
266
int do_atdir(const char *, dev_t, ino_t);
bin/pax/extern.h
269
void delete_dir(dev_t, ino_t);
bin/pax/pax.h
224
ino_t ft_ino; /* inode number to verify */
bin/pax/tables.c
1235
ino_t trunc_bits = 0;
bin/pax/tables.c
1236
ino_t nino;
bin/pax/tables.c
1246
if ((nino = arcn->sb.st_ino & (ino_t)ino_mask) != arcn->sb.st_ino) {
bin/pax/tables.c
1248
trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask);
bin/pax/tables.c
1422
add_atdir(char *fname, dev_t dev, ino_t ino, const struct timespec *mtimp,
bin/pax/tables.c
1489
do_atdir(const char *name, dev_t dev, ino_t ino)
bin/pax/tables.c
161
ino_t trunc_bits; /* truncation pattern for a specific map */
bin/pax/tables.c
1643
delete_dir(dev_t dev, ino_t ino)
bin/pax/tables.c
632
ino_t sli_ino;
bin/pax/tables.c
90
ino_t ino; /* files inode number */
include/fts.h
76
ino_t fts_ino; /* inode */
lib/libc/gen/fts.c
798
ino_t ino;
lib/libfuse/fuse.h
50
typedef int (*fuse_dirfil_t)(fuse_dirh_t, const char *, int, ino_t);
lib/libfuse/fuse_lowlevel.h
35
typedef ino_t fuse_ino_t;
lib/libfuse/fuse_ops.c
277
ifuse_fill_getdir(fuse_dirh_t fd, const char *name, int type, ino_t ino)
lib/libfuse/fuse_private.h
122
#define FUSE_ROOT_INO ((ino_t)1)
lib/libfuse/fuse_private.h
128
struct fuse_vnode *alloc_vn(struct fuse *, const char *, ino_t, ino_t);
lib/libfuse/fuse_private.h
132
ino_t);
lib/libfuse/fuse_private.h
136
char *build_realname(struct fuse *, ino_t);
lib/libfuse/fuse_private.h
34
ino_t ino;
lib/libfuse/fuse_subr.c
149
get_vn_by_name_and_parent(struct fuse *f, const char *path, ino_t pino)
lib/libfuse/fuse_subr.c
169
build_realname(struct fuse *f, ino_t ino)
lib/libfuse/fuse_subr.c
203
if (ino == (ino_t)0)
lib/libfuse/fuse_subr.c
27
alloc_vn(struct fuse *f, const char *path, ino_t ino, ino_t pino)
lib/libfuse/fuse_subr.c
44
if (pino == (ino_t)0)
lib/libfuse/fuse_subr.c
57
if (ino == (ino_t)-1) {
libexec/ld.so/resolve.h
224
ino_t inode;
regress/misc/c++abi/nm1.C
16
D(ino_t)
sbin/clri/clri.c
72
ino_t imax, inonum;
sbin/dump/dump.h
102
void mapfileino(ino_t, int64_t *, int *);
sbin/dump/dump.h
103
int mapfiles(ino_t maxino, int64_t *tapesize, char *disk,
sbin/dump/dump.h
105
int mapdirs(ino_t maxino, int64_t *tapesize);
sbin/dump/dump.h
108
void ufs1_blksout(int32_t *blkp, int frags, ino_t ino);
sbin/dump/dump.h
109
void ufs2_blksout(daddr_t *blkp, int frags, ino_t ino);
sbin/dump/dump.h
111
void dumpino(union dinode *dp, ino_t ino);
sbin/dump/dump.h
112
void dumpmap(char *map, int type, ino_t ino);
sbin/dump/dump.h
113
void writeheader(ino_t ino);
sbin/dump/dump.h
129
union dinode *getino(ino_t inum, int *mode);
sbin/dump/dump.h
64
extern ino_t curino; /* current inumber; used globally */
sbin/dump/main.c
108
ino_t ino;
sbin/dump/main.c
117
ino_t maxino;
sbin/dump/main.c
463
maxino = (ino_t)sblock->fs_ipg * sblock->fs_ncg;
sbin/dump/tape.c
58
ino_t curino; /* current inumber; used globally */
sbin/dump/tape.c
690
writeheader((ino_t)slp->inode);
sbin/dump/traverse.c
119
mapfileino(ino_t ino, int64_t *tapesize, int *dirskipped)
sbin/dump/traverse.c
148
fs_mapinodes(ino_t maxino, int64_t *tapesize, int *anydirskipped)
sbin/dump/traverse.c
152
ino_t ino;
sbin/dump/traverse.c
158
ino = cg * (ino_t)sblock->fs_ipg;
sbin/dump/traverse.c
183
mapfiles(ino_t maxino, int64_t *tapesize, char *disk, char * const *dirv)
sbin/dump/traverse.c
283
mapdirs(ino_t maxino, int64_t *tapesize)
sbin/dump/traverse.c
288
ino_t ino;
sbin/dump/traverse.c
360
dirindir(ino_t ino, daddr_t blkno, int ind_level, off_t *filesize,
sbin/dump/traverse.c
403
searchdir(ino_t ino, daddr_t blkno, long size, off_t filesize,
sbin/dump/traverse.c
470
dumpino(union dinode *dp, ino_t ino)
sbin/dump/traverse.c
581
dmpindir(ino_t ino, daddr_t blk, int ind_level, off_t *size)
sbin/dump/traverse.c
619
ufs1_blksout(int32_t *blkp, int frags, ino_t ino)
sbin/dump/traverse.c
654
ufs2_blksout(daddr_t *blkp, int frags, ino_t ino)
sbin/dump/traverse.c
67
static int dirindir(ino_t, daddr_t, int, off_t *, int64_t *, int);
sbin/dump/traverse.c
68
static void dmpindir(ino_t, daddr_t, int, off_t *);
sbin/dump/traverse.c
689
dumpmap(char *map, int type, ino_t ino)
sbin/dump/traverse.c
69
static int searchdir(ino_t, daddr_t, long, off_t, int64_t *, int);
sbin/dump/traverse.c
70
void fs_mapinodes(ino_t maxino, off_t *tapesize, int *anydirskipped);
sbin/dump/traverse.c
705
writeheader(ino_t ino)
sbin/dump/traverse.c
734
getino(ino_t inum, int *modep)
sbin/dump/traverse.c
736
static ino_t minino, maxino;
sbin/fsck_ext2fs/dir.c
250
direrror(ino_t ino, char *errmesg)
sbin/fsck_ext2fs/dir.c
257
fileerror(ino_t cwd, ino_t ino, char *errmesg)
sbin/fsck_ext2fs/dir.c
285
if (linkup(idesc->id_number, (ino_t)0) == 0)
sbin/fsck_ext2fs/dir.c
356
linkup(ino_t orphan, ino_t parentdir)
sbin/fsck_ext2fs/dir.c
360
ino_t oldlfdir;
sbin/fsck_ext2fs/dir.c
387
lfdir = allocdir(EXT2_ROOTINO, (ino_t)0, lfmode);
sbin/fsck_ext2fs/dir.c
413
if ((lfdir = allocdir(EXT2_ROOTINO, (ino_t)0, lfmode)) == 0) {
sbin/fsck_ext2fs/dir.c
442
parentdir != (ino_t)-1)
sbin/fsck_ext2fs/dir.c
449
if (parentdir != (ino_t)-1)
sbin/fsck_ext2fs/dir.c
462
changeino(ino_t dir, char *name, ino_t newnum)
sbin/fsck_ext2fs/dir.c
480
makeentry(ino_t parent, ino_t ino, char *name)
sbin/fsck_ext2fs/dir.c
576
allocdir(ino_t parent, ino_t request, int mode)
sbin/fsck_ext2fs/dir.c
578
ino_t ino;
sbin/fsck_ext2fs/dir.c
62
static void freedir(ino_t, ino_t);
sbin/fsck_ext2fs/dir.c
636
freedir(ino_t ino, ino_t parent)
sbin/fsck_ext2fs/dir.c
65
static int lftempname(char *, ino_t);
sbin/fsck_ext2fs/dir.c
652
lftempname(char *bufp, ino_t ino)
sbin/fsck_ext2fs/dir.c
654
ino_t in;
sbin/fsck_ext2fs/extern.h
31
int allocdir(ino_t, ino_t, int);
sbin/fsck_ext2fs/extern.h
32
void blkerror(ino_t, char *, daddr32_t);
sbin/fsck_ext2fs/extern.h
36
void cacheino(struct ext2fs_dinode *, ino_t);
sbin/fsck_ext2fs/extern.h
37
int changeino(ino_t, char *, ino_t);
sbin/fsck_ext2fs/extern.h
43
void direrror(ino_t, char *);
sbin/fsck_ext2fs/extern.h
46
void fileerror(ino_t, ino_t, char *);
sbin/fsck_ext2fs/extern.h
51
void freeino(ino_t);
sbin/fsck_ext2fs/extern.h
54
void getpathname(char *, size_t, ino_t, ino_t);
sbin/fsck_ext2fs/extern.h
59
int linkup(ino_t, ino_t);
sbin/fsck_ext2fs/extern.h
60
int makeentry(ino_t, ino_t, char *);
sbin/fsck_ext2fs/extern.h
69
void pinode(ino_t);
sbin/fsck_ext2fs/extern.h
74
struct ext2fs_dinode * getnextinode(ino_t);
sbin/fsck_ext2fs/fsck.h
141
ino_t zlncnt;
sbin/fsck_ext2fs/fsck.h
151
ino_t i_number; /* inode number of this entry */
sbin/fsck_ext2fs/fsck.h
152
ino_t i_parent; /* inode number of parent */
sbin/fsck_ext2fs/fsck.h
153
ino_t i_dotdot; /* inode number of `..' */
sbin/fsck_ext2fs/fsck.h
175
extern ino_t maxino; /* number of inodes in file system */
sbin/fsck_ext2fs/fsck.h
176
extern ino_t lastino; /* last inode in use */
sbin/fsck_ext2fs/fsck.h
181
extern ino_t lfdir; /* lost & found directory inode number */
sbin/fsck_ext2fs/fsck.h
201
struct ext2fs_dinode *ginode(ino_t);
sbin/fsck_ext2fs/fsck.h
202
struct inoinfo *getinoinfo(ino_t);
sbin/fsck_ext2fs/fsck.h
204
ino_t allocino(ino_t, int);
sbin/fsck_ext2fs/fsck.h
93
ino_t id_number; /* inode number described */
sbin/fsck_ext2fs/fsck.h
94
ino_t id_parent; /* for DATA nodes, their parent */
sbin/fsck_ext2fs/inode.c
329
ginode(ino_t inumber)
sbin/fsck_ext2fs/inode.c
352
ino_t nextino, lastinum;
sbin/fsck_ext2fs/inode.c
357
getnextinode(ino_t inumber)
sbin/fsck_ext2fs/inode.c
430
cacheino(struct ext2fs_dinode *dp, ino_t inumber)
sbin/fsck_ext2fs/inode.c
449
inp->i_parent = (ino_t)0;
sbin/fsck_ext2fs/inode.c
450
inp->i_dotdot = (ino_t)0;
sbin/fsck_ext2fs/inode.c
469
getinoinfo(ino_t inumber)
sbin/fsck_ext2fs/inode.c
559
pinode(ino_t ino)
sbin/fsck_ext2fs/inode.c
591
blkerror(ino_t ino, char *type, daddr32_t blk)
sbin/fsck_ext2fs/inode.c
619
ino_t
sbin/fsck_ext2fs/inode.c
620
allocino(ino_t request, int type)
sbin/fsck_ext2fs/inode.c
622
ino_t ino;
sbin/fsck_ext2fs/inode.c
63
static ino_t startinum;
sbin/fsck_ext2fs/inode.c
672
freeino(ino_t ino)
sbin/fsck_ext2fs/main.c
92
ino_t maxino; /* number of inodes in file system */
sbin/fsck_ext2fs/main.c
93
ino_t lastino; /* last inode in use */
sbin/fsck_ext2fs/main.c
98
ino_t lfdir; /* lost & found directory inode number */
sbin/fsck_ext2fs/pass1.c
122
checkinode(ino_t inumber, struct inodesc *idesc)
sbin/fsck_ext2fs/pass1.c
53
static void checkinode(ino_t, struct inodesc *);
sbin/fsck_ext2fs/pass1.c
58
ino_t inumber;
sbin/fsck_ext2fs/pass1b.c
51
ino_t inumber;
sbin/fsck_ext2fs/pass2.c
165
inp->i_dotdot == (ino_t)-1)
sbin/fsck_ext2fs/pass2.c
303
inp->i_dotdot = (ino_t)-1;
sbin/fsck_ext2fs/pass2.c
307
inp->i_dotdot = (ino_t)-1;
sbin/fsck_ext2fs/pass3.c
44
ino_t orphan;
sbin/fsck_ext2fs/pass4.c
48
ino_t inumber;
sbin/fsck_ext2fs/utilities.c
378
getpathname(char *namebuf, size_t buflen, ino_t curdir, ino_t ino)
sbin/fsck_ffs/dir.c
225
direrror(ino_t ino, char *errmesg)
sbin/fsck_ffs/dir.c
231
fileerror(ino_t cwd, ino_t ino, char *errmesg)
sbin/fsck_ffs/dir.c
322
linkup(ino_t orphan, ino_t parentdir)
sbin/fsck_ffs/dir.c
326
ino_t oldlfdir;
sbin/fsck_ffs/dir.c
408
parentdir != (ino_t)-1)
sbin/fsck_ffs/dir.c
416
if (parentdir != (ino_t)-1) {
sbin/fsck_ffs/dir.c
438
changeino(ino_t dir, char *name, ino_t newnum)
sbin/fsck_ffs/dir.c
456
makeentry(ino_t parent, ino_t ino, char *name)
sbin/fsck_ffs/dir.c
549
ino_t
sbin/fsck_ffs/dir.c
550
allocdir(ino_t parent, ino_t request, int mode)
sbin/fsck_ffs/dir.c
552
ino_t ino;
sbin/fsck_ffs/dir.c
57
static void freedir(ino_t, ino_t);
sbin/fsck_ffs/dir.c
60
static int lftempname(char *, ino_t);
sbin/fsck_ffs/dir.c
613
freedir(ino_t ino, ino_t parent)
sbin/fsck_ffs/dir.c
629
lftempname(char *bufp, ino_t ino)
sbin/fsck_ffs/dir.c
631
ino_t in;
sbin/fsck_ffs/dir.c
68
propagate(ino_t inumber)
sbin/fsck_ffs/extern.h
30
ino_t allocdir(ino_t, ino_t, int);
sbin/fsck_ffs/extern.h
31
void blkerror(ino_t, char *, daddr_t);
sbin/fsck_ffs/extern.h
35
void cacheino(union dinode *, ino_t);
sbin/fsck_ffs/extern.h
36
int changeino(ino_t, char *, ino_t);
sbin/fsck_ffs/extern.h
43
void direrror(ino_t, char *);
sbin/fsck_ffs/extern.h
46
void fileerror(ino_t, ino_t, char *);
sbin/fsck_ffs/extern.h
51
void freeino(ino_t);
sbin/fsck_ffs/extern.h
54
void getpathname(char *, size_t, ino_t, ino_t);
sbin/fsck_ffs/extern.h
57
struct inostat *inoinfo(ino_t);
sbin/fsck_ffs/extern.h
58
int linkup(ino_t, ino_t);
sbin/fsck_ffs/extern.h
59
int makeentry(ino_t, ino_t, char *);
sbin/fsck_ffs/extern.h
68
void pinode(ino_t);
sbin/fsck_ffs/extern.h
69
void propagate(ino_t);
sbin/fsck_ffs/extern.h
71
void setinodebuf(ino_t);
sbin/fsck_ffs/extern.h
73
union dinode * getnextinode(ino_t);
sbin/fsck_ffs/fsck.h
158
ino_t id_number; /* inode number described */
sbin/fsck_ffs/fsck.h
159
ino_t id_parent; /* for DATA nodes, their parent */
sbin/fsck_ffs/fsck.h
206
ino_t zlncnt;
sbin/fsck_ffs/fsck.h
217
ino_t i_number; /* inode number of this entry */
sbin/fsck_ffs/fsck.h
218
ino_t i_parent; /* inode number of parent */
sbin/fsck_ffs/fsck.h
219
ino_t i_dotdot; /* inode number of `..' */
sbin/fsck_ffs/fsck.h
243
extern ino_t maxino; /* number of inodes in file system */
sbin/fsck_ffs/fsck.h
244
extern ino_t lastino; /* last inode in use */
sbin/fsck_ffs/fsck.h
246
extern ino_t lfdir; /* lost & found directory inode number */
sbin/fsck_ffs/fsck.h
273
union dinode *ginode(ino_t);
sbin/fsck_ffs/fsck.h
275
struct inoinfo *getinoinfo(ino_t);
sbin/fsck_ffs/fsck.h
277
ino_t allocino(ino_t, int);
sbin/fsck_ffs/inode.c
282
ginode(ino_t inumber)
sbin/fsck_ffs/inode.c
307
ino_t nextino, lastinum;
sbin/fsck_ffs/inode.c
312
getnextinode(ino_t inumber)
sbin/fsck_ffs/inode.c
345
setinodebuf(ino_t inum)
sbin/fsck_ffs/inode.c
392
cacheino(union dinode *dp, ino_t inumber)
sbin/fsck_ffs/inode.c
439
getinoinfo(ino_t inumber)
sbin/fsck_ffs/inode.c
524
pinode(ino_t ino)
sbin/fsck_ffs/inode.c
54
static ino_t startinum;
sbin/fsck_ffs/inode.c
554
blkerror(ino_t ino, char *type, daddr_t blk)
sbin/fsck_ffs/inode.c
582
ino_t
sbin/fsck_ffs/inode.c
583
allocino(ino_t request, int type)
sbin/fsck_ffs/inode.c
585
ino_t ino;
sbin/fsck_ffs/inode.c
674
freeino(ino_t ino)
sbin/fsck_ffs/main.c
91
ino_t maxino; /* number of inodes in file system */
sbin/fsck_ffs/main.c
92
ino_t lastino; /* last inode in use */
sbin/fsck_ffs/main.c
94
ino_t lfdir; /* lost & found directory inode number */
sbin/fsck_ffs/pass1.c
176
checkinode(ino_t inumber, struct inodesc *idesc)
sbin/fsck_ffs/pass1.c
51
static void checkinode(ino_t, struct inodesc *);
sbin/fsck_ffs/pass1.c
53
static ino_t info_inumber;
sbin/fsck_ffs/pass1.c
66
ino_t inumber, inosused, ninosused;
sbin/fsck_ffs/pass1b.c
45
static ino_t info_inumber;
sbin/fsck_ffs/pass1b.c
61
ino_t inumber;
sbin/fsck_ffs/pass2.c
204
inp->i_dotdot == (ino_t)-1)
sbin/fsck_ffs/pass3.c
53
ino_t orphan;
sbin/fsck_ffs/pass4.c
45
static ino_t info_inumber;
sbin/fsck_ffs/pass4.c
58
ino_t inumber;
sbin/fsck_ffs/pass5.c
71
ino_t j;
sbin/fsck_ffs/utilities.c
123
inoinfo(ino_t inum)
sbin/fsck_ffs/utilities.c
501
getpathname(char *namebuf, size_t namebuflen, ino_t curdir, ino_t ino)
sbin/fsdb/fsdb.c
108
ino_t maxino; /* number of inodes in file system */
sbin/fsdb/fsdb.c
109
ino_t lastino; /* last inode in use */
sbin/fsdb/fsdb.c
111
ino_t lfdir; /* lost & found directory inode number */
sbin/fsdb/fsdb.c
330
static ino_t ocurrent;
sbin/fsdb/fsdb.c
345
ino_t inum;
sbin/fsdb/fsdb.c
366
ino_t inum;
sbin/fsdb/fsdb.c
516
ino_t inum;
sbin/fsdb/fsdb.c
567
ino_t inum;
sbin/fsdb/fsdb.c
71
ino_t curinum;
sbin/fsdb/fsdb.h
45
extern ino_t curinum;
sbin/fsdb/fsdb.h
49
void printstat(const char *, ino_t, union dinode *);
sbin/fsdb/fsdbutil.c
84
printstat(const char *cp, ino_t inum, union dinode *dp)
sbin/fsirand/fsirand.c
101
ino_t inumber;
sbin/growfs/growfs.c
114
ino_t maxino; /* last valid inode */
sbin/growfs/growfs.c
1337
updrefs(cg, (ino_t)inc, bp, fsi, fso, Nflag);
sbin/growfs/growfs.c
144
static union dinode *ginode(ino_t, int, int);
sbin/growfs/growfs.c
149
static void updrefs(int, ino_t, struct gfs_bpp *, int, int, unsigned int);
sbin/growfs/growfs.c
1616
ginode(ino_t inumber, int fsi, int cg)
sbin/growfs/growfs.c
1618
static ino_t startinum = 0; /* first inode in cached block */
sbin/growfs/growfs.c
1902
if ((ino_t)sblock.fs_ncg * sblock.fs_ipg > UINT_MAX)
sbin/growfs/growfs.c
2056
updrefs(int cg, ino_t in, struct gfs_bpp *bp, int fsi, int fso, unsigned int
sbin/growfs/growfs.c
329
ino_t j;
sbin/newfs/mkfs.c
1175
ino_t i_number; /* inode number of this entry */
sbin/newfs/mkfs.c
1176
ino_t i_parent; /* inode number of parent */
sbin/newfs/mkfs.c
1178
ino_t i_dotdot; /* inode number of `..' */
sbin/newfs/mkfs.c
139
void iput(union dinode *, ino_t);
sbin/newfs/mkfs.c
426
if ((ino_t)sblock.fs_ipg * sblock.fs_ncg > UINT_MAX)
sbin/newfs/mkfs.c
972
iput(union dinode *ip, ino_t ino)
sbin/newfs_ext2fs/mke2fs.c
129
static void iput(struct ext2fs_dinode *, ino_t);
sbin/newfs_ext2fs/mke2fs.c
1295
iput(struct ext2fs_dinode *ip, ino_t ino)
sbin/quotacheck/quotacheck.c
118
getnextinode(ino_t);
sbin/quotacheck/quotacheck.c
126
void setinodebuf(ino_t);
sbin/quotacheck/quotacheck.c
270
ino_t ino, inosused;
sbin/quotacheck/quotacheck.c
627
static ino_t nextino, lastinum, lastvalidinum;
sbin/quotacheck/quotacheck.c
633
getnextinode(ino_t inumber)
sbin/quotacheck/quotacheck.c
672
setinodebuf(ino_t inum)
sbin/restore/dirs.c
120
static struct inotab *inotablookup(ino_t);
sbin/restore/dirs.c
126
static struct direct *searchdir(ino_t, char *);
sbin/restore/dirs.c
219
treescan(char *pname, ino_t ino, long (*todo)(char *, ino_t, int))
sbin/restore/dirs.c
286
ino_t ino;
sbin/restore/dirs.c
309
searchdir(ino_t inum, char *name)
sbin/restore/dirs.c
516
ino_t ino;
sbin/restore/dirs.c
636
genliteraldir(char *name, ino_t ino)
sbin/restore/dirs.c
668
inodetype(ino_t ino)
sbin/restore/dirs.c
67
ino_t t_ino;
sbin/restore/dirs.c
718
inotablookup(ino_t ino)
sbin/restore/dirs.c
77
ino_t ino;
sbin/restore/extern.h
35
struct entry *addentry(char *, ino_t, int);
sbin/restore/extern.h
36
long addfile(char *, ino_t, int);
sbin/restore/extern.h
45
long deletefile(char *, ino_t, int);
sbin/restore/extern.h
46
void deleteino(ino_t);
sbin/restore/extern.h
47
ino_t dirlookup(const char *);
sbin/restore/extern.h
55
int genliteraldir(char *, ino_t);
sbin/restore/extern.h
60
int inodetype(ino_t);
sbin/restore/extern.h
62
struct entry *lookupino(ino_t);
sbin/restore/extern.h
64
long listfile(char *, ino_t, int);
sbin/restore/extern.h
65
ino_t lowerbnd(ino_t);
sbin/restore/extern.h
73
long nodeupdates(char *, ino_t, int);
sbin/restore/extern.h
97
void treescan(char *, ino_t, long (*)(char *, ino_t, int));
sbin/restore/extern.h
98
ino_t upperbnd(ino_t);
sbin/restore/extern.h
99
long verifyfile(char *, ino_t, int);
sbin/restore/interactive.c
66
ino_t fnum; /* inode number of file */
sbin/restore/interactive.c
95
ino_t ino;
sbin/restore/main.c
60
ino_t maxino;
sbin/restore/main.c
73
ino_t ino;
sbin/restore/restore.c
106
deletefile(char *name, ino_t ino, int type)
sbin/restore/restore.c
146
ino_t i;
sbin/restore/restore.c
180
nodeupdates(char *name, ino_t ino, int type)
sbin/restore/restore.c
491
ino_t i;
sbin/restore/restore.c
51
listfile(char *name, ino_t ino, int type)
sbin/restore/restore.c
568
ino_t first;
sbin/restore/restore.c
648
ino_t first, next, last;
sbin/restore/restore.c
67
addfile(char *name, ino_t ino, int type)
sbin/restore/restore.c
737
ino_t i;
sbin/restore/restore.c
768
ino_t i;
sbin/restore/restore.c
787
verifyfile(char *name, ino_t ino, int type)
sbin/restore/restore.h
110
ino_t ino; /* inumber of file */
sbin/restore/restore.h
56
extern ino_t maxino; /* highest numbered inode in this file system */
sbin/restore/restore.h
77
ino_t e_ino; /* inode number in previous file sys */
sbin/restore/symtab.c
113
deleteino(ino_t inum)
sbin/restore/symtab.c
215
addentry(char *name, ino_t inum, int type)
sbin/restore/symtab.c
266
ino_t inum;
sbin/restore/symtab.c
425
ino_t maxino;
sbin/restore/symtab.c
436
ino_t i;
sbin/restore/symtab.c
68
static void addino(ino_t, struct entry *);
sbin/restore/symtab.c
76
lookupino(ino_t inum)
sbin/restore/symtab.c
92
addino(ino_t inum, struct entry *np)
sbin/restore/tape.c
1113
static ino_t previno = (ino_t)-1;
sbin/restore/tape.c
1125
previno = (ino_t)-1;
sbin/restore/tape.c
1128
if (previno == (ino_t)-1)
sbin/restore/utilities.c
222
ino_t
sbin/restore/utilities.c
223
lowerbnd(ino_t start)
sbin/restore/utilities.c
240
ino_t
sbin/restore/utilities.c
241
upperbnd(ino_t start)
sbin/restore/utilities.c
309
ino_t
sbin/restore/utilities.c
313
ino_t ino;
sys/dev/vndioctl.h
68
ino_t vnu_ino; /* vnd inode */
sys/isofs/cd9660/cd9660_extern.h
91
int cd9660_vget(struct mount *, ino_t, struct vnode **);
sys/isofs/cd9660/cd9660_vfsops.c
667
cd9660_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/isofs/udf/udf_extern.h
28
int udf_vget(struct mount *, ino_t, struct vnode **);
sys/isofs/udf/udf_vfsops.c
544
udf_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/kern/uipc_usrreq.c
123
ino_t unp_ino; /* [U] prototype for fake inode numbers */
sys/kern/vfs_getcwd.c
61
ino_t fileno;
sys/miscfs/fuse/fuse_ihash.c
114
ino_t inum = ip->i_number;
sys/miscfs/fuse/fuse_ihash.c
53
struct fuse_ihashhead *fuse_ihash(dev_t, ino_t);
sys/miscfs/fuse/fuse_ihash.c
56
fuse_ihash(dev_t dev, ino_t inum)
sys/miscfs/fuse/fuse_ihash.c
83
fuse_ihashget(dev_t dev, ino_t inum)
sys/miscfs/fuse/fuse_vfsops.c
266
fusefs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/miscfs/fuse/fuse_vfsops.c
44
int fusefs_vget(struct mount *, ino_t, struct vnode **);
sys/miscfs/fuse/fusebuf.c
34
fb_setup(size_t len, ino_t ino, int op, struct proc *p)
sys/miscfs/fuse/fusefs.h
81
#define FUSE_ROOTINO ((ino_t)1)
sys/miscfs/fuse/fusefs_node.h
42
ino_t i_number; /* The identity of the inode. */
sys/miscfs/fuse/fusefs_node.h
43
ino_t i_parent_cache;/* Parent inode (only dirs). */
sys/miscfs/fuse/fusefs_node.h
65
struct vnode *fuse_ihashget(dev_t, ino_t);
sys/nfs/nfs_vfsops.c
82
int nfs_vget(struct mount *, ino_t, struct vnode **);
sys/nfs/nfs_vfsops.c
839
nfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/ntfs/ntfs_vfsops.c
529
error = VFS_VGET(mp, (ino_t)NTFS_ROOTINO, &nvp);
sys/ntfs/ntfs_vfsops.c
66
int ntfs_vget(struct mount *mp, ino_t ino,
sys/ntfs/ntfs_vfsops.c
776
ntfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/sys/fusebuf.h
143
struct fusebuf *fb_setup(size_t, ino_t, int, struct proc *);
sys/sys/fusebuf.h
34
ino_t fh_ino; /* Inode of this fusebuf */
sys/sys/fusebuf.h
45
ino_t fi_ino; /* ino for the io */
sys/sys/mount.h
233
ino_t ta_nodes_max;
sys/sys/mount.h
525
int (*vfs_vget)(struct mount *mp, ino_t ino,
sys/sys/stat.h
48
ino_t st_ino; /* inode's number */
sys/sys/unpcb.h
76
ino_t unp_ino; /* [s] fake inode number */
sys/tmpfs/tmpfs.h
107
ino_t tn_id;
sys/tmpfs/tmpfs.h
256
ino_t tf_id;
sys/tmpfs/tmpfs_vfsops.c
160
tmp->tm_nodes_max = (ino_t)nodes;
sys/tmpfs/tmpfs_vfsops.c
274
tmpfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/tmpfs/tmpfs_vfsops.c
67
int tmpfs_vget(struct mount *, ino_t, struct vnode **);
sys/ufs/ext2fs/ext2fs_extern.h
106
int ext2fs_vget(struct mount *, ino_t, struct vnode **);
sys/ufs/ext2fs/ext2fs_vfsops.c
828
ext2fs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/ufs/ffs/ffs_extern.h
145
int ffs_vget(struct mount *, ino_t, struct vnode **);
sys/ufs/ffs/ffs_vfsops.c
1183
ffs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
usr.bin/du/du.c
221
ino_t ino;
usr.bin/find/find.h
65
ino_t _i_data; /* inode */
usr.bin/find/function.c
990
if (inum != (ino_t)inum)
usr.bin/fstat/fstat.h
31
ino_t ino;
usr.bin/less/ch.c
23
extern ino_t curr_ino;
usr.bin/less/edit.c
36
ino_t curr_ino;
usr.bin/mandoc/mandocdb.c
69
ino_t st_ino;
usr.bin/patch/util.c
97
ino_t orig_inode;
usr.bin/rdist/client.h
114
ino_t inum;
usr.bin/vi/common/exf.h
39
ino_t minode; /* Inode. */
usr.sbin/lpr/lpd/printjob.c
230
fino = (ino_t)-1;
usr.sbin/lpr/lpd/printjob.c
542
if (fdev != (dev_t)-1 && fino != (ino_t)-1) {
usr.sbin/lpr/lpd/printjob.c
80
static ino_t fino; /* inode of file pointed to by symlink */
usr.sbin/lpr/lpd/printjob.c
887
if (fdev != (dev_t)-1 && fino != (ino_t)-1) {
usr.sbin/makefs/cd9660/iso_rrip.h
68
ino_t *inump; /* inode number pointer */
usr.sbin/makefs/cd9660/iso_rrip.h
79
ino_t *inump, struct iso_mnt *imp);
usr.sbin/makefs/ffs/ufs_inode.h
47
ino_t i_number; /* The identity of the inode. */
usr.sbin/procmap/procmap.c
616
ino_t inode = 0;
usr.sbin/quot/quot.c
294
ino_t fsz_count[FSZCNT];
usr.sbin/quot/quot.c
315
ino_t inode, maxino;
usr.sbin/quot/quot.c
368
ino_t inode, maxino;
usr.sbin/quot/quot.c
411
ino_t inode1;
usr.sbin/quot/quot.c
412
ino_t maxino;
usr.sbin/quot/quot.c
77
get_inode(int fd, struct fs *super, ino_t ino)
usr.sbin/quot/quot.c
81
static ino_t last;
usr.sbin/rpc.lockd/handles.c
55
ino_t inode_no; /* The inode number of this file. */
usr.sbin/tcpdump/nfsfh.h
67
extern void Parse_fh(caddr_t *, my_fsid *, ino_t *, char **, char **);
usr.sbin/tcpdump/parsenfsfh.c
100
Parse_fh(caddr_t *fh, my_fsid *fsidp, ino_t *inop,
usr.sbin/tcpdump/print-nfs.c
714
ino_t ino;