Searched refs:DEFAULT_SECTOR_SIZE (Results 1 - 5 of 5) sorted by path

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_multiplex.c40 #define DEFAULT_SECTOR_SIZE 0x1000 macro
814 return DEFAULT_SECTOR_SIZE;
/external/f2fs-tools/include/
H A Df2fs_fs.h214 #define DEFAULT_SECTOR_SIZE 512 macro
/external/f2fs-tools/lib/
H A Dlibf2fs.c351 c->sector_size = DEFAULT_SECTOR_SIZE;
492 (F2FS_MIN_VOLUME_SIZE / DEFAULT_SECTOR_SIZE)) {
/external/f2fs-tools/mkfs/
H A Df2fs_format.c134 (config.total_sectors * DEFAULT_SECTOR_SIZE) /
138 (config.start_sector * DEFAULT_SECTOR_SIZE +
141 config.start_sector * DEFAULT_SECTOR_SIZE;
152 ((config.total_sectors * DEFAULT_SECTOR_SIZE) -
H A Df2fs_format_utils.c31 range[1] = config.total_sectors * DEFAULT_SECTOR_SIZE;

Completed in 800 milliseconds