/src/sbin/fsck_ext2fs/ |
fsck.h | 105 extern struct bufarea *getdatablk(daddr_t, long);
|
pass5.c | 116 blk_bitmap = getdatablk(fs2h32(fs->e2fs_gd[c].ext2bgd_b_bitmap), 123 ino_bitmap = getdatablk(fs2h32(fs->e2fs_gd[c].ext2bgd_i_bitmap),
|
main.c | 95 struct bufarea *getdatablk(daddr_t, long);
|
inode.c | 273 bp = getdatablk(idesc->id_blkno, sblock.e2fs_bsize); 404 pbp = getdatablk(iblk, sblock.e2fs_bsize);
|
utilities.c | 181 getdatablk(daddr_t blkno, long size) function in typeref:struct:bufarea *
|
dir.c | 721 pdirbp = getdatablk(blkno, size);
|
/src/sbin/fsck_ffs/ |
extern.h | 59 struct bufarea *getdatablk(daddr_t, long);
|
inode.c | 194 bp = getdatablk(idesc->id_blkno, sblock->fs_bsize); 336 pbp = getdatablk(iblk, sblock->fs_bsize); 898 *bp = getdatablk(blkno, sblock->fs_bsize); 919 ibp = getdatablk(iblkno, sblock->fs_bsize); 931 ibp = getdatablk(iblkno, sblock->fs_bsize); 945 bp = getdatablk(*blkno, sblock->fs_bsize); 1005 ibp = getdatablk(is_ufs2 ? iswap64(dp->dp2.di_ib[ilevel - 1]) : 1030 ibp = getdatablk(iblkno, sblock->fs_bsize);
|
dir.c | 958 pdirbp = getdatablk(blkno, size);
|
utilities.c | 181 getdatablk(daddr_t blkno, long size) function in typeref:struct:bufarea *
|