Symbol: ufs1_ino_t
sbin/dump/dump.h
108
int mapfiles(ufs1_ino_t maxino, long *);
sbin/dump/dump.h
109
int mapdirs(ufs1_ino_t maxino, long *);
sbin/dump/dump.h
112
void blksout(daddr_t *, int, ufs1_ino_t);
sbin/dump/dump.h
115
void dumpino(struct ufs1_dinode *, ufs1_ino_t);
sbin/dump/dump.h
116
void dumpmap(const char *, int, ufs1_ino_t);
sbin/dump/dump.h
117
void writeheader(ufs1_ino_t);
sbin/dump/dump.h
132
struct ufs1_dinode *getino(ufs1_ino_t);
sbin/dump/dump.h
64
extern ufs1_ino_t curino; /* current inumber; used globally */
sbin/dump/main.c
101
ufs1_ino_t ino;
sbin/dump/main.c
109
ufs1_ino_t maxino;
sbin/dump/tape.c
54
ufs1_ino_t curino; /* current inumber; used globally */
sbin/dump/tape.c
617
writeheader((ufs1_ino_t)slp->inode);
sbin/dump/traverse.c
122
mapfiles(ufs1_ino_t maxino, long *tape_size)
sbin/dump/traverse.c
125
ufs1_ino_t ino;
sbin/dump/traverse.c
177
mapdirs(ufs1_ino_t maxino, long *tape_size)
sbin/dump/traverse.c
183
ufs1_ino_t ino;
sbin/dump/traverse.c
249
dirindir(ufs1_ino_t ino, daddr_t blkno, int ind_level, long *filesize,
sbin/dump/traverse.c
288
searchdir(ufs1_ino_t ino, daddr_t blkno, long size, long filesize,
sbin/dump/traverse.c
351
dumpino(struct ufs1_dinode *dp, ufs1_ino_t ino)
sbin/dump/traverse.c
426
dmpindir(ufs1_ino_t ino, daddr_t blk, int ind_level, fsizeT *size)
sbin/dump/traverse.c
456
blksout(daddr_t *blkp, int frags, ufs1_ino_t ino)
sbin/dump/traverse.c
491
dumpmap(const char *map, int type, ufs1_ino_t ino)
sbin/dump/traverse.c
507
writeheader(ufs1_ino_t ino)
sbin/dump/traverse.c
528
getino(ufs1_ino_t inum)
sbin/dump/traverse.c
58
static int dirindir(ufs1_ino_t, daddr_t, int, long *, long *, int);
sbin/dump/traverse.c
59
static void dmpindir(ufs1_ino_t, daddr_t, int, fsizeT *);
sbin/dump/traverse.c
60
static int searchdir(ufs1_ino_t, daddr_t, long, long, long *, int);
sbin/fsck/dir.c
263
direrror(ufs1_ino_t ino, char *errmesg)
sbin/fsck/dir.c
270
fileerror(ufs1_ino_t cwd, ufs1_ino_t ino, char *errmesg)
sbin/fsck/dir.c
315
if (linkup(idesc->id_number, (ufs1_ino_t)0, NULL) == 0) {
sbin/fsck/dir.c
408
linkup(ufs1_ino_t orphan, ufs1_ino_t parentdir, char *name)
sbin/fsck/dir.c
412
ufs1_ino_t oldlfdir;
sbin/fsck/dir.c
439
lfdir = allocdir(UFS_ROOTINO, (ufs1_ino_t)0,
sbin/fsck/dir.c
46
ufs1_ino_t lfdir; /* lost & found directory inode number */
sbin/fsck/dir.c
467
if ((lfdir = allocdir(UFS_ROOTINO, (ufs1_ino_t)0, lfmode)) == 0) {
sbin/fsck/dir.c
496
parentdir != (ufs1_ino_t)-1)
sbin/fsck/dir.c
503
if (parentdir != (ufs1_ino_t)-1) {
sbin/fsck/dir.c
524
changeino(ufs1_ino_t dir, char *name, ufs1_ino_t newnum)
sbin/fsck/dir.c
542
makeentry(ufs1_ino_t parent, ufs1_ino_t ino, char *name)
sbin/fsck/dir.c
63
static void freedir(ufs1_ino_t ino, ufs1_ino_t parent);
sbin/fsck/dir.c
631
ufs1_ino_t
sbin/fsck/dir.c
632
allocdir(ufs1_ino_t parent, ufs1_ino_t request, int mode)
sbin/fsck/dir.c
634
ufs1_ino_t ino;
sbin/fsck/dir.c
66
static int lftempname(char *bufp, ufs1_ino_t ino);
sbin/fsck/dir.c
687
freedir(ufs1_ino_t ino, ufs1_ino_t parent)
sbin/fsck/dir.c
703
lftempname(char *bufp, ufs1_ino_t ino)
sbin/fsck/dir.c
705
ufs1_ino_t in;
sbin/fsck/fsck.h
117
ufs1_ino_t id_number; /* inode number described */
sbin/fsck/fsck.h
118
ufs1_ino_t id_parent; /* for DATA nodes, their parent */
sbin/fsck/fsck.h
165
ufs1_ino_t zlncnt;
sbin/fsck/fsck.h
174
ufs1_ino_t i_number; /* inode number of this entry */
sbin/fsck/fsck.h
175
ufs1_ino_t i_parent; /* inode number of parent */
sbin/fsck/fsck.h
176
ufs1_ino_t i_dotdot; /* inode number of `..' */
sbin/fsck/fsck.h
218
extern ufs1_ino_t maxino; /* number of inodes in file system */
sbin/fsck/fsck.h
220
extern ufs1_ino_t lfdir; /* lost & found directory inode number */
sbin/fsck/fsck.h
249
extern ufs1_ino_t allocdir(ufs1_ino_t, ufs1_ino_t, int);
sbin/fsck/fsck.h
250
extern ufs1_ino_t allocino(ufs1_ino_t, int);
sbin/fsck/fsck.h
251
extern void blkerror(ufs1_ino_t, char *, ufs_daddr_t);
sbin/fsck/fsck.h
256
extern void cacheino(struct ufs1_dinode *, ufs1_ino_t);
sbin/fsck/fsck.h
259
extern int changeino(ufs1_ino_t, char *, ufs1_ino_t);
sbin/fsck/fsck.h
268
extern void direrror(ufs1_ino_t, char *);
sbin/fsck/fsck.h
275
extern void fileerror(ufs1_ino_t, ufs1_ino_t, char *);
sbin/fsck/fsck.h
280
extern void freeino(ufs1_ino_t);
sbin/fsck/fsck.h
285
extern struct inoinfo *getinoinfo(ufs1_ino_t);
sbin/fsck/fsck.h
286
extern struct ufs1_dinode *getnextinode(ufs1_ino_t);
sbin/fsck/fsck.h
287
extern void getpathname(char *, ufs1_ino_t, ufs1_ino_t);
sbin/fsck/fsck.h
288
extern struct ufs1_dinode *ginode(ufs1_ino_t);
sbin/fsck/fsck.h
292
extern struct inostat *inoinfo(ufs1_ino_t);
sbin/fsck/fsck.h
293
extern int linkup(ufs1_ino_t, ufs1_ino_t, char *);
sbin/fsck/fsck.h
294
extern int makeentry(ufs1_ino_t, ufs1_ino_t, char *);
sbin/fsck/fsck.h
305
extern void pinode(ufs1_ino_t);
sbin/fsck/fsck.h
309
extern void setinodebuf(ufs1_ino_t);
sbin/fsck/inode.c
273
ginode(ufs1_ino_t inumber)
sbin/fsck/inode.c
294
ufs1_ino_t nextino, lastinum;
sbin/fsck/inode.c
299
getnextinode(ufs1_ino_t inumber)
sbin/fsck/inode.c
328
setinodebuf(ufs1_ino_t inum)
sbin/fsck/inode.c
373
cacheino(struct ufs1_dinode *dp, ufs1_ino_t inumber)
sbin/fsck/inode.c
389
inp->i_parent = inumber == UFS_ROOTINO ? UFS_ROOTINO : (ufs1_ino_t)0;
sbin/fsck/inode.c
390
inp->i_dotdot = (ufs1_ino_t)0;
sbin/fsck/inode.c
409
getinoinfo(ufs1_ino_t inumber)
sbin/fsck/inode.c
50
static ufs1_ino_t startinum;
sbin/fsck/inode.c
507
pinode(ufs1_ino_t ino)
sbin/fsck/inode.c
533
blkerror(ufs1_ino_t ino, char *type, ufs_daddr_t blk)
sbin/fsck/inode.c
561
ufs1_ino_t
sbin/fsck/inode.c
562
allocino(ufs1_ino_t request, int type)
sbin/fsck/inode.c
564
ufs1_ino_t ino;
sbin/fsck/inode.c
621
freeino(ufs1_ino_t ino)
sbin/fsck/pass1.c
176
checkinode(ufs1_ino_t inumber, struct inodesc *idesc)
sbin/fsck/pass1.c
52
static ufs1_ino_t lastino; /* last inode in use */
sbin/fsck/pass1.c
54
static void checkinode(ufs1_ino_t inumber, struct inodesc *);
sbin/fsck/pass1.c
60
ufs1_ino_t inumber;
sbin/fsck/pass1b.c
51
ufs1_ino_t inumber;
sbin/fsck/pass2.c
196
inp->i_dotdot == (ufs1_ino_t)-1)
sbin/fsck/pass2.c
348
inp->i_dotdot = (ufs1_ino_t)-1;
sbin/fsck/pass2.c
352
inp->i_dotdot = (ufs1_ino_t)-1;
sbin/fsck/pass3.c
48
ufs1_ino_t orphan;
sbin/fsck/pass4.c
49
ufs1_ino_t inumber;
sbin/fsck/setup.c
65
ufs1_ino_t maxino; /* number of inodes in file system */
sbin/fsck/utilities.c
118
inoinfo(ufs1_ino_t inum)
sbin/fsck/utilities.c
431
getpathname(char *namebuf, ufs1_ino_t curdir, ufs1_ino_t ino)
sbin/restore/dirs.c
114
static struct inotab *allocinotab(ufs1_ino_t, struct ufs1_dinode *, long);
sbin/restore/dirs.c
117
static struct inotab *inotablookup(ufs1_ino_t);
sbin/restore/dirs.c
123
static struct direct *searchdir(ufs1_ino_t, char *);
sbin/restore/dirs.c
217
treescan(char *pname, ufs1_ino_t ino, long (*todo)(char *, ufs1_ino_t, int))
sbin/restore/dirs.c
283
ufs1_ino_t ino;
sbin/restore/dirs.c
306
searchdir(ufs1_ino_t inum, char *name)
sbin/restore/dirs.c
512
ufs1_ino_t ino;
sbin/restore/dirs.c
633
genliteraldir(char *name, ufs1_ino_t ino)
sbin/restore/dirs.c
65
ufs1_ino_t t_ino;
sbin/restore/dirs.c
676
inodetype(ufs1_ino_t ino)
sbin/restore/dirs.c
691
allocinotab(ufs1_ino_t ino, struct ufs1_dinode *dip, long seekptl)
sbin/restore/dirs.c
722
inotablookup(ufs1_ino_t ino)
sbin/restore/dirs.c
75
ufs1_ino_t ino;
sbin/restore/extern.h
33
struct entry *addentry(const char *, ufs1_ino_t, int);
sbin/restore/extern.h
34
long addfile(char *, ufs1_ino_t, int);
sbin/restore/extern.h
43
long deletefile(char *, ufs1_ino_t, int);
sbin/restore/extern.h
44
void deleteino(ufs1_ino_t);
sbin/restore/extern.h
46
ufs1_ino_t dirlookup(const char *);
sbin/restore/extern.h
55
int genliteraldir(char *, ufs1_ino_t);
sbin/restore/extern.h
60
int inodetype(ufs1_ino_t);
sbin/restore/extern.h
62
struct entry *lookupino(ufs1_ino_t);
sbin/restore/extern.h
64
long listfile(char *, ufs1_ino_t, int);
sbin/restore/extern.h
65
ufs1_ino_t lowerbnd(ufs1_ino_t);
sbin/restore/extern.h
72
long nodeupdates(char *, ufs1_ino_t, int);
sbin/restore/extern.h
96
void treescan(char *, ufs1_ino_t, long (*)(char *, ufs1_ino_t, int));
sbin/restore/extern.h
97
ufs1_ino_t upperbnd(ufs1_ino_t);
sbin/restore/extern.h
98
long verifyfile(char *, ufs1_ino_t, int);
sbin/restore/interactive.c
60
ufs1_ino_t fnum; /* inode number of file */
sbin/restore/interactive.c
89
ufs1_ino_t ino;
sbin/restore/main.c
60
ufs1_ino_t maxino;
sbin/restore/main.c
72
ufs1_ino_t ino;
sbin/restore/restore.c
107
deletefile(char *name, ufs1_ino_t ino, int type __unused)
sbin/restore/restore.c
148
ufs1_ino_t i, mydirino;
sbin/restore/restore.c
198
nodeupdates(char *name, ufs1_ino_t ino, int type)
sbin/restore/restore.c
50
listfile(char *name, ufs1_ino_t ino, int type)
sbin/restore/restore.c
508
ufs1_ino_t i;
sbin/restore/restore.c
585
ufs1_ino_t first;
sbin/restore/restore.c
66
addfile(char *name, ufs1_ino_t ino, int type)
sbin/restore/restore.c
663
ufs1_ino_t first, next, last;
sbin/restore/restore.c
760
ufs1_ino_t i;
sbin/restore/restore.c
800
ufs1_ino_t i;
sbin/restore/restore.c
819
verifyfile(char *name, ufs1_ino_t ino, int type)
sbin/restore/restore.h
107
ufs1_ino_t ino; /* inumber of file */
sbin/restore/restore.h
56
extern ufs1_ino_t maxino; /* highest numbered inode in this file system */
sbin/restore/restore.h
75
ufs1_ino_t e_ino; /* inode number in previous file sys */
sbin/restore/symtab.c
112
deleteino(ufs1_ino_t inum)
sbin/restore/symtab.c
214
addentry(const char *name, ufs1_ino_t inum, int type)
sbin/restore/symtab.c
265
ufs1_ino_t inum;
sbin/restore/symtab.c
424
ufs1_ino_t maxino;
sbin/restore/symtab.c
435
ufs1_ino_t i;
sbin/restore/symtab.c
68
static void addino(ufs1_ino_t, struct entry *);
sbin/restore/symtab.c
76
lookupino(ufs1_ino_t inum)
sbin/restore/symtab.c
92
addino(ufs1_ino_t inum, struct entry *np)
sbin/restore/tape.c
1150
static ufs1_ino_t previno = 0x7fffffff;
sbin/restore/utilities.c
277
ufs1_ino_t
sbin/restore/utilities.c
278
lowerbnd(ufs1_ino_t start)
sbin/restore/utilities.c
295
ufs1_ino_t
sbin/restore/utilities.c
296
upperbnd(ufs1_ino_t start)
sbin/restore/utilities.c
363
ufs1_ino_t
sbin/restore/utilities.c
367
ufs1_ino_t ino;