Home
last modified time | relevance | path

Searched refs:EXT4_BLOCK_SIZE_BITS (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dindirect.c1128 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_truncate()
1130 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_truncate()
1245 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_remove_space()
H A Ddir.c165 map.m_lblk = ctx->pos >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_readdir()
H A Dnamei.c1071 (block<<EXT4_BLOCK_SIZE_BITS(dir->i_sb)) in htree_dirblock_to_tree()
1549 nblocks = dir->i_size >> EXT4_BLOCK_SIZE_BITS(sb); in __ext4_find_entry()
1604 block << EXT4_BLOCK_SIZE_BITS(sb), res_dir); in __ext4_find_entry()
1624 nblocks = dir->i_size >> EXT4_BLOCK_SIZE_BITS(sb); in __ext4_find_entry()
1701 block << EXT4_BLOCK_SIZE_BITS(sb), in ext4_dx_find_entry()
3027 lblock = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_empty_dir()
H A Dballoc.c43 (EXT4_BLOCK_SIZE_BITS(sb) + EXT4_CLUSTER_BITS(sb) + 3); in ext4_get_group_number()
H A Dextents.c4413 >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_ext_truncate()
5299 punch_start = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_collapse_range()
5300 punch_stop = (offset + len) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_collapse_range()
5452 offset_lblk = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_insert_range()
5453 len_lblk = len >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_insert_range()
H A Dext4.h277 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
280 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
H A Dinode.c4106 EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()
4107 stop_block = (offset + length) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()
H A Dsuper.c6588 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_quota_read()
6625 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_quota_write()
/kernel/linux/linux-6.6/fs/ext4/
H A Dindirect.c1133 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_truncate()
1135 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_truncate()
1250 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_remove_space()
H A Ddir.c179 map.m_lblk = ctx->pos >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_readdir()
H A Dnamei.c1110 (block<<EXT4_BLOCK_SIZE_BITS(dir->i_sb)) in htree_dirblock_to_tree()
1647 nblocks = dir->i_size >> EXT4_BLOCK_SIZE_BITS(sb); in __ext4_find_entry()
1702 block << EXT4_BLOCK_SIZE_BITS(sb), res_dir); in __ext4_find_entry()
1722 nblocks = dir->i_size >> EXT4_BLOCK_SIZE_BITS(sb); in __ext4_find_entry()
1800 block << EXT4_BLOCK_SIZE_BITS(sb), in ext4_dx_find_entry()
3119 lblock = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_empty_dir()
H A Dballoc.c43 (EXT4_BLOCK_SIZE_BITS(sb) + EXT4_CLUSTER_BITS(sb) + 3); in ext4_get_group_number()
H A Dextents.c4433 >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_ext_truncate()
5320 punch_start = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_collapse_range()
5321 punch_stop = (offset + len) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_collapse_range()
5460 offset_lblk = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_insert_range()
5461 len_lblk = len >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_insert_range()
H A Dext4.h344 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
347 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
H A Dinode.c4010 EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()
4011 stop_block = (offset + length) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()
H A Dsuper.c7166 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_quota_read()
7202 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_quota_write()

Completed in 87 milliseconds