Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dindirect.c1115 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_truncate()
1117 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_truncate()
1228 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_remove_space()
Dnamei.c1005 (block<<EXT4_BLOCK_SIZE_BITS(dir->i_sb)) in htree_dirblock_to_tree()
1403 nblocks = dir->i_size >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_find_entry()
1456 block << EXT4_BLOCK_SIZE_BITS(sb), res_dir); in ext4_find_entry()
1476 nblocks = dir->i_size >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_find_entry()
1513 block << EXT4_BLOCK_SIZE_BITS(sb), in ext4_dx_find_entry()
2710 lblock = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_empty_dir()
Ddir.c157 map.m_lblk = ctx->pos >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_readdir()
Dballoc.c43 (EXT4_BLOCK_SIZE_BITS(sb) + EXT4_CLUSTER_BITS(sb) + 3); in ext4_get_group_number()
Dextents.c4633 >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_ext_truncate()
5475 punch_start = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_collapse_range()
5476 punch_stop = (offset + len) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_collapse_range()
5625 offset_lblk = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_insert_range()
5626 len_lblk = len >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_insert_range()
Dext4.h263 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
266 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
Dinode.c4337 EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()
4338 stop_block = (offset + length) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()
Dsuper.c5761 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_quota_read()
5798 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_quota_write()