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

/linux-master/fs/fat/
H A Dinode.c1464 int silent, struct fat_bios_param_block *bpb)
1469 memset(bpb, 0, sizeof(*bpb));
1470 bpb->fat_sector_size = get_unaligned_le16(&b->sector_size);
1471 bpb->fat_sec_per_clus = b->sec_per_clus;
1472 bpb->fat_reserved = le16_to_cpu(b->reserved);
1473 bpb->fat_fats = b->fats;
1474 bpb->fat_dir_entries = get_unaligned_le16(&b->dir_entries);
1475 bpb->fat_sectors = get_unaligned_le16(&b->sectors);
1476 bpb
1463 fat_read_bpb(struct super_block *sb, struct fat_boot_sector *b, int silent, struct fat_bios_param_block *bpb) argument
1541 fat_read_static_bpb(struct super_block *sb, struct fat_boot_sector *b, int silent, struct fat_bios_param_block *bpb) argument
1613 struct fat_bios_param_block bpb; local
[all...]
/linux-master/fs/ntfs3/
H A Dindex.c2045 u64 bpb, new_data; local
2095 bpb = bitmap_size(bit);
2096 if (bpb * 8 == nbits)
2100 &indx->bitmap_run, bpb, &bpb, false, NULL);
/linux-master/fs/ocfs2/
H A Dxattr.c6836 int bpb = args->old_bucket->bu_blocks; local
6841 for (i = 0; i < num_buckets; i++, blkno += bpb, new_blkno += bpb) {
6862 for (j = 0; j < bpb; j++)

Completed in 158 milliseconds