Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dindirect.c1126 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_truncate()
1128 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_truncate()
1243 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_remove_space()
H A Dnamei.c1111 (block<<EXT4_BLOCK_SIZE_BITS(dir->i_sb)) in htree_dirblock_to_tree()
1604 nblocks = dir->i_size >> EXT4_BLOCK_SIZE_BITS(sb); in __ext4_find_entry()
1659 block << EXT4_BLOCK_SIZE_BITS(sb), res_dir); in __ext4_find_entry()
1681 nblocks = dir->i_size >> EXT4_BLOCK_SIZE_BITS(sb); in __ext4_find_entry()
1758 block << EXT4_BLOCK_SIZE_BITS(sb), in ext4_dx_find_entry()
3123 lblock = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_empty_dir()
H A Ddir.c180 map.m_lblk = ctx->pos >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_readdir()
H A Dextents.c4462 >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_ext_truncate()
5355 punch_start = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_collapse_range()
5356 punch_stop = (offset + len) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_collapse_range()
5495 offset_lblk = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_insert_range()
5496 len_lblk = len >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_insert_range()
H A Dext4.h349 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
352 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
H A Dinode.c4052 EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()
4053 stop_block = (offset + length) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()
H A Dsuper.c7214 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_quota_read()
7250 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_quota_write()