Home
last modified time | relevance | path

Searched refs:inodesc (Results 1 – 15 of 15) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dfsck.h245 struct inodesc { struct
247 int (*id_func)(struct inodesc *); argument
456 void adjust(struct inodesc *, int lcnt);
484 int ckinode(union dinode *dp, struct inodesc *);
485 void clri(struct inodesc *, const char *type, int flag);
486 int clearentry(struct inodesc *);
490 int dirscan(struct inodesc *);
491 int dofix(struct inodesc *, const char *msg);
492 int eascan(struct inodesc *, struct ufs2_dinode *dp);
495 int findino(struct inodesc *);
[all …]
H A Dpass1b.c42 static int pass1bcheck(struct inodesc *);
49 struct inodesc idesc; in pass1b()
52 memset(&idesc, 0, sizeof(struct inodesc)); in pass1b()
92 pass1bcheck(struct inodesc *idesc) in pass1bcheck()
H A Ddir.c55 static int chgino(struct inodesc *);
56 static int dircheck(struct inodesc *, struct bufarea *, struct direct *);
58 static struct direct *fsck_readdir(struct inodesc *);
61 static int mkentry(struct inodesc *);
193 dirscan(struct inodesc *idesc) in dirscan()
239 fsck_readdir(struct inodesc *idesc) in fsck_readdir()
311 dircheck(struct inodesc *idesc, struct bufarea *bp, struct direct *dp) in dircheck()
451 adjust(struct inodesc *idesc, int lcnt) in adjust()
525 mkentry(struct inodesc *idesc) in mkentry()
551 chgino(struct inodesc *ides
[all...]
H A Dpass2.c48 static int fix_extraneous(struct inoinfo *, struct inodesc *);
49 static int deleteentry(struct inodesc *);
51 static int pass2check(struct inodesc *);
60 struct inodesc curino; in pass2()
133 memset(&curino, 0, sizeof(struct inodesc)); in pass2()
278 pass2check(struct inodesc *idesc) in pass2check()
580 fix_extraneous(struct inoinfo *inp, struct inodesc *idesc) in fix_extraneous()
584 struct inodesc dotdesc; in fix_extraneous()
593 memset(&dotdesc, 0, sizeof(struct inodesc)); in fix_extraneous()
697 memset(&dotdesc, 0, sizeof(struct inodesc)); in fix_extraneous()
[all …]
H A Dinode.c51 static int iblock(struct inodesc *, off_t isize, int type);
54 static int snapclean(struct inodesc *idesc);
59 ckinode(union dinode *dp, struct inodesc *idesc) in ckinode()
166 iblock(struct inodesc *idesc, off_t isize, int type) in iblock()
170 int i, n, (*func)(struct inodesc *), nif; in iblock()
686 freeblock(struct inodesc *idesc) in freeblock()
743 struct inodesc idesc; in snapremove()
778 memset(&idesc, 0, sizeof(struct inodesc)); in snapremove()
789 snapclean(struct inodesc *idesc) in snapclean()
1056 struct inodesc ides in check_blkcnt()
[all...]
H A Dpass4.c49 struct inodesc idesc; in pass4()
52 memset(&idesc, 0, sizeof(struct inodesc)); in pass4()
H A Dgjournal.c70 struct inodesc idesc; in gjournal_check()
131 memset(&idesc, 0, sizeof(struct inodesc)); in gjournal_check()
H A Dpass3.c49 struct inodesc idesc; in pass3()
105 memset(&idesc, 0, sizeof(struct inodesc)); in pass3()
H A Dsetup.c63 static int getlbnblkno(struct inodesc *);
276 struct inodesc idesc; in checksnapinfo()
283 memset(&idesc, 0, sizeof(struct inodesc)); in checksnapinfo()
352 getlbnblkno(struct inodesc *idesc) in getlbnblkno()
H A Dpass1.c51 static int checkinode(ino_t inumber, struct inodesc *, int rebuiltcg);
57 struct inodesc idesc; in pass1()
87 memset(&idesc, 0, sizeof(struct inodesc)); in pass1()
247 checkinode(ino_t inumber, struct inodesc *idesc, int rebuiltcg) in checkinode()
516 pass1check(struct inodesc *idesc) in pass1check()
H A Dea.c55 eascan(struct inodesc *idesc, struct ufs2_dinode *dp) in eascan()
H A Dfsutil.c1269 struct inodesc idesc; in getpathname()
1281 memset(&idesc, 0, sizeof(struct inodesc)); in getpathname()
1352 dofix(struct inodesc *idesc, const char *msg) in dofix()
H A Dpass5.c60 struct inodesc idesc[3]; in pass5()
H A Dsuj.c2379 struct inodesc idesc; in suj_check()
/freebsd/sbin/fsdb/
H A Dfsdb.c456 scannames(struct inodesc *idesc) in scannames()
469 struct inodesc idesc; in CMDFUNCSTART()
742 int findino(struct inodesc *idesc); /* from fsck */
748 struct inodesc idesc; in dolookup()
832 chinumfunc(struct inodesc *idesc) in chinumfunc()
847 struct inodesc idesc; in CMDFUNCSTART()
875 chnamefunc(struct inodesc *idesc) in chnamefunc()
897 struct inodesc idesc; in CMDFUNCSTART()