Searched refs:bpb (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/fat/ |
| H A D | inode.c | 1394 memset(bpb, 0, sizeof(*bpb)); in fat_read_bpb() 1398 bpb->fat_fats = b->fats; in fat_read_bpb() 1414 if (!bpb->fat_reserved) { in fat_read_bpb() 1420 if (!bpb->fat_fats) { in fat_read_bpb() 1454 if (bpb->fat_fat_length == 0 && bpb->fat32_length == 0) { in fat_read_bpb() 1514 memset(bpb, 0, sizeof(*bpb)); in fat_read_static_bpb() 1517 bpb->fat_reserved = 1; in fat_read_static_bpb() 1518 bpb->fat_fats = 2; in fat_read_static_bpb() 1540 struct fat_bios_param_block bpb; in fat_fill_super() local 1605 &bpb); in fat_fill_super() [all …]
|
| /linux-6.15/fs/ntfs3/ |
| H A D | index.c | 2050 u64 bpb, new_data; in indx_shrink() local 2100 bpb = ntfs3_bitmap_size(bit); in indx_shrink() 2101 if (bpb * 8 == nbits) in indx_shrink() 2105 &indx->bitmap_run, bpb, &bpb, false, NULL); in indx_shrink()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | xattr.c | 6826 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()
|