Searched refs:bpb (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dbootsect.c74 if (le16_to_cpu(b->bpb.bytes_per_sector) < 256 ||
75 le16_to_cpu(b->bpb.bytes_per_sector) > 4096) {
77 le16_to_cpu(b->bpb.bytes_per_sector));
82 switch (b->bpb.sectors_per_cluster) {
87 b->bpb.sectors_per_cluster);
92 i = (u32)le16_to_cpu(b->bpb.bytes_per_sector) *
93 b->bpb.sectors_per_cluster;
100 if (le16_to_cpu(b->bpb.reserved_sectors) ||
101 le16_to_cpu(b->bpb.root_entries) ||
102 le16_to_cpu(b->bpb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dsuper.c578 if (le16_to_cpu(b->bpb.bytes_per_sector) < 0x100 ||
579 le16_to_cpu(b->bpb.bytes_per_sector) > 0x1000)
582 switch (b->bpb.sectors_per_cluster) {
589 if ((u32)le16_to_cpu(b->bpb.bytes_per_sector) *
590 b->bpb.sectors_per_cluster > NTFS_MAX_CLUSTER_SIZE)
593 if (le16_to_cpu(b->bpb.reserved_sectors) ||
594 le16_to_cpu(b->bpb.root_entries) ||
595 le16_to_cpu(b->bpb.sectors) ||
596 le16_to_cpu(b->bpb.sectors_per_fat) ||
597 le32_to_cpu(b->bpb
[all...]
H A Dlayout.h49 * BIOS parameter block (bpb) structure.
72 BIOS_PARAMETER_BLOCK bpb; /* See BIOS_PARAMETER_BLOCK. */ member in struct:__anon16814
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h47 * struct BIOS_PARAMETER_BLOCK - BIOS parameter block (bpb) structure.
73 /*0x0b*/BIOS_PARAMETER_BLOCK bpb; /* See BIOS_PARAMETER_BLOCK. */ member in struct:__anon4174
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dxattr.c6807 int bpb = args->old_bucket->bu_blocks; local
6812 for (i = 0; i < num_buckets; i++, blkno += bpb, new_blkno += bpb) {
6833 for (j = 0; j < bpb; j++)

Completed in 109 milliseconds