| /freebsd-13-stable/sbin/fsck_ffs/ |
| HD | fsck.h | 245 struct inodesc { struct 247 int (*id_func)(struct inodesc *); argument 443 void adjust(struct inodesc *, int lcnt); 471 int ckinode(union dinode *dp, struct inodesc *); 472 void clri(struct inodesc *, const char *type, int flag); 473 int clearentry(struct inodesc *); 477 int dirscan(struct inodesc *); 478 int dofix(struct inodesc *, const char *msg); 479 int eascan(struct inodesc *, struct ufs2_dinode *dp); 482 int findino(struct inodesc *); [all …]
|
| HD | pass1b.c | 48 static int pass1bcheck(struct inodesc *); 55 struct inodesc idesc; in pass1b() 58 memset(&idesc, 0, sizeof(struct inodesc)); in pass1b() 98 pass1bcheck(struct inodesc *idesc) in pass1bcheck()
|
| HD | dir.c | 61 static int chgino(struct inodesc *); 62 static int dircheck(struct inodesc *, struct bufarea *, struct direct *); 64 static struct direct *fsck_readdir(struct inodesc *); 67 static int mkentry(struct inodesc *); 199 dirscan(struct inodesc *idesc) in dirscan() 245 fsck_readdir(struct inodesc *idesc) in fsck_readdir() 317 dircheck(struct inodesc *idesc, struct bufarea *bp, struct direct *dp) in dircheck() 457 adjust(struct inodesc *idesc, int lcnt) in adjust() 531 mkentry(struct inodesc *idesc) in mkentry() 557 chgino(struct inodesc *idesc) in chgino() [all …]
|
| HD | pass2.c | 54 static int fix_extraneous(struct inoinfo *, struct inodesc *); 55 static int deleteentry(struct inodesc *); 57 static int pass2check(struct inodesc *); 66 struct inodesc curino; in pass2() 139 memset(&curino, 0, sizeof(struct inodesc)); in pass2() 284 pass2check(struct inodesc *idesc) in pass2check() 586 fix_extraneous(struct inoinfo *inp, struct inodesc *idesc) in fix_extraneous() 590 struct inodesc dotdesc; in fix_extraneous() 599 memset(&dotdesc, 0, sizeof(struct inodesc)); in fix_extraneous() 703 memset(&dotdesc, 0, sizeof(struct inodesc)); in fix_extraneous() [all …]
|
| HD | inode.c | 58 static int iblock(struct inodesc *, off_t isize, int type); 61 static int snapclean(struct inodesc *idesc); 66 ckinode(union dinode *dp, struct inodesc *idesc) in ckinode() 173 iblock(struct inodesc *idesc, off_t isize, int type) in iblock() 177 int i, n, (*func)(struct inodesc *), nif; in iblock() 692 freeblock(struct inodesc *idesc) in freeblock() 749 struct inodesc idesc; in snapremove() 784 memset(&idesc, 0, sizeof(struct inodesc)); in snapremove() 795 snapclean(struct inodesc *idesc) in snapclean() 1062 struct inodesc idesc; in check_blkcnt() [all …]
|
| HD | pass4.c | 55 struct inodesc idesc; in pass4() 58 memset(&idesc, 0, sizeof(struct inodesc)); in pass4()
|
| HD | gjournal.c | 70 struct inodesc idesc; in gjournal_check() 131 memset(&idesc, 0, sizeof(struct inodesc)); in gjournal_check()
|
| HD | pass3.c | 55 struct inodesc idesc; in pass3() 111 memset(&idesc, 0, sizeof(struct inodesc)); in pass3()
|
| HD | pass1.c | 57 static int checkinode(ino_t inumber, struct inodesc *, int rebuiltcg); 63 struct inodesc idesc; in pass1() 93 memset(&idesc, 0, sizeof(struct inodesc)); in pass1() 253 checkinode(ino_t inumber, struct inodesc *idesc, int rebuiltcg) in checkinode() 522 pass1check(struct inodesc *idesc) in pass1check()
|
| HD | setup.c | 70 static int getlbnblkno(struct inodesc *); 303 struct inodesc idesc; in checksnapinfo() 310 memset(&idesc, 0, sizeof(struct inodesc)); in checksnapinfo() 379 getlbnblkno(struct inodesc *idesc) in getlbnblkno()
|
| HD | ea.c | 56 eascan(struct inodesc *idesc, struct ufs2_dinode *dp) in eascan()
|
| HD | fsutil.c | 1275 struct inodesc idesc; in getpathname() 1287 memset(&idesc, 0, sizeof(struct inodesc)); in getpathname() 1358 dofix(struct inodesc *idesc, const char *msg) in dofix()
|
| HD | pass5.c | 67 struct inodesc idesc[3]; in pass5()
|
| HD | suj.c | 2379 struct inodesc idesc; in suj_check()
|
| /freebsd-13-stable/sbin/fsdb/ |
| HD | fsdb.c | 456 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()
|