Home
last modified time | relevance | path

Searched refs:ret_block (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/ext2/
Dballoc.c1216 ext2_fsblk_t ret_block; /* filesyetem-wide allocated block */ in ext2_new_blocks() local
1374 ret_block = grp_alloc_blk + ext2_group_first_block_no(sb, group_no); in ext2_new_blocks()
1376 if (in_range(le32_to_cpu(gdp->bg_block_bitmap), ret_block, num) || in ext2_new_blocks()
1377 in_range(le32_to_cpu(gdp->bg_inode_bitmap), ret_block, num) || in ext2_new_blocks()
1378 in_range(ret_block, le32_to_cpu(gdp->bg_inode_table), in ext2_new_blocks()
1380 in_range(ret_block + num - 1, le32_to_cpu(gdp->bg_inode_table), in ext2_new_blocks()
1385 ret_block, num); in ext2_new_blocks()
1397 if (ret_block + num - 1 >= le32_to_cpu(es->s_blocks_count)) { in ext2_new_blocks()
1400 "block_group = %d, es == %p ", ret_block, in ext2_new_blocks()
1419 return ret_block; in ext2_new_blocks()
/Linux-v5.10/fs/omfs/
Dfile.c117 u64 *ret_block) in omfs_grow_extent() argument
182 *ret_block = new_block; in omfs_grow_extent()
/Linux-v5.10/fs/ext4/
Dinode.c4295 ext4_fsblk_t *ret_block) in __ext4_get_inode_loc() argument
4415 if (ret_block) in __ext4_get_inode_loc()
4416 *ret_block = block; in __ext4_get_inode_loc()