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 | 104 | include/linux/ext2_fs.h | #define EXT2_ACLE_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_acl_entry)) |
EXT2_BLOCK_SIZE | 105 | include/linux/ext2_fs.h | #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (unsigned long)) |
EXT2_BLOCK_SIZE | 111 | include/linux/ext2_fs.h | #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_inode)) |
EXT2_BLOCK_SIZE | 124 | include/linux/ext2_fs.h | # define EXT2_FRAGS_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_FRAG_SIZE(s)) |
EXT2_BLOCK_SIZE | 182 | include/linux/ext2_fs.h | # define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_group_desc)) |