Searched refs:allocated_clusters (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | extents.c | 4101 unsigned int allocated_clusters = 0; in ext4_ext_map_blocks() local 4296 allocated_clusters = ar.len; in ext4_ext_map_blocks() 4316 if (allocated_clusters) { in ext4_ext_map_blocks() 4328 EXT4_C2B(sbi, allocated_clusters), in ext4_ext_map_blocks() 4340 if (test_opt(inode->i_sb, DELALLOC) && allocated_clusters) { in ext4_ext_map_blocks() 4346 ext4_da_update_reserve_space(inode, allocated_clusters, in ext4_ext_map_blocks() 4364 len = allocated_clusters << sbi->s_cluster_bits; in ext4_ext_map_blocks()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | extents.c | 4132 unsigned int allocated_clusters = 0; in ext4_ext_map_blocks() local 4317 allocated_clusters = ar.len; in ext4_ext_map_blocks() 4337 if (allocated_clusters) { in ext4_ext_map_blocks() 4349 EXT4_C2B(sbi, allocated_clusters), in ext4_ext_map_blocks() 4361 if (test_opt(inode->i_sb, DELALLOC) && allocated_clusters) { in ext4_ext_map_blocks() 4367 ext4_da_update_reserve_space(inode, allocated_clusters, in ext4_ext_map_blocks() 4385 len = allocated_clusters << sbi->s_cluster_bits; in ext4_ext_map_blocks()
|
Completed in 14 milliseconds