Home
last modified time | relevance | path

Searched refs:SECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance

/include/uapi/linux/
Dmsdos_fs.h13 #ifndef SECTOR_SIZE
14 #define SECTOR_SIZE 512 /* sector size (bytes) */ macro
19 #define MSDOS_DPS (SECTOR_SIZE / sizeof(struct msdos_dir_entry))
/include/linux/
Dblkdev.h986 #ifndef SECTOR_SIZE
987 #define SECTOR_SIZE (1 << SECTOR_SHIFT) macro