Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents.c4089 unsigned int allocated_clusters = 0; in ext4_ext_map_blocks() local
4284 allocated_clusters = ar.len; in ext4_ext_map_blocks()
4304 if (allocated_clusters) { in ext4_ext_map_blocks()
4316 EXT4_C2B(sbi, allocated_clusters), in ext4_ext_map_blocks()
4328 if (test_opt(inode->i_sb, DELALLOC) && allocated_clusters) { in ext4_ext_map_blocks()
4334 ext4_da_update_reserve_space(inode, allocated_clusters, in ext4_ext_map_blocks()
4352 len = allocated_clusters << sbi->s_cluster_bits; in ext4_ext_map_blocks()