tag | line | file | source code |
EXT2_BLOCK_SIZE | 27 | fs/ext2/fsync.c | #define blocksize (EXT2_BLOCK_SIZE(inode->i_sb)) |
EXT2_BLOCK_SIZE | 151 | fs/ext2/super.c | (EXT2_BLOCK_SIZE(sb) * 8) - 1) / |
EXT2_BLOCK_SIZE | 152 | fs/ext2/super.c | (EXT2_BLOCK_SIZE(sb) * 8); |
EXT2_BLOCK_SIZE | 99 | include/linux/ext2_fs.h | #define EXT2_ACLE_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_acl_entry)) |
EXT2_BLOCK_SIZE | 100 | include/linux/ext2_fs.h | #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (unsigned long)) |
EXT2_BLOCK_SIZE | 106 | include/linux/ext2_fs.h | #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_inode)) |
EXT2_BLOCK_SIZE | 119 | include/linux/ext2_fs.h | # define EXT2_FRAGS_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_FRAG_SIZE(s)) |
EXT2_BLOCK_SIZE | 177 | include/linux/ext2_fs.h | # define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_group_desc)) |