/src/sbin/fsck_lfs/ |
fsck.h | 174 ino_t allocino(ino_t, int);
|
inode.c | 597 allocino(ino_t request, int type) function in typeref:typename:ino_t
|
dir.c | 677 ino = allocino(request, LFS_IFDIR | mode);
|
/src/sbin/fsck_ext2fs/ |
fsck.h | 247 ino_t allocino(ino_t, int);
|
inode.c | 689 allocino(ino_t request, int type) function in typeref:typename:ino_t
|
dir.c | 622 ino = allocino(request, IFDIR|mode);
|
/src/sbin/fsck_ffs/ |
extern.h | 30 ino_t allocino(ino_t, int);
|
quota2.c | 56 ino = allocino(0, IFREG);
|
dir.c | 850 ino = allocino(request, IFDIR|mode);
|
inode.c | 709 allocino(ino_t request, int type) function in typeref:typename:ino_t 760 pfatal("CG %d: ALLOCINO: BAD MAGIC NUMBER\n", cg);
|