Home
last modified time | relevance | path

Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ext2/
A Dialloc.c190 (offset >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)); in ext2_preread_inode()
A Dext2.h184 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
A Dsuper.c1474 sector_t blk = off >> EXT2_BLOCK_SIZE_BITS(sb); in ext2_quota_read()
1519 sector_t blk = off >> EXT2_BLOCK_SIZE_BITS(sb); in ext2_quota_write()
A Dinode.c1195 iblock = (offset + blocksize-1) >> EXT2_BLOCK_SIZE_BITS(inode->i_sb); in __ext2_truncate_blocks()
1351 (offset >> EXT2_BLOCK_SIZE_BITS(sb)); in ext2_get_inode()

Completed in 13 milliseconds