Home
last modified time | relevance | path

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

/linux-6.12.1/fs/fat/
Dinode.c1389 int silent, struct fat_bios_param_block *bpb) in fat_read_bpb() argument
1394 memset(bpb, 0, sizeof(*bpb)); in fat_read_bpb()
1395 bpb->fat_sector_size = get_unaligned_le16(&b->sector_size); in fat_read_bpb()
1396 bpb->fat_sec_per_clus = b->sec_per_clus; in fat_read_bpb()
1397 bpb->fat_reserved = le16_to_cpu(b->reserved); in fat_read_bpb()
1398 bpb->fat_fats = b->fats; in fat_read_bpb()
1399 bpb->fat_dir_entries = get_unaligned_le16(&b->dir_entries); in fat_read_bpb()
1400 bpb->fat_sectors = get_unaligned_le16(&b->sectors); in fat_read_bpb()
1401 bpb->fat_fat_length = le16_to_cpu(b->fat_length); in fat_read_bpb()
1402 bpb->fat_total_sect = le32_to_cpu(b->total_sect); in fat_read_bpb()
[all …]
/linux-6.12.1/fs/ntfs3/
Dindex.c2052 u64 bpb, new_data; in indx_shrink() local
2102 bpb = ntfs3_bitmap_size(bit); in indx_shrink()
2103 if (bpb * 8 == nbits) in indx_shrink()
2107 &indx->bitmap_run, bpb, &bpb, false, NULL); in indx_shrink()
/linux-6.12.1/fs/ocfs2/
Dxattr.c6826 int bpb = args->old_bucket->bu_blocks; in ocfs2_reflink_xattr_bucket() local
6831 for (i = 0; i < num_buckets; i++, blkno += bpb, new_blkno += bpb) { in ocfs2_reflink_xattr_bucket()
6852 for (j = 0; j < bpb; j++) in ocfs2_reflink_xattr_bucket()