Searched refs:ret_block (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/ext2/ |
D | balloc.c | 1242 ext2_fsblk_t ret_block; /* filesyetem-wide allocated block */ in ext2_new_blocks() local 1393 ret_block = grp_alloc_blk + ext2_group_first_block_no(sb, group_no); in ext2_new_blocks() 1395 if (in_range(le32_to_cpu(gdp->bg_block_bitmap), ret_block, num) || in ext2_new_blocks() 1396 in_range(le32_to_cpu(gdp->bg_inode_bitmap), ret_block, num) || in ext2_new_blocks() 1397 in_range(ret_block, le32_to_cpu(gdp->bg_inode_table), in ext2_new_blocks() 1399 in_range(ret_block + num - 1, le32_to_cpu(gdp->bg_inode_table), in ext2_new_blocks() 1404 ret_block, num); in ext2_new_blocks() 1415 if (ret_block + num - 1 >= le32_to_cpu(es->s_blocks_count)) { in ext2_new_blocks() 1418 "block_group = %d, es == %p ", ret_block, in ext2_new_blocks() 1437 return ret_block; in ext2_new_blocks()
|
/Linux-v4.19/fs/omfs/ |
D | file.c | 117 u64 *ret_block) in omfs_grow_extent() argument 182 *ret_block = new_block; in omfs_grow_extent()
|