Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext2/
Dext2.h181 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro
182 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32))
Dinode.c1333 offset &= (EXT2_BLOCK_SIZE(sb) - 1); in ext2_get_inode()
Dsuper.c1549 if (offset || tocopy != EXT2_BLOCK_SIZE(sb)) in ext2_quota_write()