Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ext4/
Dmballoc.h219 (fex->fe_start << EXT4_SB(sb)->s_cluster_bits); in ext4_grp_offs_to_block()
Dballoc.c61 EXT4_SB(sb)->s_cluster_bits; in ext4_get_group_no_and_offset()
585 rsv = (ext4_r_blocks_count(sbi->s_es) >> sbi->s_cluster_bits) + in ext4_has_free_clusters()
Dext4.h291 EXT4_SB(s)->s_cluster_bits)
294 # define EXT4_CLUSTER_BITS(s) (EXT4_SB(s)->s_cluster_bits)
316 #define EXT4_B2C(sbi, blk) ((blk) >> (sbi)->s_cluster_bits)
318 #define EXT4_C2B(sbi, cluster) ((cluster) << (sbi)->s_cluster_bits)
321 (sbi)->s_cluster_bits)
1514 unsigned int s_cluster_bits; /* log2 of s_cluster_ratio */ member
Dsysfs.c103 sbi->s_cluster_bits); in reserved_clusters_store()
Dresize.c912 (9 - EXT4_SB(sb)->s_cluster_bits); in add_new_gdb()
1016 int cluster_bits = EXT4_SB(sb)->s_cluster_bits; in reserve_backup_gdb()
1897 (9 - sbi->s_cluster_bits))) in ext4_convert_meta_bg()
Dextents_status.c1109 nclu = (end - i + 1) >> sbi->s_cluster_bits; in count_rsvd()
1111 i += nclu << sbi->s_cluster_bits; in count_rsvd()
Dsuper.c4232 sbi->s_cluster_bits); in ext4_set_resv_clusters()
4837 sbi->s_cluster_bits = le32_to_cpu(es->s_log_cluster_size) - in __ext4_fill_super()
4869 sbi->s_cluster_bits = 0; in __ext4_fill_super()
Dxattr.c877 size_t cluster_size = 1 << (EXT4_SB(sb)->s_cluster_bits + in round_up_cluster()
Dextents.c4352 len = allocated_clusters << sbi->s_cluster_bits; in ext4_ext_map_blocks()
Dmballoc.c3470 sbi->s_cluster_bits, 32); in ext4_mb_init()