Home
last modified time | relevance | path

Searched refs:ino_t (Results 1 – 25 of 113) sorted by relevance

12345

/original-bsd/sbin/restore/
H A Dextern.h11 long addfile __P((char *, ino_t, int));
19 long deletefile __P((char *, ino_t, int));
20 void deleteino __P((ino_t));
21 ino_t dirlookup __P((const char *));
30 int genliteraldir __P((char *, ino_t));
35 int inodetype __P((ino_t));
37 struct entry *lookupino __P((ino_t));
39 long listfile __P((char *, ino_t, int));
40 ino_t lowerbnd __P((ino_t));
71 void treescan __P((char *, ino_t, long (*)(char *, ino_t, int)));
[all …]
H A Drestore.h31 extern ino_t maxino; /* highest numbered inode in this file system */
50 ino_t e_ino; /* inode number in previous file sys */
82 ino_t ino; /* inumber of file */
H A Ddirs.c46 ino_t t_ino;
56 ino_t ino;
191 ino_t ino;
192 long (*todo) __P((char *, ino_t, int));
258 ino_t ino;
282 ino_t inum; in searchdir()
493 ino_t ino;
609 ino_t ino;
653 ino_t ino; in inodetype()
669 ino_t ino; in allocinotab()
[all …]
H A Drestore.c32 ino_t ino;
51 ino_t ino;
95 ino_t ino;
137 register ino_t i, mydirino; in removeoldleaves()
189 ino_t ino;
497 register ino_t i; in findunreflinks()
575 ino_t first;
653 register ino_t first, next, last; in createfiles()
742 register ino_t i; in createlinks()
782 register ino_t i; in checkrestore()
[all …]
H A Dutilities.c248 ino_t
250 ino_t start; in lowerbnd()
267 ino_t
269 ino_t start; in upperbnd()
339 ino_t
344 ino_t ino;
H A Dsymtab.c47 static void addino __P((ino_t, struct entry *));
56 ino_t inum; in lookupino()
73 ino_t inum; in addino()
95 ino_t inum; in deleteino()
198 ino_t inum;
251 ino_t inum;
415 ino_t maxino;
428 register ino_t i;
/original-bsd/sbin/fsck/
H A Dfsck.h123 ino_t zlncnt;
162 ino_t lastino; /* last inode in use */
193 ino_t allocdir __P((ino_t parent, ino_t request, int mode));
194 ino_t allocino __P((ino_t request, int type));
203 int changeino __P((ino_t dir, char *name, ino_t newnum));
218 void fileerror __P((ino_t cwd, ino_t ino, char *errmesg));
223 void freeino __P((ino_t ino));
230 void getpathname __P((char *namebuf, ino_t curdir, ino_t ino));
234 int linkup __P((ino_t orphan, ino_t parentdir));
235 int makeentry __P((ino_t parent, ino_t ino, char *name));
[all …]
H A Ddir.c39 static void freedir __P((ino_t ino, ino_t parent));
244 ino_t ino; in direrror()
253 ino_t cwd, ino; in fileerror()
369 ino_t orphan; in linkup()
370 ino_t parentdir;
374 ino_t oldlfdir;
477 ino_t dir; in changeino()
479 ino_t newnum;
589 ino_t
594 ino_t ino;
[all …]
H A Dinode.c25 static ino_t startinum;
186 ino_t inumber; in ginode()
213 ino_t inumber; in getnextinode()
282 ino_t inumber;
322 ino_t inumber; in getinoinfo()
414 ino_t ino; in pinode()
440 ino_t ino; in blkerror()
470 ino_t
472 ino_t request; in allocino()
475 register ino_t ino;
[all …]
/original-bsd/sbin/dump/
H A Ddump.h43 ino_t curino; /* current inumber; used globally */
80 int mapfiles __P((ino_t maxino, long *tapesize));
81 int mapdirs __P((ino_t maxino, long *tapesize));
84 void blksout __P((daddr_t *blkp, int frags, ino_t ino));
86 void dumpino __P((struct dinode *dp, ino_t ino));
87 void dumpmap __P((char *map, int type, ino_t ino));
88 void writeheader __P((ino_t ino));
103 struct dinode *getino __P((ino_t inum));
H A Dtraverse.c113 ino_t maxino; in mapfiles()
117 register ino_t ino;
161 ino_t maxino; in mapdirs()
219 ino_t ino; in dirindir()
258 ino_t ino; in searchdir()
307 ino_t ino;
383 ino_t ino; in dmpindir()
419 ino_t ino;
456 ino_t ino;
473 ino_t ino; in writeheader()
[all …]
/original-bsd/sys/isofs/cd9660/
H A Dcd9660_node.h42 ino_t i_number; /* the identity of the inode */
53 ino_t i_number; /* the identity of the inode */
60 ino_t i_ino; /* inode number of found directory */
110 struct vnode *cd9660_ihashget __P((dev_t, ino_t));
115 ino_t isodirino __P((struct iso_directory_record *, struct iso_mnt *));
117 struct iso_dnode *iso_dmap __P((dev_t, ino_t, int));
H A Diso_rrip.h41 ino_t *inump; /* inode number pointer */
52 ino_t *inump, struct iso_mnt *imp));
/original-bsd/bin/pax/
H A Dtables.h37 ino_t ino; /* files inode number */
106 ino_t trunc_bits; /* truncation pattern for a specific map */
122 ino_t ino;
/original-bsd/local/ukc/restore/
H A Drestore.c20 ino_t ino;
40 ino_t ino;
82 ino_t ino;
119 register ino_t i; in removeoldleaves()
155 ino_t ino;
449 register ino_t i; in findunreflinks()
525 ino_t first;
602 register ino_t first, next, last; in createfiles()
690 register ino_t i; in createlinks()
720 register ino_t i; in checkrestore()
[all …]
/original-bsd/sys/ufs/ffs/
H A Ddinode.h21 #define ROOTINO ((ino_t)2)
36 ino_t inumber; /* 4: Lfs: inode number. */
H A Dinode.h43 ino_t i_number; /* The identity of the inode. */
62 ino_t i_ino; /* Inode number of found directory. */
133 ino_t ufid_ino; /* File number (ino). */
H A Dufs_extern.h46 int ufs_dirempty __P((struct inode *, ino_t, struct ucred *));
54 ufs_ihashget __P((dev_t, ino_t));
58 ufs_ihashlookup __P((dev_t, ino_t));
/original-bsd/sys/ufs/ufs/
H A Dinode.h33 ino_t i_number; /* The identity of the inode. */
53 ino_t i_ino; /* Inode number of found directory. */
123 ino_t ufid_ino; /* File number (ino). */
H A Ddinode.h21 #define ROOTINO ((ino_t)2)
29 #define WINO ((ino_t)1)
H A Dufs_extern.h47 int ufs_dirempty __P((struct inode *, ino_t, struct ucred *));
55 ufs_ihashget __P((dev_t, ino_t));
59 ufs_ihashlookup __P((dev_t, ino_t));
H A Dufs_ihash.c46 ino_t inum;
68 ino_t inum;
/original-bsd/sys/ufs/lfs/
H A Dlfs_extern.h33 lfs_ifind __P((struct lfs *, ino_t, struct dinode *));
63 int lfs_vcreate __P((struct mount *, ino_t, struct vnode **));
66 int lfs_vget __P((struct mount *, ino_t, struct vnode **));
/original-bsd/old/dcheck/
H A Ddcheck.c45 ino_t ilist[NB];
48 ino_t ino;
49 ino_t *ecount;
113 ecount = (ino_t *)malloc((nfiles+1) * sizeof (*ecount));
/original-bsd/usr.sbin/mkproto/
H A Dmkproto.c51 ino_t ialloc();
92 ino_t parinum;
95 ino_t inum;
187 entry(&in, (ino_t)(ino+1), token, buf);
265 ino_t inum;
328 ino_t inum;
426 ino_t
430 ino_t inum;

12345