Searched defs:indirect_blks (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ext2/ |
D | inode.c | 395 ext2_fsblk_t goal, int indirect_blks, int blks, in ext2_alloc_blocks() 473 int indirect_blks, int *blks, ext2_fsblk_t goal, in ext2_alloc_branch() 627 int indirect_blks; in ext2_get_blocks() local
|
/linux-4.1.27/fs/ext4/ |
D | indirect.c | 323 int indirect_blks, ext4_lblk_t *offsets, in ext4_alloc_branch() 522 int indirect_blks; in ext4_ind_map_blocks() local
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 576 ext3_fsblk_t goal, int indirect_blks, int blks, in ext3_alloc_blocks() 654 int indirect_blks, int *blks, ext3_fsblk_t goal, in ext3_alloc_branch() 867 int indirect_blks; in ext3_get_blocks_handle() local
|
/linux-4.1.27/fs/f2fs/ |
D | gc.c | 472 unsigned int indirect_blks = 2 * NIDS_PER_BLOCK + 4; in start_bidx_of_node() local
|
D | node.c | 406 const long indirect_blks = ADDRS_PER_BLOCK * NIDS_PER_BLOCK; in get_node_path() local
|