Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dindirect.c1113 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_truncate()
1115 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_truncate()
1230 >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); in ext4_ind_remove_space()
H A Dnamei.c1088 (block<<EXT4_BLOCK_SIZE_BITS(dir->i_sb)) in htree_dirblock_to_tree()
1613 nblocks = dir->i_size >> EXT4_BLOCK_SIZE_BITS(sb); in __ext4_find_entry()
1668 block << EXT4_BLOCK_SIZE_BITS(sb), res_dir); in __ext4_find_entry()
1690 nblocks = dir->i_size >> EXT4_BLOCK_SIZE_BITS(sb); in __ext4_find_entry()
1770 block << EXT4_BLOCK_SIZE_BITS(sb), in ext4_dx_find_entry()
3057 lblock = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_empty_dir()
H A Ddir.c184 map.m_lblk = ctx->pos >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_readdir()
H A Dballoc.c43 (EXT4_BLOCK_SIZE_BITS(sb) + EXT4_CLUSTER_BITS(sb) + 3); in ext4_get_group_number()
H A Dextents.c4401 >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_ext_truncate()
5289 punch_start = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_collapse_range()
5290 punch_stop = (offset + len) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_collapse_range()
5442 offset_lblk = offset >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_insert_range()
5443 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.c4190 EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()
4191 stop_block = (offset + length) >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_punch_hole()
H A Dsuper.c6509 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_quota_read()
6546 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_quota_write()