Searched refs:EXT2_BLOCK_SIZE (Results 1 – 12 of 12) sorted by relevance
204 fs->fragsize = fs->blocksize = EXT2_BLOCK_SIZE(super); in ext2fs_initialize()330 EXT2_BLOCK_SIZE(super) - 1) / in ext2fs_initialize()331 EXT2_BLOCK_SIZE(super)); in ext2fs_initialize()333 EXT2_BLOCK_SIZE(super)) / in ext2fs_initialize()345 EXT2_BLOCK_SIZE(super) - 1) / in ext2fs_initialize()346 EXT2_BLOCK_SIZE(super)); in ext2fs_initialize()
86 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro92 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro99 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof(__u32))121 #define EXT2_FRAG_SIZE(s) EXT2_BLOCK_SIZE(s)252 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))256 EXT2_BLOCK_SIZE(s)))264 #define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_DESC_SIZE(s))
273 fs->fragsize = fs->blocksize = EXT2_BLOCK_SIZE(fs->super); in ext2fs_open2()287 EXT2_BLOCK_SIZE(fs->super) - 1) / in ext2fs_open2()288 EXT2_BLOCK_SIZE(fs->super)); in ext2fs_open2()
580 offset &= (EXT2_BLOCK_SIZE(fs->super) - 1); in ext2fs_read_inode_full()702 offset &= (EXT2_BLOCK_SIZE(fs->super) - 1); in ext2fs_write_inode_full()
206 EXT2_BLOCK_SIZE(sb) - 1) / in list_super2()207 EXT2_BLOCK_SIZE(sb)); in list_super2()254 fprintf(f, "Block size: %u\n", EXT2_BLOCK_SIZE(sb)); in list_super2()
336 EXT2_BLOCK_SIZE(fs->super)); in write_inode_tables()790 blocksize = EXT2_BLOCK_SIZE(param); in parse_extended_opts()1119 meg = (1024 * 1024) / EXT2_BLOCK_SIZE(sb); in parse_fs_type()1256 blocksize = EXT2_BLOCK_SIZE(fs_param); in get_device_geometry()1674 EXT2_BLOCK_SIZE(&fs_param), in PRS()1703 if (sys_page_size > EXT2_BLOCK_SIZE(&fs_param)) in PRS()1705 EXT2_BLOCK_SIZE(&fs_param))-1)); in PRS()1839 EXT2_BLOCK_SIZE(&fs_param)); in PRS()1964 blocksize = EXT2_BLOCK_SIZE(&fs_param); in PRS()2092 inode_size > EXT2_BLOCK_SIZE(&fs_param) || in PRS()[all …]
180 EXT2_BLOCK_SIZE(fs->super) - 1) / in list_desc()181 EXT2_BLOCK_SIZE(fs->super); in list_desc()
488 cpg_max = 8 * EXT2_BLOCK_SIZE(sb); in check_super_block()491 bpg_max = 8 * EXT2_BLOCK_SIZE(sb) * EXT2FS_CLUSTER_RATIO(fs); in check_super_block()
558 (EXT2_BLOCK_SIZE(sb) == blocksize)) { in get_backup_sb()
1389 __u32 blocksize = EXT2_BLOCK_SIZE(fs->super); in main()
364 blocksize = EXT2_BLOCK_SIZE(sb); in dump_journal()
2138 offset &= (EXT2_BLOCK_SIZE(current_fs->super) - 1); in do_imap()