Searched refs:DEFAULT_SECTOR_SIZE (Results 1 – 7 of 7) sorted by relevance
35 #define DEFAULT_SECTOR_SIZE (512) macro
31 ((uint64_t) c.start_sector * DEFAULT_SECTOR_SIZE + in get_new_sb()34 (uint64_t) c.start_sector * DEFAULT_SECTOR_SIZE; in get_new_sb()
94 #define DEFAULT_SECTOR_SIZE 512 macro1495 sector_size = DEFAULT_SECTOR_SIZE; in fix_startup()
190 bd->sector_size = DEFAULT_SECTOR_SIZE; in exfat_get_blk_dev_info()
258 ((uint64_t) c.start_sector * DEFAULT_SECTOR_SIZE + in f2fs_prepare_super_block()261 (uint64_t) c.start_sector * DEFAULT_SECTOR_SIZE; in f2fs_prepare_super_block()
691 c.devices[i].sector_size = DEFAULT_SECTOR_SIZE; in f2fs_init_configuration()
365 #define DEFAULT_SECTOR_SIZE 512 macro