Home
last modified time | relevance | path

Searched refs:EXT2_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ext2/
Dext2.h178 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro
179 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32))
Dinode.c1352 offset &= (EXT2_BLOCK_SIZE(sb) - 1); in ext2_get_inode()
Dsuper.c1571 if (offset || tocopy != EXT2_BLOCK_SIZE(sb)) in ext2_quota_write()