bin/csh/dir.c
851
static ino_t home_ino;
bin/ls/ls.c
501
ino_t maxinode;
bin/pax/cpio.c
1056
if (arcn->sb.st_ino != (ino_t)(SHRT_EXT(hd->h_ino)))
bin/pax/cpio.c
301
arcn->sb.st_ino = (ino_t)asc_u32(hd->c_ino, sizeof(hd->c_ino), OCT);
bin/pax/cpio.c
581
arcn->sb.st_ino = (ino_t)asc_u32(hd->c_ino, sizeof(hd->c_ino), HEX);
bin/pax/cpio.c
880
arcn->sb.st_ino = (ino_t)(RSHRT_EXT(hd->h_ino));
bin/pax/cpio.c
895
arcn->sb.st_ino = (ino_t)(SHRT_EXT(hd->h_ino));
bin/pax/extern.h
290
void add_atdir(char *, dev_t, ino_t, time_t, time_t);
bin/pax/extern.h
291
int get_atdir(dev_t, ino_t, time_t *, time_t *);
bin/pax/tables.c
1028
get_atdir(dev_t dev, ino_t ino, time_t *mtime, time_t *atime)
bin/pax/tables.c
778
ino_t trunc_bits = 0;
bin/pax/tables.c
779
ino_t nino;
bin/pax/tables.c
789
if ((nino = arcn->sb.st_ino & (ino_t)ino_mask) != arcn->sb.st_ino) {
bin/pax/tables.c
791
trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask);
bin/pax/tables.c
966
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 */
games/larn/diag.c
327
if (i && (filetimes.st_ino != (ino_t) i))
include/fts.h
44
#define __fts_ino_t ino_t
lib/libc/compat/sys/compat_getdents.c
55
ino_t ino;
lib/libc/compat/sys/compat_getdents.c
75
memcpy(&ino, &ndp->d_ino, sizeof(ino_t));
lib/libc/time/localtime.c
941
static ino_t old_ino;
lib/libpuffs/null.c
131
ino_t *cmpino = arg;
lib/libpuffs/opdump.c
340
if (vap->va_fileid != (ino_t)PUFFS_VNOVAL)
lib/libpuffs/puffs.h
576
int puffs_gendotdent(struct dirent **, ino_t, int, size_t *);
lib/libpuffs/puffs.h
577
int puffs_nextdent(struct dirent **, const char *, ino_t,
lib/libpuffs/subr.c
167
SETIFVAL(va_fileid, ino_t);
lib/libpuffs/subr.c
200
vap->va_fileid = (ino_t)PUFFS_VNOVAL;
lib/libpuffs/subr.c
49
puffs_gendotdent(struct dirent **dent, ino_t id, int dotdot, size_t *reslen)
lib/libpuffs/subr.c
60
puffs_nextdent(struct dirent **dent, const char *name, ino_t id, uint8_t dtype,
lib/librefuse/refuse.c
117
static ino_t fakeino = 3;
lib/librefuse/refuse.c
249
fill_dirbuf(struct puffs_fuse_dirh *dh, const char *name, ino_t dino,
lib/librefuse/refuse.c
285
ino_t dino;
lib/librefuse/refuse/fs.c
811
fuse_dirfil_v22_to_fill_dir_v23(fuse_dirh_t handle, const char* name, int type, ino_t ino) {
lib/librefuse/refuse/v22.h
47
typedef int (*fuse_dirfil_t_v22)(fuse_dirh_t handle, const char *name, int type, ino_t ino);
libexec/ftpd/cmds.c
779
char obuf[(sizeof(dev_t) + sizeof(ino_t) + 2) * 4 / 3 + 2];
libexec/ftpd/cmds.c
780
char tbuf[sizeof(dev_t) + sizeof(ino_t)];
libexec/ftpd/cmds.c
785
(char *)&(fe->stat->st_ino), sizeof(ino_t));
libexec/ftpd/cmds.c
786
base64_encode(tbuf, sizeof(dev_t) + sizeof(ino_t), obuf, 1);
libexec/ld.elf_so/rtld.h
245
ino_t ino; /* Object's inode number */
libexec/lfs_cleanerd/coalesce.c
122
ino_t i, base, maxino;
libexec/lfs_cleanerd/coalesce.c
128
ino_t ia[INODES_AT_A_TIME];
libexec/makewhatis/makewhatis.c
504
addmanpage(manpage **tree, ino_t inode, char *name, size_t sdoff, size_t sdlen)
libexec/makewhatis/makewhatis.c
76
ino_t mp_inode;
libexec/makewhatis/makewhatis.c
96
static void addmanpage(manpage **, ino_t, char *, size_t, size_t);
regress/sys/kern/getcwd/old_getcwd.c
80
ino_t ino;
regress/sys/kern/getcwd/old_getcwd.c
85
ino_t root_ino;
sbin/dump/dump.h
125
extern ino_t curino; /* current inumber; used globally */
sbin/dump/dump.h
183
ino_t fs_maxino(void);
sbin/dump/dump.h
184
void fs_mapinodes(ino_t, u_int64_t *, int *);
sbin/dump/dump.h
202
void mapfileino(ino_t, u_int64_t *, int *);
sbin/dump/dump.h
203
int mapfiles(ino_t, u_int64_t *, char *, char * const *);
sbin/dump/dump.h
204
int mapdirs(ino_t, u_int64_t *);
sbin/dump/dump.h
207
void blksout32(int32_t *, int, ino_t);
sbin/dump/dump.h
208
void blksout64(union dinode *, int64_t *, int, ino_t, int);
sbin/dump/dump.h
209
void dumpino(union dinode *, ino_t);
sbin/dump/dump.h
211
void dumpmap(char *, int, ino_t);
sbin/dump/dump.h
213
void writeheader(ino_t);
sbin/dump/dump.h
234
union dinode *getino(ino_t);
sbin/dump/ffs_inode.c
162
ino_t
sbin/dump/ffs_inode.c
170
fs_mapinodes(ino_t maxino __unused, u_int64_t *tape_size, int *anydirskipped)
sbin/dump/ffs_inode.c
174
ino_t ino;
sbin/dump/ffs_inode.c
226
getino(ino_t inum)
sbin/dump/ffs_inode.c
228
static ino_t minino, maxino;
sbin/dump/main.c
131
ino_t ino;
sbin/dump/main.c
140
ino_t maxino;
sbin/dump/main.c
93
ino_t curino;
sbin/dump/tape.c
700
writeheader((ino_t)wp->inode);
sbin/dump/traverse.c
127
mapfileino(ino_t ino, u_int64_t *tape_size, int *dirskipped)
sbin/dump/traverse.c
179
mapfiles(ino_t maxino, u_int64_t *tape_size, char *diskname, char * const *dirv)
sbin/dump/traverse.c
275
mapdirs(ino_t maxino, u_int64_t *tape_size)
sbin/dump/traverse.c
280
ino_t ino;
sbin/dump/traverse.c
362
dirindir(ino_t ino, daddr_t blkno, int ind_level, off_t *filesize,
sbin/dump/traverse.c
409
searchdir(ino_t dino, daddr_t blkno, long size, off_t filesize,
sbin/dump/traverse.c
416
ino_t ino;
sbin/dump/traverse.c
479
dumpino(union dinode *dp, ino_t ino)
sbin/dump/traverse.c
609
dmpindir(union dinode *dp, ino_t ino, daddr_t blk, int ind_level, off_t *size)
sbin/dump/traverse.c
63
static void writeextdata(union dinode *dp, ino_t ino, int added);
sbin/dump/traverse.c
64
static int dirindir(ino_t, daddr_t, int, off_t *, u_int64_t *, int);
sbin/dump/traverse.c
65
static void dmpindir(union dinode *dp, ino_t, daddr_t, int, off_t *);
sbin/dump/traverse.c
655
blksout32(int32_t *blkp, int frags, ino_t ino)
sbin/dump/traverse.c
66
static int searchdir(ino_t, daddr_t, long, off_t, u_int64_t *, int);
sbin/dump/traverse.c
687
blksout64(union dinode *dp, int64_t *blkp, int frags, ino_t ino, int last)
sbin/dump/traverse.c
798
writeextdata(union dinode *dp, ino_t ino, int added)
sbin/dump/traverse.c
860
dumpmap(char *map, int type, ino_t ino)
sbin/dump/traverse.c
876
writeheader(ino_t ino)
sbin/dump_lfs/lfs_inode.c
198
ino_t
sbin/dump_lfs/lfs_inode.c
208
fs_mapinodes(ino_t maxino, u_int64_t *tapesz, int *anydirskipped)
sbin/dump_lfs/lfs_inode.c
210
ino_t ino;
sbin/dump_lfs/lfs_inode.c
306
lfs_ientry(ino_t ino)
sbin/dump_lfs/lfs_inode.c
340
lfs_ifind(struct lfs *fs, ino_t ino, void *block)
sbin/dump_lfs/lfs_inode.c
355
getino(ino_t inum)
sbin/dump_lfs/lfs_inode.c
367
ino_t inum2;
sbin/fsck_ext2fs/dir.c
104
static void freedir(ino_t, ino_t);
sbin/fsck_ext2fs/dir.c
107
static int lftempname(char *, ino_t);
sbin/fsck_ext2fs/dir.c
290
direrror(ino_t ino, const char *errmesg)
sbin/fsck_ext2fs/dir.c
297
fileerror(ino_t cwd, ino_t ino, const char *errmesg)
sbin/fsck_ext2fs/dir.c
325
if (linkup(idesc->id_number, (ino_t)0) == 0)
sbin/fsck_ext2fs/dir.c
396
linkup(ino_t orphan, ino_t parentdir)
sbin/fsck_ext2fs/dir.c
400
ino_t oldlfdir;
sbin/fsck_ext2fs/dir.c
427
lfdir = allocdir(EXT2_ROOTINO, (ino_t)0, lfmode);
sbin/fsck_ext2fs/dir.c
453
if ((lfdir = allocdir(EXT2_ROOTINO, (ino_t)0, lfmode)) == 0) {
sbin/fsck_ext2fs/dir.c
482
parentdir != (ino_t)-1)
sbin/fsck_ext2fs/dir.c
489
if (parentdir != (ino_t)-1)
sbin/fsck_ext2fs/dir.c
502
changeino(ino_t dir, const char *name, ino_t newnum)
sbin/fsck_ext2fs/dir.c
520
makeentry(ino_t parent, ino_t ino, const char *name)
sbin/fsck_ext2fs/dir.c
615
allocdir(ino_t parent, ino_t request, int mode)
sbin/fsck_ext2fs/dir.c
617
ino_t ino;
sbin/fsck_ext2fs/dir.c
675
freedir(ino_t ino, ino_t parent)
sbin/fsck_ext2fs/dir.c
691
lftempname(char *bufp, ino_t ino)
sbin/fsck_ext2fs/dir.c
693
ino_t in;
sbin/fsck_ext2fs/extern.h
30
int allocdir(ino_t, ino_t, int);
sbin/fsck_ext2fs/extern.h
31
void blkerror(ino_t, const char *, daddr_t);
sbin/fsck_ext2fs/extern.h
35
void cacheino(struct ext2fs_dinode *, ino_t);
sbin/fsck_ext2fs/extern.h
36
int changeino(ino_t, const char *, ino_t);
sbin/fsck_ext2fs/extern.h
42
void direrror(ino_t, const char *);
sbin/fsck_ext2fs/extern.h
45
void fileerror(ino_t, ino_t, const char *);
sbin/fsck_ext2fs/extern.h
50
void freeino(ino_t);
sbin/fsck_ext2fs/extern.h
53
void getpathname(char *, size_t, ino_t, ino_t);
sbin/fsck_ext2fs/extern.h
58
int linkup(ino_t, ino_t);
sbin/fsck_ext2fs/extern.h
59
int makeentry(ino_t, ino_t, const char *);
sbin/fsck_ext2fs/extern.h
68
void pinode(ino_t);
sbin/fsck_ext2fs/extern.h
73
struct ext2fs_dinode * getnextinode(ino_t);
sbin/fsck_ext2fs/fsck.h
122
ino_t id_number; /* inode number described */
sbin/fsck_ext2fs/fsck.h
123
ino_t id_parent; /* for DATA nodes, their parent */
sbin/fsck_ext2fs/fsck.h
170
ino_t zlncnt;
sbin/fsck_ext2fs/fsck.h
180
ino_t i_number; /* inode number of this entry */
sbin/fsck_ext2fs/fsck.h
181
ino_t i_parent; /* inode number of parent */
sbin/fsck_ext2fs/fsck.h
182
ino_t i_dotdot; /* inode number of `..' */
sbin/fsck_ext2fs/fsck.h
207
extern ino_t maxino; /* number of inodes in file system */
sbin/fsck_ext2fs/fsck.h
208
extern ino_t lastino; /* last inode in use */
sbin/fsck_ext2fs/fsck.h
213
extern ino_t lfdir; /* lost & found directory inode number */
sbin/fsck_ext2fs/fsck.h
244
struct ext2fs_dinode *ginode(ino_t);
sbin/fsck_ext2fs/fsck.h
245
struct inoinfo *getinoinfo(ino_t);
sbin/fsck_ext2fs/fsck.h
247
ino_t allocino(ino_t, int);
sbin/fsck_ext2fs/inode.c
387
ginode(ino_t inumber)
sbin/fsck_ext2fs/inode.c
418
ino_t nextino, lastinum;
sbin/fsck_ext2fs/inode.c
423
getnextinode(ino_t inumber)
sbin/fsck_ext2fs/inode.c
495
cacheino(struct ext2fs_dinode *dp, ino_t inumber)
sbin/fsck_ext2fs/inode.c
515
inp->i_parent = (ino_t)0;
sbin/fsck_ext2fs/inode.c
516
inp->i_dotdot = (ino_t)0;
sbin/fsck_ext2fs/inode.c
536
getinoinfo(ino_t inumber)
sbin/fsck_ext2fs/inode.c
632
pinode(ino_t ino)
sbin/fsck_ext2fs/inode.c
660
blkerror(ino_t ino, const char *type, daddr_t blk)
sbin/fsck_ext2fs/inode.c
688
ino_t
sbin/fsck_ext2fs/inode.c
689
allocino(ino_t request, int type)
sbin/fsck_ext2fs/inode.c
691
ino_t ino;
sbin/fsck_ext2fs/inode.c
741
freeino(ino_t ino)
sbin/fsck_ext2fs/inode.c
94
static ino_t startinum;
sbin/fsck_ext2fs/main.c
118
ino_t maxino;
sbin/fsck_ext2fs/main.c
119
ino_t lastino;
sbin/fsck_ext2fs/main.c
123
ino_t lfdir;
sbin/fsck_ext2fs/pass1.c
155
checkinode(ino_t inumber, struct inodesc *idesc)
sbin/fsck_ext2fs/pass1.c
85
static void checkinode(ino_t, struct inodesc *);
sbin/fsck_ext2fs/pass1.c
90
ino_t inumber;
sbin/fsck_ext2fs/pass1b.c
84
ino_t inumber;
sbin/fsck_ext2fs/pass2.c
196
inp->i_dotdot == (ino_t)-1)
sbin/fsck_ext2fs/pass2.c
334
inp->i_dotdot = (ino_t)-1;
sbin/fsck_ext2fs/pass2.c
338
inp->i_dotdot = (ino_t)-1;
sbin/fsck_ext2fs/pass3.c
76
ino_t orphan;
sbin/fsck_ext2fs/pass4.c
79
ino_t inumber;
sbin/fsck_ext2fs/utilities.c
409
getpathname(char *namebuf, size_t namebuflen, ino_t curdir, ino_t ino)
sbin/fsck_ffs/dir.c
101
propagate(ino_t inumber)
sbin/fsck_ffs/dir.c
135
reparent(ino_t inumber, ino_t parent)
sbin/fsck_ffs/dir.c
413
direrror(ino_t ino, const char *errmesg)
sbin/fsck_ffs/dir.c
420
fileerror(ino_t cwd, ino_t ino, const char *errmesg)
sbin/fsck_ffs/dir.c
470
if (linkup(idesc->id_number, (ino_t)0, NULL) == 0) {
sbin/fsck_ffs/dir.c
559
linkup(ino_t orphan, ino_t parentdir, char *name)
sbin/fsck_ffs/dir.c
563
ino_t oldlfdir;
sbin/fsck_ffs/dir.c
59
ino_t lfdir;
sbin/fsck_ffs/dir.c
600
lfdir = allocdir(UFS_ROOTINO, (ino_t)0, lfmode);
sbin/fsck_ffs/dir.c
634
lfdir = allocdir(UFS_ROOTINO, (ino_t)0, lfmode);
sbin/fsck_ffs/dir.c
669
parentdir != (ino_t)-1)
sbin/fsck_ffs/dir.c
678
if (parentdir != (ino_t)-1)
sbin/fsck_ffs/dir.c
691
changeino(ino_t dir, const char *name, ino_t newnum)
sbin/fsck_ffs/dir.c
713
makeentry(ino_t parent, ino_t ino, const char *name)
sbin/fsck_ffs/dir.c
839
ino_t
sbin/fsck_ffs/dir.c
840
allocdir(ino_t parent, ino_t request, int mode)
sbin/fsck_ffs/dir.c
842
ino_t ino;
sbin/fsck_ffs/dir.c
90
static void freedir(ino_t, ino_t);
sbin/fsck_ffs/dir.c
912
freedir(ino_t ino, ino_t parent)
sbin/fsck_ffs/dir.c
928
lftempname(char *bufp, ino_t ino)
sbin/fsck_ffs/dir.c
93
static int lftempname(char *, ino_t);
sbin/fsck_ffs/dir.c
930
ino_t in;
sbin/fsck_ffs/dir.c
95
void reparent(ino_t, ino_t);
sbin/fsck_ffs/extern.h
29
ino_t allocdir(ino_t, ino_t, int);
sbin/fsck_ffs/extern.h
30
ino_t allocino(ino_t, int);
sbin/fsck_ffs/extern.h
31
void blkerror(ino_t, const 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, const char *, ino_t);
sbin/fsck_ffs/extern.h
46
union dinode * getnextinode(ino_t);
sbin/fsck_ffs/extern.h
47
void direrror(ino_t, const char *);
sbin/fsck_ffs/extern.h
50
void fileerror(ino_t, ino_t, const char *);
sbin/fsck_ffs/extern.h
55
void freeino(ino_t);
sbin/fsck_ffs/extern.h
60
struct inoinfo *getinoinfo(ino_t);
sbin/fsck_ffs/extern.h
61
union dinode *ginode(ino_t);
sbin/fsck_ffs/extern.h
62
void getpathname(char *, size_t, ino_t, ino_t);
sbin/fsck_ffs/extern.h
66
struct inostat *inoinfo(ino_t);
sbin/fsck_ffs/extern.h
67
int linkup(ino_t, ino_t, char *);
sbin/fsck_ffs/extern.h
68
int makeentry(ino_t, ino_t, const char *);
sbin/fsck_ffs/extern.h
78
void pinode(ino_t);
sbin/fsck_ffs/extern.h
79
void propagate(ino_t);
sbin/fsck_ffs/extern.h
81
void setinodebuf(ino_t);
sbin/fsck_ffs/extern.h
88
void update_uquot(ino_t, uid_t, gid_t, int64_t, int64_t);
sbin/fsck_ffs/extern.h
89
int is_quota_inode(ino_t);
sbin/fsck_ffs/extern.h
95
int is_journal_inode(ino_t);
sbin/fsck_ffs/fsck.h
187
ino_t id_number; /* inode number described */
sbin/fsck_ffs/fsck.h
188
ino_t id_parent; /* for DATA nodes, their parent */
sbin/fsck_ffs/fsck.h
238
ino_t zlncnt;
sbin/fsck_ffs/fsck.h
248
ino_t i_number; /* inode number of this entry */
sbin/fsck_ffs/fsck.h
249
ino_t i_parent; /* inode number of parent */
sbin/fsck_ffs/fsck.h
250
ino_t i_dotdot; /* inode number of `..' */
sbin/fsck_ffs/fsck.h
330
extern ino_t maxino; /* number of inodes in file system */
sbin/fsck_ffs/fsck.h
334
extern ino_t lfdir; /* lost & found directory inode number */
sbin/fsck_ffs/fsck.h
339
extern ino_t n_files; /* number of files in use */
sbin/fsck_ffs/inode.c
323
ginode(ino_t inumber)
sbin/fsck_ffs/inode.c
397
ino_t nextino, lastinum, lastvalidinum;
sbin/fsck_ffs/inode.c
402
getnextinode(ino_t inumber)
sbin/fsck_ffs/inode.c
440
setinodebuf(ino_t inum)
sbin/fsck_ffs/inode.c
487
cacheino(union dinode *dp, ino_t inumber)
sbin/fsck_ffs/inode.c
512
inp->i_parent = (ino_t)0;
sbin/fsck_ffs/inode.c
513
inp->i_dotdot = (ino_t)0;
sbin/fsck_ffs/inode.c
537
getinoinfo(ino_t inumber)
sbin/fsck_ffs/inode.c
64
static ino_t startinum;
sbin/fsck_ffs/inode.c
654
pinode(ino_t ino)
sbin/fsck_ffs/inode.c
678
blkerror(ino_t ino, const char *type, daddr_t blk)
sbin/fsck_ffs/inode.c
708
ino_t
sbin/fsck_ffs/inode.c
709
allocino(ino_t request, int type)
sbin/fsck_ffs/inode.c
711
ino_t ino;
sbin/fsck_ffs/inode.c
827
freeino(ino_t ino)
sbin/fsck_ffs/main.c
134
ino_t maxino;
sbin/fsck_ffs/main.c
137
ino_t n_files;
sbin/fsck_ffs/pass1.c
181
if (inosused < (ino_t)sblock->fs_ipg || inumber == lastino)
sbin/fsck_ffs/pass1.c
189
if (lastino < (c * (ino_t)sblock->fs_ipg))
sbin/fsck_ffs/pass1.c
229
checkinode(ino_t inumber, struct inodesc *idesc)
sbin/fsck_ffs/pass1.c
63
static void checkinode(ino_t, struct inodesc *);
sbin/fsck_ffs/pass1.c
64
static ino_t lastino;
sbin/fsck_ffs/pass1.c
69
ino_t inumber, inosused, ninosused, ii;
sbin/fsck_ffs/pass1b.c
62
ino_t inumber;
sbin/fsck_ffs/pass2.c
269
inp->i_dotdot == (ino_t)-1)
sbin/fsck_ffs/pass2.c
473
inp->i_dotdot = (ino_t)-1;
sbin/fsck_ffs/pass2.c
489
inp->i_dotdot = (ino_t)-1;
sbin/fsck_ffs/pass3.c
59
ino_t orphan;
sbin/fsck_ffs/pass4.c
61
ino_t inumber;
sbin/fsck_ffs/pass5.c
71
ino_t inum;
sbin/fsck_ffs/quota2.c
52
ino_t ino;
sbin/fsck_ffs/setup.c
521
if ((ino_t)numdirs > maxino + 1)
sbin/fsck_ffs/utilities.c
476
getpathname(char *namebuf, size_t namebuflen, ino_t curdir, ino_t ino)
sbin/fsck_ffs/utilities.c
589
inoinfo(ino_t inum)
sbin/fsck_ffs/utilities.c
742
update_uquot(ino_t inum, uid_t uid, gid_t gid, int64_t bchange, int64_t ichange)
sbin/fsck_ffs/utilities.c
769
is_quota_inode(ino_t inum)
sbin/fsck_ffs/wapbl.c
148
is_journal_inode(ino_t ino)
sbin/fsck_lfs/dir.c
296
direrror(ino_t ino, const char *errmesg)
sbin/fsck_lfs/dir.c
303
fileerror(ino_t cwd, ino_t ino, const char *errmesg)
sbin/fsck_lfs/dir.c
345
if (linkup(idesc->id_number, (ino_t) 0) == 0)
sbin/fsck_lfs/dir.c
422
linkup(ino_t orphan, ino_t parentdir)
sbin/fsck_lfs/dir.c
426
ino_t oldlfdir;
sbin/fsck_lfs/dir.c
454
lfdir = allocdir(ULFS_ROOTINO, (ino_t) 0, lfmode);
sbin/fsck_lfs/dir.c
481
if ((lfdir = allocdir(ULFS_ROOTINO, (ino_t) 0, lfmode)) == 0) {
sbin/fsck_lfs/dir.c
511
parentdir != (ino_t) - 1)
sbin/fsck_lfs/dir.c
519
if (parentdir != (ino_t) - 1)
sbin/fsck_lfs/dir.c
532
changeino(ino_t dir, const char *name, ino_t newnum)
sbin/fsck_lfs/dir.c
551
makeentry(ino_t parent, ino_t ino, const char *name)
sbin/fsck_lfs/dir.c
668
allocdir(ino_t parent, ino_t request, int mode)
sbin/fsck_lfs/dir.c
670
ino_t ino;
sbin/fsck_lfs/dir.c
736
freedir(ino_t ino, ino_t parent)
sbin/fsck_lfs/dir.c
753
lftempname(char *bufp, ino_t ino)
sbin/fsck_lfs/dir.c
755
ino_t in;
sbin/fsck_lfs/dir.c
85
static void freedir(ino_t, ino_t);
sbin/fsck_lfs/dir.c
87
static int lftempname(char *, ino_t);
sbin/fsck_lfs/extern.h
38
int allocdir(ino_t, ino_t, int);
sbin/fsck_lfs/extern.h
39
void blkerror(ino_t, const char *, daddr_t);
sbin/fsck_lfs/extern.h
40
void cacheino(union lfs_dinode *, ino_t);
sbin/fsck_lfs/extern.h
41
int changeino(ino_t, const char *, ino_t);
sbin/fsck_lfs/extern.h
44
void checkinode(ino_t, struct inodesc *);
sbin/fsck_lfs/extern.h
50
void direrror(ino_t, const char *);
sbin/fsck_lfs/extern.h
53
void fileerror(ino_t, ino_t, const char *);
sbin/fsck_lfs/extern.h
57
void freeino(ino_t);
sbin/fsck_lfs/extern.h
60
void getpathname(char *, size_t, ino_t, ino_t);
sbin/fsck_lfs/extern.h
63
int linkup(ino_t, ino_t);
sbin/fsck_lfs/extern.h
65
int makeentry(ino_t, ino_t, const char *);
sbin/fsck_lfs/extern.h
77
void pinode(ino_t);
sbin/fsck_lfs/fsck.h
140
ino_t zlncnt;
sbin/fsck_lfs/fsck.h
148
ino_t i_number; /* inode number of this entry */
sbin/fsck_lfs/fsck.h
149
ino_t i_parent; /* inode number of parent */
sbin/fsck_lfs/fsck.h
150
ino_t i_dotdot; /* inode number of `..' */
sbin/fsck_lfs/fsck.h
174
ino_t allocino(ino_t, int);
sbin/fsck_lfs/fsck.h
175
int ino_to_fsba(struct lfs *, ino_t);
sbin/fsck_lfs/fsck.h
176
union lfs_dinode *ginode(ino_t);
sbin/fsck_lfs/fsck.h
177
struct inoinfo *getinoinfo(ino_t);
sbin/fsck_lfs/fsck.h
178
daddr_t lfs_ino_daddr(ino_t);
sbin/fsck_lfs/fsck.h
179
void clearinode(ino_t);
sbin/fsck_lfs/fsck.h
180
void reset_maxino(ino_t);
sbin/fsck_lfs/fsck.h
94
ino_t id_number; /* inode number described */
sbin/fsck_lfs/fsck.h
95
ino_t id_parent; /* for DATA nodes, their parent */
sbin/fsck_lfs/fsck_vars.h
65
extern ino_t *blockmap; /* ptr to primary blk allocation map */
sbin/fsck_lfs/fsck_vars.h
67
extern ino_t maxino; /* number of inodes in file system */
sbin/fsck_lfs/fsck_vars.h
68
extern ino_t lastino; /* last inode in use */
sbin/fsck_lfs/fsck_vars.h
73
extern ino_t lfdir; /* lost & found directory inode number */
sbin/fsck_lfs/fsck_vars.h
78
extern ino_t n_files; /* number of files in use */
sbin/fsck_lfs/inode.c
363
cacheino(union lfs_dinode *dp, ino_t inumber)
sbin/fsck_lfs/inode.c
380
inp->i_parent = (ino_t) 0;
sbin/fsck_lfs/inode.c
381
inp->i_dotdot = (ino_t) 0;
sbin/fsck_lfs/inode.c
405
getinoinfo(ino_t inumber)
sbin/fsck_lfs/inode.c
466
clearinode(ino_t inumber)
sbin/fsck_lfs/inode.c
525
ino_t ino;
sbin/fsck_lfs/inode.c
539
pinode(ino_t ino)
sbin/fsck_lfs/inode.c
565
blkerror(ino_t ino, const char *type, daddr_t blk)
sbin/fsck_lfs/inode.c
596
ino_t
sbin/fsck_lfs/inode.c
597
allocino(ino_t request, int type)
sbin/fsck_lfs/inode.c
599
ino_t ino;
sbin/fsck_lfs/inode.c
649
freeino(ino_t ino)
sbin/fsck_lfs/inode.c
98
ginode(ino_t ino)
sbin/fsck_lfs/lfs.c
307
lfs_ifind(struct lfs *fs, ino_t ino, struct ubuf *bp)
sbin/fsck_lfs/lfs.c
332
lfs_raw_vget(struct lfs * fs, ino_t ino, int fd, daddr_t daddr)
sbin/fsck_lfs/lfs.c
405
lfs_vget(void *vfs, ino_t ino)
sbin/fsck_lfs/lfs.c
900
lfs_valloc(struct lfs *fs, ino_t ino)
sbin/fsck_lfs/lfs.c
904
ino_t new_ino;
sbin/fsck_lfs/lfs.c
938
void reset_maxino(ino_t);
sbin/fsck_lfs/lfs.c
954
ino_t oldlast;
sbin/fsck_lfs/lfs_user.h
84
struct uvnode *lfs_raw_vget(struct lfs *, ino_t, int, daddr_t);
sbin/fsck_lfs/lfs_user.h
89
union lfs_dinode *lfs_ifind(struct lfs *, ino_t, struct ubuf *);
sbin/fsck_lfs/lfs_user.h
93
struct uvnode *lfs_valloc(struct lfs *, ino_t);
sbin/fsck_lfs/pass0.c
104
ino_t ino, plastino, nextino, lowfreeino, freehd;
sbin/fsck_lfs/pass1.c
185
checkinode(ino_t inumber, struct inodesc * idesc)
sbin/fsck_lfs/pass1.c
62
ino_t ino;
sbin/fsck_lfs/pass1.c
86
ino_t inumber;
sbin/fsck_lfs/pass2.c
187
inp->i_dotdot == (ino_t) - 1)
sbin/fsck_lfs/pass2.c
315
inp->i_dotdot = (ino_t) - 1;
sbin/fsck_lfs/pass2.c
319
inp->i_dotdot = (ino_t) - 1;
sbin/fsck_lfs/pass3.c
43
ino_t orphan;
sbin/fsck_lfs/pass4.c
60
ino_t inumber = idp->id_number;
sbin/fsck_lfs/pass4.c
80
ino_t inumber;
sbin/fsck_lfs/pass6.c
207
remove_ino(struct uvnode *vp, ino_t ino)
sbin/fsck_lfs/pass6.c
210
ino_t nextfree;
sbin/fsck_lfs/pass6.c
425
ino_t thisino = lfs_dino_getinumber(fs, dp);
sbin/fsck_lfs/pass6.c
468
alloc_inode(ino_t thisino, daddr_t daddr)
sbin/fsck_lfs/pass6.c
470
ino_t ino, nextfree, oldhead;
sbin/fsck_lfs/pass6.c
650
ino_t *inums;
sbin/fsck_lfs/segwrite.c
250
ino_t ino;
sbin/fsck_lfs/setup.c
131
reset_maxino(ino_t len)
sbin/fsck_lfs/setup.c
445
blockmap = ecalloc(maxfsblock, sizeof(ino_t));
sbin/fsck_lfs/utilities.c
189
getpathname(char *namebuf, size_t namebuflen, ino_t curdir, ino_t ino)
sbin/fsck_lfs/vars.c
66
ino_t *blockmap;
sbin/fsck_lfs/vars.c
68
ino_t maxino; /* number of inodes in file system */
sbin/fsck_lfs/vars.c
69
ino_t lastino; /* last inode in use */
sbin/fsck_lfs/vars.c
74
ino_t lfdir; /* lost & found directory inode number */
sbin/fsck_lfs/vars.c
78
ino_t n_files; /* number of files in use */
sbin/fsck_lfs/vnode.c
103
register_vget(void *fs, struct uvnode *func(void *, ino_t))
sbin/fsck_lfs/vnode.c
114
VFS_VGET(void *fs, ino_t ino)
sbin/fsck_lfs/vnode.c
158
vget(void *fs, ino_t ino)
sbin/fsck_lfs/vnode.h
58
struct uvnode *(*vgr_func) (void *, ino_t);
sbin/fsck_lfs/vnode.h
74
struct uvnode *vget(void *, ino_t);
sbin/fsck_lfs/vnode.h
75
void register_vget(void *, struct uvnode *(*)(void *, ino_t));
sbin/fsdb/fsdb.c
1066
ino_t inum;
sbin/fsdb/fsdb.c
1117
ino_t inum;
sbin/fsdb/fsdb.c
122
ino_t maxino;
sbin/fsdb/fsdb.c
125
ino_t n_files;
sbin/fsdb/fsdb.c
1511
ino_t freelink;
sbin/fsdb/fsdb.c
164
ino_t curinum;
sbin/fsdb/fsdb.c
422
static ino_t ocurrent;
sbin/fsdb/fsdb.c
437
ino_t inum;
sbin/fsdb/fsdb.c
458
ino_t inum;
sbin/fsdb/fsdb.c
619
ino_t inum, inosused;
sbin/fsdb/fsdb.h
50
extern ino_t curinum;
sbin/fsdb/fsdb.h
54
void printstat(const char *, ino_t, union dinode *);
sbin/fsdb/fsdbutil.c
91
printstat(const char *cp, ino_t inum, union dinode *dp)
sbin/mount_qemufwcfg/fwcfg.c
108
st->st_ino = (ino_t)virtdir_offset(&fwcfg_virtdir, ep) + 10;
sbin/mount_qemufwcfg/virtdir.c
143
tp->v[tp->c].ino = (ino_t) random() & 0xfffff;
sbin/mount_qemufwcfg/virtdir.h
45
ino_t ino; /* inode number */
sbin/newfs/mkfs.c
116
static void iput(union dinode *, ino_t);
sbin/newfs/mkfs.c
1360
iput(union dinode *ip, ino_t ino)
sbin/newfs/mkfs.c
1383
if (ino >= (ino_t)(sblock.fs_ipg * sblock.fs_ncg)) {
sbin/newfs_ext2fs/mke2fs.c
1324
iput(struct ext2fs_dinode *ip, ino_t ino)
sbin/newfs_ext2fs/mke2fs.c
134
static void iput(struct ext2fs_dinode *, ino_t);
sbin/newfs_lfs/make_lfs.c
246
ino_t dp_ino;
sbin/newfs_lfs/make_lfs.c
268
static void make_dinode(ino_t, union lfs_dinode *, int, struct lfs *);
sbin/newfs_lfs/make_lfs.c
292
make_dinode(ino_t ino, union lfs_dinode *dip, int nfrags, struct lfs *fs)
sbin/restore/dirs.c
130
static struct inotab *inotablookup(ino_t);
sbin/restore/dirs.c
137
static struct direct *searchdir(ino_t, char *);
sbin/restore/dirs.c
229
treescan(const char *pname, ino_t ino, long (*todo)(const char *, ino_t, int))
sbin/restore/dirs.c
293
ino_t ino;
sbin/restore/dirs.c
316
searchdir(ino_t inum, char *name)
sbin/restore/dirs.c
538
ino_t ino;
sbin/restore/dirs.c
713
genliteraldir(const char *name, ino_t ino)
sbin/restore/dirs.c
757
inodetype(ino_t ino)
sbin/restore/dirs.c
76
ino_t t_ino;
sbin/restore/dirs.c
809
inotablookup(ino_t ino)
sbin/restore/dirs.c
86
ino_t ino;
sbin/restore/extern.h
108
void treescan(const char *, ino_t,
sbin/restore/extern.h
109
long (*)(const char *, ino_t, int));
sbin/restore/extern.h
110
ino_t upperbnd(ino_t);
sbin/restore/extern.h
111
long verifyfile(const char *, ino_t, int);
sbin/restore/extern.h
34
struct entry *addentry(const char *, ino_t, int);
sbin/restore/extern.h
35
long addfile(const char *, ino_t, int);
sbin/restore/extern.h
45
long deletefile(const char *, ino_t, int);
sbin/restore/extern.h
46
void deleteino(ino_t);
sbin/restore/extern.h
50
ino_t dirlookup(const char *);
sbin/restore/extern.h
58
int genliteraldir(const char *, ino_t);
sbin/restore/extern.h
64
int inodetype(ino_t);
sbin/restore/extern.h
66
struct entry *lookupino(ino_t);
sbin/restore/extern.h
68
long listfile(const char *, ino_t, int);
sbin/restore/extern.h
69
ino_t lowerbnd(ino_t);
sbin/restore/extern.h
77
long nodeupdates(const char *, ino_t, int);
sbin/restore/interactive.c
102
ino_t ino;
sbin/restore/interactive.c
656
ino_t bigino;
sbin/restore/interactive.c
73
ino_t fnum; /* inode number of file */
sbin/restore/main.c
76
ino_t maxino;
sbin/restore/main.c
93
ino_t ino;
sbin/restore/restore.c
117
deletefile(const char *name, ino_t ino, int type __unused)
sbin/restore/restore.c
158
ino_t i, mydirino;
sbin/restore/restore.c
208
nodeupdates(const char *name, ino_t ino, int type)
sbin/restore/restore.c
519
ino_t i;
sbin/restore/restore.c
59
listfile(const char *name, ino_t ino, int type)
sbin/restore/restore.c
596
ino_t first;
sbin/restore/restore.c
676
ino_t first, next, last;
sbin/restore/restore.c
75
addfile(const char *name, ino_t ino, int type)
sbin/restore/restore.c
781
ino_t i;
sbin/restore/restore.c
821
ino_t i;
sbin/restore/restore.c
840
verifyfile(const char *name, ino_t ino, int type)
sbin/restore/restore.h
126
ino_t ino; /* inumber of file */
sbin/restore/restore.h
58
extern ino_t maxino; /* highest numbered inode in this file system */
sbin/restore/restore.h
93
ino_t e_ino; /* inode number in previous file sys */
sbin/restore/symtab.c
100
addino(ino_t inum, struct entry *np)
sbin/restore/symtab.c
120
deleteino(ino_t inum)
sbin/restore/symtab.c
220
addentry(const char *name, ino_t inum, int type)
sbin/restore/symtab.c
276
ino_t inum;
sbin/restore/symtab.c
441
ino_t maxino;
sbin/restore/symtab.c
452
ino_t i;
sbin/restore/symtab.c
76
static void addino(ino_t, struct entry *);
sbin/restore/symtab.c
84
lookupino(ino_t inum)
sbin/restore/tape.c
1554
static ino_t previno = 0x7fffffff;
sbin/restore/utilities.c
268
ino_t
sbin/restore/utilities.c
269
lowerbnd(ino_t start)
sbin/restore/utilities.c
286
ino_t
sbin/restore/utilities.c
287
upperbnd(ino_t start)
sbin/restore/utilities.c
354
ino_t
sbin/restore/utilities.c
358
ino_t ino;
share/examples/refuse/virtdir/virtdir.c
157
tp->v[tp->c].ino = (ino_t) random() & 0xfffff;
share/examples/refuse/virtdir/virtdir.h
46
ino_t ino; /* inode number */
sys/arch/ia64/stand/efi/libefi/efifs_ls.c
77
ino_t e_ino;
sys/coda/cnode.h
108
ino_t c_inode; /* associated vnode inode */
sys/coda/coda.h
215
static __inline ino_t coda_f2i(CodaFid *fid)
sys/coda/coda.h
248
static __inline ino_t coda_f2i(CodaFid *fid)
sys/coda/coda.h
414
ino_t inode; /* host inode of container file */
sys/coda/coda_venus.c
223
/*out*/ dev_t *dev, ino_t *inode)
sys/coda/coda_venus.h
42
/*out*/ dev_t *dev, ino_t *inode);
sys/coda/coda_vfsops.c
481
coda_vget(struct mount *vfsp, ino_t ino, int lktype,
sys/coda/coda_vfsops.h
56
int coda_vget(struct mount *, ino_t, int, struct vnode **);
sys/coda/coda_vnops.c
1838
coda_grab_vnode(vnode_t *uvp, dev_t dev, ino_t ino, vnode_t **vpp)
sys/coda/coda_vnops.c
233
ino_t inode;
sys/coda/coda_vnops.h
86
int coda_grab_vnode(vnode_t *, dev_t, ino_t, vnode_t **);
sys/compat/linux/common/linux_inotify.c
95
ino_t fileno;
sys/compat/linux/common/linux_inotify.c
952
ino_t changed = new_idep->ide_entries[new_idep->ide_count - 1].fileno;
sys/compat/sys/stat.h
143
ino_t st_ino; /* inode's number */
sys/dev/vndvar.h
166
ino_t vnu_ino; /* ...at this inode */
sys/dev/vndvar.h
197
ino_t vnu_ino; /* ...at this inode */
sys/fs/adosfs/adlookup.c
148
error = VFS_VGET(vdp->v_mount, (ino_t)adp->pblock,
sys/fs/adosfs/adlookup.c
167
if ((error = VFS_VGET(vdp->v_mount, (ino_t)bn,
sys/fs/adosfs/advfsops.c
334
error = VFS_VGET(mp, (ino_t)VFSTOADOSFS(mp)->rootb, lktype, &nvp);
sys/fs/adosfs/advfsops.c
368
adosfs_vget(struct mount *mp, ino_t an, int lktype, struct vnode **vpp)
sys/fs/adosfs/advnops.c
611
error = VFS_VGET(pap->amp->mp, (ino_t)nextbn,
sys/fs/autofs/autofs.h
101
ino_t an_ino;
sys/fs/autofs/autofs.h
122
ino_t am_last_ino;
sys/fs/autofs/autofs.h
61
#define AUTOFS_ROOTINO ((ino_t)1)
sys/fs/autofs/autofs_vnops.c
416
autofs_readdir_one(struct uio *uio, const char *name, ino_t ino)
sys/fs/cd9660/cd9660_extern.h
108
ino_t isodirino(struct iso_directory_record *, struct iso_mnt *);
sys/fs/cd9660/cd9660_lookup.c
113
ino_t ino = 0;
sys/fs/cd9660/cd9660_node.c
327
ino_t
sys/fs/cd9660/cd9660_node.c
330
ino_t ino;
sys/fs/cd9660/cd9660_node.c
339
ino = ((ino_t)isonum_733(isodir->extent) +
sys/fs/cd9660/cd9660_node.h
70
ino_t i_number; /* the identity of the inode */
sys/fs/cd9660/cd9660_node.h
77
ino_t i_ino; /* inode number of found directory */
sys/fs/cd9660/cd9660_rrip.c
621
u_short *outlen, ino_t *inump, struct iso_mnt *imp)
sys/fs/cd9660/cd9660_vfsops.c
646
ino_t ino = isodirino(dp, imp);
sys/fs/cd9660/cd9660_vfsops.c
698
ino_t ifid_ino;
sys/fs/cd9660/cd9660_vfsops.c
737
cd9660_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/fs/cd9660/cd9660_vfsops.c
762
ino_t ino;
sys/fs/cd9660/iso_rrip.h
67
ino_t *inump; /* inode number pointer */
sys/fs/cd9660/iso_rrip.h
78
ino_t *inump, struct iso_mnt *imp);
sys/fs/efs/efs_dinode.h
31
#define EFS_ROOTINO ((ino_t)2)
sys/fs/efs/efs_inode.h
33
ino_t ei_number; /* inode number */
sys/fs/efs/efs_subr.c
134
efs_locate_inode(ino_t ino, struct efs_sb *sbp, uint32_t *bboff, int *index)
sys/fs/efs/efs_subr.c
157
efs_read_inode(struct efs_mount *emp, ino_t ino, struct lwp *l,
sys/fs/efs/efs_subr.c
271
ino_t *inode)
sys/fs/efs/efs_subr.c
312
struct componentname *cn, ino_t *ino)
sys/fs/efs/efs_subr.c
348
struct componentname *cn, ino_t *ino)
sys/fs/efs/efs_subr.h
33
void efs_locate_inode(ino_t, struct efs_sb *, uint32_t *, int *);
sys/fs/efs/efs_subr.h
34
int efs_read_inode(struct efs_mount *, ino_t, struct lwp *,
sys/fs/efs/efs_subr.h
39
struct componentname *, ino_t *);
sys/fs/efs/efs_vfsops.c
346
efs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/fs/efs/efs_vfsops.c
371
ino_t ino;
sys/fs/efs/efs_vnops.c
67
ino_t ino;
sys/fs/filecorefs/filecore_lookup.c
264
ino_t ino;
sys/fs/filecorefs/filecore_node.c
134
ino_t ino;
sys/fs/filecorefs/filecore_node.h
130
ino_t filecore_getparent(struct filecore_node *);
sys/fs/filecorefs/filecore_node.h
90
ino_t i_number; /* the identity of the inode */
sys/fs/filecorefs/filecore_node.h
92
ino_t i_parent; /* the ino of the file's parent */
sys/fs/filecorefs/filecore_utils.c
237
ino_t
sys/fs/filecorefs/filecore_vfsops.c
559
filecore_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/fs/hfs/hfs.h
192
int hfs_vget_internal(struct mount *, ino_t, uint8_t, struct vnode **);
sys/fs/hfs/hfs_vfsops.c
498
hfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/fs/hfs/hfs_vfsops.c
518
hfs_vget_internal(struct mount *mp, ino_t ino, uint8_t fork,
sys/fs/msdosfs/msdosfs_vfsops.c
1143
msdosfs_vget(struct mount *mp, ino_t ino, int lktype,
sys/fs/msdosfs/msdosfs_vnops.c
1033
(ino_t)pmp->pm_rootdirblk)
sys/fs/msdosfs/msdosfs_vnops.c
1142
fileno |= ((ino_t)getushort(dentp->deHighClust)) << 16;
sys/fs/msdosfs/msdosfs_vnops.c
1147
(ino_t)pmp->pm_rootdirblk)
sys/fs/msdosfs/msdosfs_vnops.c
259
ino_t fileid;
sys/fs/msdosfs/msdosfs_vnops.c
269
fileid = cntobn(pmp, (ino_t)dep->de_StartCluster) * dirsperblk;
sys/fs/msdosfs/msdosfs_vnops.c
273
fileid = cntobn(pmp, (ino_t)dep->de_dirclust) * dirsperblk;
sys/fs/msdosfs/msdosfs_vnops.c
958
ino_t fileno;
sys/fs/nilfs/nilfs.h
191
ino_t ino;
sys/fs/nilfs/nilfs_vfsops.c
1096
nilfs_vget(struct mount *mp, ino_t ino, int lktype,
sys/fs/ntfs/ntfs_ihash.c
117
ntfs_nthashlookup(dev_t dev, ino_t inum)
sys/fs/ntfs/ntfs_ihash.h
41
struct ntnode *ntfs_nthashlookup(dev_t, ino_t);
sys/fs/ntfs/ntfs_ihash.h
42
struct ntnode *ntfs_nthashget(dev_t, ino_t);
sys/fs/ntfs/ntfs_inode.h
113
ino_t ntfid_ino; /* File number (ino). */
sys/fs/ntfs/ntfs_inode.h
58
ino_t i_number;
sys/fs/ntfs/ntfs_inode.h
70
ino_t i_mainrec; /* MFR */
sys/fs/ntfs/ntfs_inode.h
76
ino_t k_ino; /* Inode number of ntnode. */
sys/fs/ntfs/ntfs_inode.h
89
ino_t f_pnumber; /* $NAME/dirinfo */
sys/fs/ntfs/ntfs_subr.c
393
ntfs_ntlookup(struct ntfsmount *ntmp, ino_t ino, struct ntnode **ipp)
sys/fs/ntfs/ntfs_subr.h
101
int ntfs_ntlookup(struct ntfsmount *, ino_t, struct ntnode **);
sys/fs/ntfs/ntfs_vfsops.c
581
error = VFS_VGET(mp, (ino_t)NTFS_ROOTINO, lktype, &nvp);
sys/fs/ntfs/ntfs_vfsops.c
75
static int ntfs_vget(struct mount *mp, ino_t ino, int,
sys/fs/ntfs/ntfs_vfsops.c
826
ntfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/fs/ntfs/ntfs_vfsops.c
832
ntfs_vgetex(struct mount *mp, ino_t ino, u_int32_t attrtype,
sys/fs/ntfs/ntfs_vfsops.h
34
int ntfs_vgetex(struct mount *, ino_t, u_int32_t, const char *, u_long,
sys/fs/ptyfs/ptyfs_vfsops.c
461
ptyfs_vget(struct mount *mp, ino_t ino, int lktype,
sys/fs/puffs/puffs_compat.c
66
ino_t va_fileid;
sys/fs/sysvbfs/bfs.c
550
bfs_inode_lookup(const struct bfs *bfs, ino_t n, struct bfs_inode **iinode)
sys/fs/sysvbfs/bfs.c
568
bfs_inode_delete(struct bfs *bfs, ino_t ino)
sys/fs/sysvbfs/bfs.h
164
bool bfs_inode_lookup(const struct bfs *, ino_t, struct bfs_inode **);
sys/fs/sysvbfs/bfs.h
165
int bfs_inode_delete(struct bfs *, ino_t);
sys/fs/sysvbfs/sysvbfs_vfsops.c
367
sysvbfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/fs/tmpfs/tmpfs.h
103
ino_t tn_id;
sys/fs/tmpfs/tmpfs.h
244
ino_t tf_id;
sys/fs/tmpfs/tmpfs_args.h
45
ino_t ta_nodes_max;
sys/fs/tmpfs/tmpfs_subr.c
219
node->tn_id = (ino_t)((uintptr_t)node / sizeof(*node));
sys/fs/tmpfs/tmpfs_vfsops.c
322
tmpfs_vget(struct mount *mp, ino_t ino, int lktype, vnode_t **vpp)
sys/fs/tmpfs/tmpfs_vfsops.c
94
ino_t nodes;
sys/fs/udf/udf_vfsops.c
901
udf_vget(struct mount *mp, ino_t ino, int lktype,
sys/fs/union/union_vfsops.c
504
union_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/fs/v7fs/v7fs_vfsops.c
488
v7fs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/kern/uipc_usrreq.c
182
ino_t unp_ino; /* prototype for fake inode numbers */
sys/kern/vfs_getcwd.c
104
ino_t fileno;
sys/kern/vfs_wapbl.c
2296
wapbl_inodetrk_get(struct wapbl *wl, ino_t ino)
sys/kern/vfs_wapbl.c
2312
wapbl_register_inode(struct wapbl *wl, ino_t ino, mode_t mode)
sys/kern/vfs_wapbl.c
2336
wapbl_unregister_inode(struct wapbl *wl, ino_t ino, mode_t mode)
sys/kern/vfs_wapbl.c
282
ino_t wi_ino;
sys/kern/vfs_wapbl.c
288
static struct wapbl_ino *wapbl_inodetrk_get(struct wapbl *wl, ino_t ino);
sys/miscfs/fdesc/fdesc_vfsops.c
165
fdesc_vget(struct mount *mp, ino_t ino, int lktype,
sys/miscfs/fdesc/fdesc_vnops.c
514
ino_t ft_fileno;
sys/miscfs/genfs/layer_extern.h
89
int layerfs_vget(struct mount *, ino_t, int, struct vnode **);
sys/miscfs/genfs/layer_vfsops.c
243
layerfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/miscfs/kernfs/kernfs_vfsops.c
217
kernfs_vget(struct mount *mp, ino_t ino, int lktype,
sys/miscfs/procfs/procfs.h
184
static __inline ino_t
sys/miscfs/procfs/procfs.h
187
ino_t _ino;
sys/miscfs/procfs/procfs_vfsops.c
293
procfs_vget(struct mount *mp, ino_t ino, int lktype,
sys/nfs/nfs_vfsops.c
998
nfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/rump/librump/rumpvfs/rumpfs.c
1952
rumpfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/rump/librump/rumpvfs/rumpvfs_compat50.c
66
ino_t va_fileid; /* file id */
sys/sys/dirent.h
51
ino_t d_fileno; /* file number of entry */
sys/sys/mount.h
197
int (*vfs_vget) (struct mount *, ino_t, int, struct vnode **);
sys/sys/mount.h
262
int fsname##_vget(struct mount *, ino_t, int, struct vnode **); \
sys/sys/stat.h
62
ino_t st_ino; /* inode's number */
sys/sys/unpcb.h
74
ino_t unp_ino; /* fake inode number */
sys/sys/vnode.h
264
ino_t va_fileid; /* file id */
sys/sys/wapbl.h
167
void wapbl_register_inode(struct wapbl *, ino_t, mode_t);
sys/sys/wapbl.h
168
void wapbl_unregister_inode(struct wapbl *, ino_t, mode_t);
sys/ufs/chfs/chfs.h
195
ino_t vno; /* vnode number */
sys/ufs/chfs/chfs.h
286
ino_t vno; /* vnode number */
sys/ufs/chfs/chfs.h
287
ino_t pvno; /* vnode number of parent */
sys/ufs/chfs/chfs.h
337
ino_t chm_max_vno; /* maximum of vnode numbers */
sys/ufs/chfs/chfs.h
338
ino_t chm_checked_vno; /* vnode number of the last checked node */
sys/ufs/chfs/chfs.h
468
ino_t);
sys/ufs/chfs/chfs.h
533
struct chfs_vnode_cache* chfs_vnode_cache_alloc(ino_t);
sys/ufs/chfs/chfs.h
618
struct vnode *chfs_vnode_lookup(struct chfs_mount *, ino_t);
sys/ufs/chfs/chfs.h
619
int chfs_readvnode(struct mount *, ino_t, struct vnode **);
sys/ufs/chfs/chfs.h
639
struct chfs_vnode_cache* chfs_vnode_cache_get(struct chfs_mount *, ino_t);
sys/ufs/chfs/chfs.h
651
struct chfs_inode *, struct chfs_dirent *, ino_t, int);
sys/ufs/chfs/chfs.h
663
int chfs_filldir (struct uio *, ino_t, const char *, int, enum chtype);
sys/ufs/chfs/chfs_gc.c
217
chfs_gc_fetch_inode(struct chfs_mount *chmp, ino_t vno,
sys/ufs/chfs/chfs_gc.c
41
ino_t, uint32_t);
sys/ufs/chfs/chfs_gc.c
428
ino_t vno, pvno;
sys/ufs/chfs/chfs_inode.h
147
#define UFS_ROOTINO ((ino_t)2)
sys/ufs/chfs/chfs_inode.h
84
ino_t ino; /* vnode identifier number */
sys/ufs/chfs/chfs_malloc.c
152
chfs_vnode_cache_alloc(ino_t vno)
sys/ufs/chfs/chfs_scan.c
111
ino_t vno;
sys/ufs/chfs/chfs_scan.c
41
chfs_scan_make_vnode_cache(struct chfs_mount *chmp, ino_t vno)
sys/ufs/chfs/chfs_subr.c
135
chfs_filldir(struct uio* uio, ino_t ino, const char *name,
sys/ufs/chfs/chfs_vfsops.c
457
if ((error = VFS_VGET(mp, (ino_t)UFS_ROOTINO, lktype, &vp)) != 0)
sys/ufs/chfs/chfs_vfsops.c
479
ino_t ino;
sys/ufs/chfs/chfs_vfsops.c
658
chfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/ufs/chfs/chfs_vfsops.c
73
static int chfs_vget(struct mount *, ino_t, int, struct vnode **);
sys/ufs/chfs/chfs_vnode.c
202
ino_t vno;
sys/ufs/chfs/chfs_vnode.c
48
ino_t *ino = ctx;
sys/ufs/chfs/chfs_vnode.c
55
chfs_vnode_lookup(struct chfs_mount *chmp, ino_t vno)
sys/ufs/chfs/chfs_vnode.c
69
chfs_readvnode(struct mount *mp, ino_t ino, struct vnode **vpp)
sys/ufs/chfs/chfs_vnode_cache.c
53
chfs_vnode_cache_get(struct chfs_mount *chmp, ino_t vno)
sys/ufs/chfs/chfs_write.c
159
ino_t ino, int prio)
sys/ufs/ext2fs/ext2fs_alloc.c
172
ext2fs_valloc(struct vnode *pvp, int mode, kauth_cred_t cred, ino_t *inop)
sys/ufs/ext2fs/ext2fs_alloc.c
176
ino_t ino, ipref;
sys/ufs/ext2fs/ext2fs_alloc.c
189
ino = (ino_t)ext2fs_hashalloc(pip, cg, (long)ipref, mode, ext2fs_nodealloccg);
sys/ufs/ext2fs/ext2fs_alloc.c
563
ext2fs_vfree(struct vnode *pvp, ino_t ino, int mode)
sys/ufs/ext2fs/ext2fs_alloc.c
858
ino_t ioff;
sys/ufs/ext2fs/ext2fs_dinode.h
82
#define EXT2_BADBLKINO ((ino_t)1)
sys/ufs/ext2fs/ext2fs_dinode.h
83
#define EXT2_ROOTINO ((ino_t)2)
sys/ufs/ext2fs/ext2fs_dinode.h
84
#define EXT2_ACLIDXINO ((ino_t)3)
sys/ufs/ext2fs/ext2fs_dinode.h
85
#define EXT2_ACLDATAINO ((ino_t)4)
sys/ufs/ext2fs/ext2fs_dinode.h
86
#define EXT2_BOOTLOADERINO ((ino_t)5)
sys/ufs/ext2fs/ext2fs_dinode.h
87
#define EXT2_UNDELDIRINO ((ino_t)6)
sys/ufs/ext2fs/ext2fs_dinode.h
88
#define EXT2_RESIZEINO ((ino_t)7)
sys/ufs/ext2fs/ext2fs_dinode.h
89
#define EXT2_JOURNALINO ((ino_t)8)
sys/ufs/ext2fs/ext2fs_dinode.h
90
#define EXT2_FIRSTINO ((ino_t)11)
sys/ufs/ext2fs/ext2fs_extern.h
102
int ext2fs_vfree(struct vnode *, ino_t, int);
sys/ufs/ext2fs/ext2fs_extern.h
136
int ext2fs_dirempty(struct inode *, ino_t, kauth_cred_t);
sys/ufs/ext2fs/ext2fs_extern.h
98
int ext2fs_valloc(struct vnode *, int, kauth_cred_t, ino_t *);
sys/ufs/ext2fs/ext2fs_lookup.c
1126
ext2fs_dirempty(struct inode *ip, ino_t parentino, kauth_cred_t cred)
sys/ufs/ext2fs/ext2fs_lookup.c
306
ino_t foundino;
sys/ufs/ext2fs/ext2fs_rename.c
70
static int ext2fs_read_dotdot(struct vnode *, kauth_cred_t, ino_t *);
sys/ufs/ext2fs/ext2fs_rename.c
791
ino_t dotdot_ino = -1; /* XXX gcc 4.8.3: maybe-uninitialized */
sys/ufs/ext2fs/ext2fs_rename.c
881
ext2fs_read_dotdot(struct vnode *vp, kauth_cred_t cred, ino_t *ino_ret)
sys/ufs/ext2fs/ext2fs_vfsops.c
1024
ext2fs_init_vnode(struct ufsmount *ump, struct vnode *vp, ino_t ino)
sys/ufs/ext2fs/ext2fs_vfsops.c
1084
ino_t ino;
sys/ufs/ext2fs/ext2fs_vfsops.c
1131
ino_t ino;
sys/ufs/ext2fs/ext2fs_vfsops.c
553
ext2fs_loadvnode_content(struct m_ext2fs *fs, ino_t ino, struct buf *bp, struct inode *ip)
sys/ufs/ffs/ffs_alloc.c
112
static ino_t ffs_dirpref(struct inode *);
sys/ufs/ffs/ffs_alloc.c
122
static void ffs_freefile_common(struct ufsmount *, struct fs *, dev_t, struct buf *, ino_t,
sys/ufs/ffs/ffs_alloc.c
135
long size, dev_t dev, ino_t inum)
sys/ufs/ffs/ffs_alloc.c
1421
return ((ino_t)(cg * fs->fs_ipg + ipref));
sys/ufs/ffs/ffs_alloc.c
1734
ino_t inum)
sys/ufs/ffs/ffs_alloc.c
1833
ino_t inum)
sys/ufs/ffs/ffs_alloc.c
1981
ffs_vfree(struct vnode *vp, ino_t ino, int mode)
sys/ufs/ffs/ffs_alloc.c
1994
ffs_freefile(struct mount *mp, ino_t ino, int mode)
sys/ufs/ffs/ffs_alloc.c
2034
ffs_freefile_snap(struct fs *fs, struct vnode *devvp, ino_t ino, int mode)
sys/ufs/ffs/ffs_alloc.c
2073
struct buf *bp, ino_t ino, int mode, bool devvp_is_snapshot)
sys/ufs/ffs/ffs_alloc.c
2079
ino_t cgino;
sys/ufs/ffs/ffs_alloc.c
2119
ffs_checkfreefile(struct fs *fs, struct vnode *devvp, ino_t ino)
sys/ufs/ffs/ffs_alloc.c
569
ffs_valloc(struct vnode *pvp, int mode, kauth_cred_t cred, ino_t *inop)
sys/ufs/ffs/ffs_alloc.c
574
ino_t ino, ipref;
sys/ufs/ffs/ffs_alloc.c
610
ino = (ino_t)ffs_hashalloc(pip, cg, ipref, mode, 0, 0, ffs_nodealloccg);
sys/ufs/ffs/ffs_alloc.c
638
static ino_t
sys/ufs/ffs/ffs_alloc.c
678
return ((ino_t)(fs->fs_ipg * mincg));
sys/ufs/ffs/ffs_alloc.c
723
return ((ino_t)(fs->fs_ipg * cg));
sys/ufs/ffs/ffs_alloc.c
730
return ((ino_t)(fs->fs_ipg * cg));
sys/ufs/ffs/ffs_alloc.c
737
return ((ino_t)(fs->fs_ipg * cg));
sys/ufs/ffs/ffs_alloc.c
741
return ((ino_t)(fs->fs_ipg * cg));
sys/ufs/ffs/ffs_extern.h
102
void ffs_blkfree_snap(struct fs *, struct vnode *, daddr_t, long, ino_t);
sys/ufs/ffs/ffs_extern.h
103
int ffs_vfree(struct vnode *, ino_t, int);
sys/ufs/ffs/ffs_extern.h
104
int ffs_checkfreefile(struct fs *, struct vnode *, ino_t);
sys/ufs/ffs/ffs_extern.h
105
int ffs_freefile(struct mount *, ino_t, int);
sys/ufs/ffs/ffs_extern.h
106
int ffs_freefile_snap(struct fs *, struct vnode *, ino_t, int);
sys/ufs/ffs/ffs_extern.h
157
int ffs_snapblkfree(struct fs *, struct vnode *, daddr_t, long, ino_t);
sys/ufs/ffs/ffs_extern.h
202
void ffs_load_inode(struct buf *, struct inode *, struct fs *, ino_t);
sys/ufs/ffs/ffs_extern.h
94
int ffs_valloc(struct vnode *, int, kauth_cred_t, ino_t *);
sys/ufs/ffs/ffs_extern.h
99
void ffs_blkfree(struct fs *, struct vnode *, daddr_t, long, ino_t);
sys/ufs/ffs/ffs_snapshot.c
1316
ino_t inum;
sys/ufs/ffs/ffs_snapshot.c
1550
long size, ino_t inum)
sys/ufs/ffs/ffs_subr.c
76
ffs_load_inode(struct buf *bp, struct inode *ip, struct fs *fs, ino_t ino)
sys/ufs/ffs/ffs_vfsops.c
121
static int ffs_init_vnode(struct ufsmount *, struct vnode *, ino_t);
sys/ufs/ffs/ffs_vfsops.c
193
ffs_checkrange(struct mount *mp, ino_t ino)
sys/ufs/ffs/ffs_vfsops.c
2085
ffs_init_vnode(struct ufsmount *ump, struct vnode *vp, ino_t ino)
sys/ufs/ffs/ffs_vfsops.c
2157
ino_t ino;
sys/ufs/ffs/ffs_vfsops.c
2210
ino_t ino;
sys/ufs/ffs/ffs_wapbl.c
229
ino_t log_ino;
sys/ufs/ffs/fs.h
650
#define ino_to_cg(fs, x) (((ino_t)(x)) / (fs)->fs_ipg)
sys/ufs/ffs/fs.h
652
((daddr_t)(cgimin(fs, ino_to_cg(fs, (ino_t)(x))) + \
sys/ufs/ffs/fs.h
653
(ffs_blkstofrags((fs), ((((ino_t)(x)) % (fs)->fs_ipg) / FFS_INOPB(fs))))))
sys/ufs/ffs/fs.h
654
#define ino_to_fsbo(fs, x) (((ino_t)(x)) % FFS_INOPB(fs))
sys/ufs/lfs/lfs.h
1410
ino_t ino; /* Inode number */
sys/ufs/lfs/lfs.h
1416
ino_t ino; /* Starting inode number */
sys/ufs/lfs/lfs.h
1425
ino_t *inodes; /* Array of inode numbers */
sys/ufs/lfs/lfs.h
188
#define ULFS_ROOTINO ((ino_t)2)
sys/ufs/lfs/lfs.h
196
#define ULFS_WINO ((ino_t)1)
sys/ufs/lfs/lfs_alloc.c
1020
ino_t i, headino, maxino, thisino, tailino, nextfree;
sys/ufs/lfs/lfs_alloc.c
1123
ino_t i, ni, maxino, headino, tailino;
sys/ufs/lfs/lfs_alloc.c
126
ino_t oldhead, maxino, tail;
sys/ufs/lfs/lfs_alloc.c
247
ino_t *ino, int *gen)
sys/ufs/lfs/lfs_alloc.c
350
lfs_valloc_fixed(struct lfs *fs, ino_t ino, int vers)
sys/ufs/lfs/lfs_alloc.c
354
ino_t headino, thisino, oldnext, tailino;
sys/ufs/lfs/lfs_alloc.c
399
ino_t nextfree = 0, maxino, count; /* XXX: gcc */
sys/ufs/lfs/lfs_alloc.c
484
static inline ino_t
sys/ufs/lfs/lfs_alloc.c
487
ino_t ino, maxino;
sys/ufs/lfs/lfs_alloc.c
505
static inline ino_t
sys/ufs/lfs/lfs_alloc.c
506
lfs_freelist_prev(struct lfs *fs, ino_t ino)
sys/ufs/lfs/lfs_alloc.c
508
ino_t tino, bound, bb, freehdbb;
sys/ufs/lfs/lfs_alloc.c
557
lfs_vfree(struct vnode *vp, ino_t ino, int mode)
sys/ufs/lfs/lfs_alloc.c
664
ino_t nextfree;
sys/ufs/lfs/lfs_alloc.c
675
ino_t tino, onf, otail;
sys/ufs/lfs/lfs_alloc.c
693
ino_t nextfree;
sys/ufs/lfs/lfs_alloc.c
777
lfs_order_freelist(struct lfs *fs, ino_t **orphanp, size_t *norphanp)
sys/ufs/lfs/lfs_alloc.c
782
ino_t ino, firstino, lastino, maxino;
sys/ufs/lfs/lfs_alloc.c
783
ino_t *orphan = NULL;
sys/ufs/lfs/lfs_alloc.c
836
ino_t *orphan_new;
sys/ufs/lfs/lfs_alloc.c
902
ino_t *orphan_new = kmem_alloc(sizeof(orphan[0]) * norphan,
sys/ufs/lfs/lfs_alloc.c
935
ino_t nextfree;
sys/ufs/lfs/lfs_alloc.c
988
lfs_free_orphans(struct lfs *fs, ino_t *orphan, size_t norphan)
sys/ufs/lfs/lfs_extern.h
137
int lfs_valloc(struct vnode *, int, kauth_cred_t, ino_t *, int *);
sys/ufs/lfs/lfs_extern.h
138
int lfs_valloc_fixed(struct lfs *, ino_t, int);
sys/ufs/lfs/lfs_extern.h
139
int lfs_vfree(struct vnode *, ino_t, int);
sys/ufs/lfs/lfs_extern.h
140
void lfs_order_freelist(struct lfs *, ino_t **, size_t *);
sys/ufs/lfs/lfs_extern.h
143
void lfs_free_orphans(struct lfs *, ino_t *, size_t);
sys/ufs/lfs/lfs_extern.h
192
union lfs_dinode *lfs_ifind(struct lfs *, ino_t, struct buf *);
sys/ufs/lfs/lfs_extern.h
199
int lfs_rewrite_file(struct lfs *, ino_t *, int, bool, int *, int *);
sys/ufs/lfs/lfs_extern.h
214
int lfs_rf_valloc(struct lfs *, ino_t, int, struct lwp *, struct vnode **, union lfs_dinode *);
sys/ufs/lfs/lfs_extern.h
219
int lfs_rewrite_file(struct lfs *, ino_t, struct lwp *);
sys/ufs/lfs/lfs_extern.h
245
void lfs_acquire_finfo(struct lfs *fs, ino_t, int);
sys/ufs/lfs/lfs_inode.c
101
lfs_ifind(struct lfs *fs, ino_t ino, struct buf *bp)
sys/ufs/lfs/lfs_inode.h
133
ino_t i_number; /* The identity of the inode. */
sys/ufs/lfs/lfs_kclean.c
1047
lfs_rewrite_file(struct lfs *fs, ino_t *inoa, int len, bool scramble,
sys/ufs/lfs/lfs_kclean.c
163
ino_t ino;
sys/ufs/lfs/lfs_kclean.c
288
check_clean_list(struct lfs *fs, ino_t ino)
sys/ufs/lfs/lfs_kclean.c
312
ino_t ino;
sys/ufs/lfs/lfs_kclean.c
417
ino_t ino;
sys/ufs/lfs/lfs_kclean.c
599
ino_t ino;
sys/ufs/lfs/lfs_kclean.c
646
ino_t ino;
sys/ufs/lfs/lfs_kclean.c
72
static int check_clean_list(struct lfs *, ino_t);
sys/ufs/lfs/lfs_kclean.c
90
ino_t ino;
sys/ufs/lfs/lfs_rename.c
573
ulfs_read_dotdot(struct vnode *vp, kauth_cred_t cred, ino_t *ino_ret)
sys/ufs/lfs/lfs_rename.c
639
ino_t dotdot_ino = -1; /* XXX gcc 4.8: maybe-uninitialized */
sys/ufs/lfs/lfs_rfw.c
111
lfs_rf_valloc(struct lfs *fs, ino_t ino, int vers, struct lwp *l,
sys/ufs/lfs/lfs_rfw.c
218
update_meta(struct lfs *fs, ino_t ino, int vers, daddr_t lbn,
sys/ufs/lfs/lfs_rfw.c
425
ino_t ino;
sys/ufs/lfs/lfs_rfw.c
567
ino_t ino;
sys/ufs/lfs/lfs_rfw.c
90
static int update_meta(struct lfs *, ino_t, int, daddr_t, daddr_t, size_t,
sys/ufs/lfs/lfs_segment.c
2830
lfs_acquire_finfo(struct lfs *fs, ino_t ino, int vers)
sys/ufs/lfs/lfs_segment.c
927
ino_t ino;
sys/ufs/lfs/lfs_syscalls.c
1014
lfs_fastvget(struct mount *mp, ino_t ino, BLOCK_INFO *blkp, int lk_flags,
sys/ufs/lfs/lfs_syscalls.c
226
ino_t lastino;
sys/ufs/lfs/lfs_syscalls.c
231
ino_t maxino;
sys/ufs/lfs/lfs_syscalls.c
667
ino_t lastino;
sys/ufs/lfs/lfs_syscalls.c
89
static int lfs_fastvget(struct mount *, ino_t, BLOCK_INFO *, int,
sys/ufs/lfs/lfs_vfsops.c
1680
lfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/ufs/lfs/lfs_vfsops.c
1722
lfs_init_vnode(struct ulfsmount *ump, ino_t ino, struct vnode *vp)
sys/ufs/lfs/lfs_vfsops.c
1782
ino_t ino;
sys/ufs/lfs/lfs_vfsops.c
1930
ino_t ino;
sys/ufs/lfs/lfs_vfsops.c
921
ino_t *orphan;
sys/ufs/lfs/lfs_vnops.c
1765
ino_t ino = ip->i_number;
sys/ufs/lfs/lfs_vnops.c
180
static int lfs_filestats(struct lfs *, ino_t, struct lfs_filestats *);
sys/ufs/lfs/lfs_vnops.c
1886
ino_t *inoa;
sys/ufs/lfs/lfs_vnops.c
1888
ino_t maxino;
sys/ufs/lfs/lfs_vnops.c
2236
inoa = lfs_malloc(fs, inotbl.len * sizeof(ino_t),
sys/ufs/lfs/lfs_vnops.c
2239
inotbl.len * sizeof(ino_t))) != 0) {
sys/ufs/lfs/lfs_vnops.c
2346
lfs_filestats(struct lfs *fs, ino_t ino, struct lfs_filestats *lfp)
sys/ufs/lfs/lfs_vnops.c
739
ino_t ino;
sys/ufs/lfs/ulfs_extern.h
105
struct componentname *, ino_t, unsigned,
sys/ufs/lfs/ulfs_extern.h
110
struct inode *, ino_t, int, int, int);
sys/ufs/lfs/ulfs_extern.h
111
int ulfs_dirempty(struct inode *, ino_t, kauth_cred_t);
sys/ufs/lfs/ulfs_lookup.c
1095
struct inode *oip, ino_t newinum, int newtype,
sys/ufs/lfs/ulfs_lookup.c
1134
ulfs_dirempty(struct inode *ip, ino_t parentino, kauth_cred_t cred)
sys/ufs/lfs/ulfs_lookup.c
153
ino_t foundino;
sys/ufs/lfs/ulfs_lookup.c
717
ino_t inum, unsigned dtype)
sys/ufs/lfs/ulfs_lookup.c
759
struct componentname *cnp, ino_t inum, unsigned dtype,
sys/ufs/lfs/ulfs_vfsops.c
93
if ((error = VFS_VGET(mp, (ino_t)ULFS_ROOTINO, lktype, &nvp)) != 0)
sys/ufs/ufs/dinode.h
61
#define UFS_ROOTINO ((ino_t)2)
sys/ufs/ufs/dinode.h
69
#define UFS_WINO ((ino_t)1)
sys/ufs/ufs/inode.h
104
ino_t i_number; /* The identity of the inode. */
sys/ufs/ufs/inode.h
296
ino_t ufid_ino; /* File number (ino). */
sys/ufs/ufs/ufs_extern.h
119
struct inode *, ino_t, int, int, int);
sys/ufs/ufs/ufs_extern.h
120
int ufs_dirempty(struct inode *, ino_t, kauth_cred_t);
sys/ufs/ufs/ufs_extern.h
174
int ufs_vget(struct mount *, ino_t, int, struct vnode **);
sys/ufs/ufs/ufs_lookup.c
1259
struct inode *oip, ino_t newinum, int newtype,
sys/ufs/ufs/ufs_lookup.c
1300
ufs_dirempty(struct inode *ip, ino_t parentino, kauth_cred_t cred)
sys/ufs/ufs/ufs_lookup.c
1325
ino_t ino = ufs_rw32(dp->d_ino, needswap);
sys/ufs/ufs/ufs_lookup.c
278
ufs_getino(struct vnode *vdp, struct inode *ip, ino_t foundino,
sys/ufs/ufs/ufs_lookup.c
355
ino_t foundino;
sys/ufs/ufs/ufs_rename.c
75
static int ufs_read_dotdot(struct vnode *, kauth_cred_t, ino_t *);
sys/ufs/ufs/ufs_rename.c
862
ufs_read_dotdot(struct vnode *vp, kauth_cred_t cred, ino_t *ino_ret)
sys/ufs/ufs/ufs_rename.c
923
ino_t dotdot_ino = 0; /* XXX: gcc */
sys/ufs/ufs/ufs_vfsops.c
107
ufs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
sys/ufs/ufs/ufs_vfsops.c
97
if ((error = VFS_VGET(mp, (ino_t)UFS_ROOTINO, lktype, &nvp)) != 0)
tests/fs/lfs/t_fcntl.c
207
ino_t ino;
tests/fs/lfs/t_orphan.c
115
fwrite(&statbuf.st_ino, sizeof(ino_t), 1, fp);
tests/fs/lfs/t_orphan.c
152
fread(&inum, sizeof(ino_t), 1, fp);
tests/fs/lfs/t_orphan.c
181
&& (ino_t)thisinum == inum) {
tests/fs/lfs/t_orphan.c
75
ino_t inum;
tests/fs/puffs/h_dtfs/dtfs.h
118
void dtfs_baseattrs(struct vattr *, enum vtype, ino_t);
tests/fs/puffs/h_dtfs/dtfs.h
46
ino_t dtm_nextfileid; /* running number for file id */
tests/fs/puffs/h_dtfs/dtfs.h
92
ino_t dfid_fileid;
tests/fs/puffs/h_dtfs/dtfs_subr.c
43
dtfs_baseattrs(struct vattr *vap, enum vtype type, ino_t id)
tests/fs/vfs/t_vnops.c
423
ino_t f1ino;
tests/include/sys/t_types.c
121
ino_t ino;
usr.bin/du/du.c
281
linkchk(dev_t dev, ino_t ino)
usr.bin/du/du.c
285
ino_t ino;
usr.bin/du/du.c
68
static int linkchk(dev_t, ino_t);
usr.bin/find/find.h
70
ino_t _i_data; /* inode */
usr.bin/fstat/fstat.c
126
ino_t ino;
usr.bin/fstat/fstat.h
33
ino_t fileid;
usr.bin/patch/util.c
106
ino_t orig_inode;
usr.bin/pmap/pmap.c
338
ino_t inode;
usr.bin/rdist/defs.h
126
ino_t inum;
usr.sbin/dumpfs/dumpfs.c
589
ino_t inum;
usr.sbin/dumplfs/dumplfs.c
131
ino_t nextfree;
usr.sbin/dumplfs/dumplfs.c
196
ino_t dumpino;
usr.sbin/dumplfs/dumplfs.c
76
static void dump_inoblk(int, struct lfs *, daddr_t, ino_t);
usr.sbin/dumplfs/dumplfs.c
970
dump_inoblk(int fd, struct lfs *lfsp, daddr_t daddr, ino_t ino)
usr.sbin/dumplfs/dumplfs.c
974
ino_t dino;
usr.sbin/installboot/ext2fs.c
192
ext2fs_find_disk_blocks(ib_params *params, ino_t ino,
usr.sbin/installboot/ext2fs.c
90
static int ext2fs_find_disk_blocks(ib_params *, ino_t,
usr.sbin/installboot/ffs.c
120
ffs_find_disk_blocks_ufs1(ib_params *params, ino_t ino,
usr.sbin/installboot/ffs.c
257
ffs_find_disk_blocks_ufs2(ib_params *params, ino_t ino,
usr.sbin/installboot/ffs.c
78
static int ffs_find_disk_blocks_ufs1(ib_params *, ino_t,
usr.sbin/installboot/ffs.c
80
static int ffs_find_disk_blocks_ufs2(ib_params *, ino_t,
usr.sbin/lpr/lpd/printjob.c
95
static ino_t fino; /* inode of file pointed to by symlink */
usr.sbin/makefs/ffs/ufs_inode.h
46
ino_t i_number; /* The identity of the inode. */
usr.sbin/makemandb/makemandb.c
521
ino_t inode_cache = sb->st_ino;
usr.sbin/makemandb/makemandb.c
716
ino_t inode;
usr.sbin/makemandb/makemandb.c
83
ino_t inode;
usr.sbin/puffs/mount_psshfs/psshfs.h
173
ino_t nextino;
usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
65
ino_t myid;
usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
652
ino_t id;
usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
83
static ino_t nextid = 3;
usr.sbin/quot/quot.c
108
get_inode(int fd, struct fs *super, ino_t ino)
usr.sbin/quot/quot.c
111
static ino_t last;
usr.sbin/quot/quot.c
323
ino_t fsz_count[FSZCNT];
usr.sbin/quot/quot.c
344
ino_t inode, maxino;
usr.sbin/quot/quot.c
415
ino_t inode, maxino;
usr.sbin/quot/quot.c
453
ino_t inode;
usr.sbin/quot/quot.c
455
ino_t inode1 = -1;
usr.sbin/quot/quot.c
457
ino_t maxino;
usr.sbin/quot/quot.c
94
static union dinode *get_inode(int, struct fs *, ino_t);
usr.sbin/quotacheck/quotacheck.c
161
static union comb_dinode *getnextinode(ino_t);
usr.sbin/quotacheck/quotacheck.c
162
static void setinodebuf(ino_t);
usr.sbin/quotacheck/quotacheck.c
324
ino_t ino;
usr.sbin/quotacheck/quotacheck.c
730
static ino_t nextino, lastinum, lastvalidinum;
usr.sbin/quotacheck/quotacheck.c
736
getnextinode(ino_t inumber)
usr.sbin/quotacheck/quotacheck.c
776
setinodebuf(ino_t inum)
usr.sbin/ypserv/ypserv/ypserv_db.c
77
ino_t dbino; /* inode of db */