/src/sbin/fsck_ext2fs/ |
dir.c | 108 static int mkentry(struct inodesc *); 348 mkentry(struct inodesc *idesc) function in typeref:typename:int 532 idesc.id_func = mkentry;
|
dir.c | 108 static int mkentry(struct inodesc *); 348 mkentry(struct inodesc *idesc) function in typeref:typename:int 532 idesc.id_func = mkentry;
|
/src/sbin/fsck_lfs/ |
dir.c | 88 static int mkentry(struct inodesc *); 369 mkentry(struct inodesc *idesc) function in typeref:typename:int 564 idesc.id_func = mkentry;
|
dir.c | 88 static int mkentry(struct inodesc *); 369 mkentry(struct inodesc *idesc) function in typeref:typename:int 564 idesc.id_func = mkentry;
|
/src/sbin/restore/ |
interactive.c | 92 static void mkentry(char *, struct direct *, struct afile *); 531 mkentry(name, dp, list); 567 mkentry(locname, dp, listp++); 592 mkentry(char *name, struct direct *dp, struct afile *fp) function in typeref:typename:void
|
interactive.c | 92 static void mkentry(char *, struct direct *, struct afile *); 531 mkentry(name, dp, list); 567 mkentry(locname, dp, listp++); 592 mkentry(char *name, struct direct *dp, struct afile *fp) function in typeref:typename:void
|
/src/sbin/fsck_ffs/ |
dir.c | 94 static int mkentry(struct inodesc *); 506 mkentry(struct inodesc *idesc) function in typeref:typename:int 725 idesc.id_func = mkentry;
|
dir.c | 94 static int mkentry(struct inodesc *); 506 mkentry(struct inodesc *idesc) function in typeref:typename:int 725 idesc.id_func = mkentry;
|