Searched refs:i_cluster_size (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/f2fs/ |
D | compress.c | 897 unsigned int cluster_size = F2FS_I(dn->inode)->i_cluster_size; in f2fs_sanity_check_cluster() 944 unsigned int cluster_size = F2FS_I(inode)->i_cluster_size; in __f2fs_cluster_blocks() 1131 .cluster_size = F2FS_I(inode)->i_cluster_size, in f2fs_prepare_compress_overwrite() 1147 .cluster_size = F2FS_I(inode)->i_cluster_size, in f2fs_compress_write_end() 1190 int cluster_size = F2FS_I(inode)->i_cluster_size; in f2fs_truncate_partial_cluster() 1811 for (i += 1; i < F2FS_I(dn->inode)->i_cluster_size; i++) { in f2fs_cluster_blocks_are_contiguous()
|
D | file.c | 566 int cluster_size = F2FS_I(dn->inode)->i_cluster_size; in f2fs_truncate_data_blocks_range() 744 F2FS_I(inode)->i_cluster_size << PAGE_SHIFT); in f2fs_truncate_blocks() 3436 int cluster_size = F2FS_I(dn->inode)->i_cluster_size; in release_compress_blocks() 3562 count = round_up(count, F2FS_I(inode)->i_cluster_size); in f2fs_release_compress_blocks() 3602 int cluster_size = F2FS_I(dn->inode)->i_cluster_size; in reserve_compress_blocks() 3717 count = round_up(count, F2FS_I(inode)->i_cluster_size); in f2fs_reserve_compress_blocks() 4014 F2FS_I(inode)->i_cluster_size = BIT(option.log_cluster_size); in f2fs_ioc_set_compress_option() 4078 int cluster_size = fi->i_cluster_size; in f2fs_ioc_decompress_file() 4157 int cluster_size = F2FS_I(inode)->i_cluster_size; in f2fs_ioc_compress_file()
|
D | f2fs.h | 855 unsigned int i_cluster_size; /* cluster size */ member 3210 return ALIGN_DOWN(addrs, F2FS_I(inode)->i_cluster_size); in addrs_per_inode() 3217 return ALIGN_DOWN(DEF_ADDRS_PER_BLOCK, F2FS_I(inode)->i_cluster_size); in addrs_per_block() 4305 int diff = F2FS_I(inode)->i_cluster_size - blocks; \ 4372 F2FS_I(inode)->i_cluster_size = in set_compress_context() 4523 int diff = fi->i_cluster_size - blocks; in f2fs_i_compr_blocks_update()
|
D | data.c | 1983 unsigned int cluster_size = F2FS_I(inode)->i_cluster_size; in f2fs_fiemap() 2422 .cluster_size = F2FS_I(inode)->i_cluster_size, in f2fs_mpage_readpages() 3040 .cluster_size = F2FS_I(inode)->i_cluster_size, in f2fs_write_cache_pages() 3048 .rlen = PAGE_SIZE * F2FS_I(inode)->i_cluster_size, in f2fs_write_cache_pages() 3856 start_idx = round_down(block, F2FS_I(inode)->i_cluster_size); in f2fs_bmap_compress()
|
D | inode.c | 527 fi->i_cluster_size = BIT(fi->i_log_cluster_size); in do_read_inode()
|
D | node.c | 868 F2FS_I(dn->inode)->i_cluster_size, in f2fs_get_dnode_of_data()
|