tag | line | file | source code |
EXT2_BLOCK_SIZE | 94 | fs/ext2/inode.c | (EXT2_BLOCK_SIZE(sb) * 8) - 1) / |
EXT2_BLOCK_SIZE | 95 | fs/ext2/inode.c | (EXT2_BLOCK_SIZE(sb) * 8); |
EXT2_BLOCK_SIZE | 63 | include/linux/ext2_fs.h | #define EXT2_ACLE_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_acl_entry)) |
EXT2_BLOCK_SIZE | 64 | include/linux/ext2_fs.h | #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (unsigned long)) |
EXT2_BLOCK_SIZE | 70 | include/linux/ext2_fs.h | #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_inode)) |
EXT2_BLOCK_SIZE | 83 | include/linux/ext2_fs.h | # define EXT2_FRAGS_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_FRAG_SIZE(s)) |
EXT2_BLOCK_SIZE | 142 | include/linux/ext2_fs.h | # define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_group_desc)) |