Home
last modified time | relevance | path

Searched refs:get_blocks (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/fs/quota_remount/
Dquota_remount_test01.sh39 get_blocks() function
64 blocks=$(get_blocks)
69 newblocks=$(get_blocks)
/third_party/e2fsprogs/lib/ext2fs/
Dtst_fs_struct.c55 check_field(get_blocks); in main()
Dinode.c159 save_get_blocks = fs->get_blocks; in ext2fs_open_inode_scan()
160 fs->get_blocks = 0; in ext2fs_open_inode_scan()
166 fs->get_blocks = save_get_blocks; in ext2fs_open_inode_scan()
1077 if (fs->get_blocks) { in ext2fs_get_blocks()
1078 if (!(*fs->get_blocks)(fs, ino, blocks)) in ext2fs_get_blocks()
Dext2fs.h260 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks); member
/third_party/e2fsprogs/misc/
De2image.c358 fs->get_blocks = meta_get_blocks; in use_inode_shortcuts()
363 fs->get_blocks = 0; in use_inode_shortcuts()
/third_party/e2fsprogs/e2fsck/
Dpass1.c4403 fs->get_blocks = pass1_get_blocks; in e2fsck_use_inode_shortcuts()
4409 fs->get_blocks = 0; in e2fsck_use_inode_shortcuts()