Home
last modified time | relevance | path

Searched refs:bytes_per_sector (Results 1 – 4 of 4) sorted by relevance

/fs/vboxsf/
Dshfl_hostintf.h480 u32 bytes_per_sector; member
/fs/hpfs/
Dhpfs.h48 u8 bytes_per_sector[2]; /* 512 */ member
/fs/ntfs/
Dsuper.c592 if (le16_to_cpu(b->bpb.bytes_per_sector) < 0x100 || in is_boot_sector_ntfs()
593 le16_to_cpu(b->bpb.bytes_per_sector) > 0x1000) in is_boot_sector_ntfs()
603 if ((u32)le16_to_cpu(b->bpb.bytes_per_sector) * in is_boot_sector_ntfs()
758 vol->sector_size = le16_to_cpu(b->bpb.bytes_per_sector); in parse_ntfs_boot_sector()
Dlayout.h38 le16 bytes_per_sector; /* Size of a sector in bytes. */ member