HomeSort by relevance Sort by last modified time
    Searched refs:get_blocks (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
tst_fs_struct.c 55 check_field(get_blocks);
inode.c 121 * Temporarly save fs->get_blocks and set it to zero,
124 save_get_blocks = fs->get_blocks;
125 fs->get_blocks = 0;
131 fs->get_blocks = save_get_blocks;
806 if (fs->get_blocks) {
807 if (!(*fs->get_blocks)(fs, ino, blocks))
ext2fs.h 225 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks); member in struct:struct_ext2_filsys
    [all...]
  /external/e2fsprogs/misc/
e2image.c 346 fs->get_blocks = meta_get_blocks;
351 fs->get_blocks = 0;
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c     [all...]

Completed in 80 milliseconds