Home
last modified time | relevance | path

Searched refs:s_first_data_block (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/fs/ext2/
H A Dballoc.c502 block_group = (block - le32_to_cpu(es->s_first_data_block)) / in ext2_free_blocks()
504 bit = (block - le32_to_cpu(es->s_first_data_block)) % in ext2_free_blocks()
1178 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext2_data_block_valid()
1267 if (goal < le32_to_cpu(es->s_first_data_block) || in ext2_new_blocks()
1269 goal = le32_to_cpu(es->s_first_data_block); in ext2_new_blocks()
1270 group_no = (goal - le32_to_cpu(es->s_first_data_block)) / in ext2_new_blocks()
1289 grp_target_blk = ((goal - le32_to_cpu(es->s_first_data_block)) % in ext2_new_blocks()
H A Dext2.h411 __le32 s_first_data_block; /* First Data Block */ member
802 le32_to_cpu(EXT2_SB(sb)->s_es->s_first_data_block); in ext2_group_first_block_no()
H A Dsuper.c1066 le32_to_cpu(es->s_first_data_block) - 1) in ext2_fill_super()
1426 overhead = le32_to_cpu(es->s_first_data_block); in ext2_statfs()
/kernel/linux/linux-6.6/fs/ext2/
H A Dballoc.c501 block_group = (block - le32_to_cpu(es->s_first_data_block)) / in ext2_free_blocks()
503 bit = (block - le32_to_cpu(es->s_first_data_block)) % in ext2_free_blocks()
1173 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext2_data_block_valid()
1263 if (goal < le32_to_cpu(es->s_first_data_block) || in ext2_new_blocks()
1265 goal = le32_to_cpu(es->s_first_data_block); in ext2_new_blocks()
1266 group_no = (goal - le32_to_cpu(es->s_first_data_block)) / in ext2_new_blocks()
1285 grp_target_blk = ((goal - le32_to_cpu(es->s_first_data_block)) % in ext2_new_blocks()
H A Dext2.h416 __le32 s_first_data_block; /* First Data Block */ member
805 le32_to_cpu(EXT2_SB(sb)->s_es->s_first_data_block); in ext2_group_first_block_no()
/kernel/linux/linux-5.10/fs/ext4/
H A Dballoc.c42 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) >> in ext4_get_group_number()
59 blocknr = blocknr - le32_to_cpu(es->s_first_data_block); in ext4_get_group_no_and_offset()
473 if ((bitmap_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_read_block_bitmap_nowait()
H A Dmmp.c298 if (mmp_block < le32_to_cpu(es->s_first_data_block) || in ext4_multi_mount_protect()
H A Dblock_validity.c304 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_sb_block_valid()
H A Dfsmap.c481 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev()
H A Dmballoc.c3723 ar->pright - size >= le32_to_cpu(es->s_first_data_block)) { in ext4_mb_normalize_request()
4785 if (goal < le32_to_cpu(es->s_first_data_block) || in ext4_mb_initialize_context()
4787 goal = le32_to_cpu(es->s_first_data_block); in ext4_mb_initialize_context()
5349 if (goal < le32_to_cpu(es->s_first_data_block) || in ext4_mb_new_blocks_simple()
5351 goal = le32_to_cpu(es->s_first_data_block); in ext4_mb_new_blocks_simple()
6065 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block); in ext4_trim_fs()
H A Dsuper.c2854 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_check_descriptors()
3256 * block 2, not 1. If s_first_data_block == 0 (bigalloc is enabled in descriptor_loc()
3261 le32_to_cpu(sbi->s_es->s_first_data_block) == 0) in descriptor_loc()
3861 first_block = le32_to_cpu(sbi->s_es->s_first_data_block) + in count_overhead()
3931 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block)); in ext4_calculate_overhead()
4618 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { in ext4_fill_super()
4621 le32_to_cpu(es->s_first_data_block), in ext4_fill_super()
4625 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_fill_super()
4633 le32_to_cpu(es->s_first_data_block) + in ext4_fill_super()
4641 le32_to_cpu(es->s_first_data_block), in ext4_fill_super()
[all...]
H A Dresize.c71 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) { in ext4_resize_begin()
2031 le32_to_cpu(es->s_first_data_block); in ext4_resize_fs()
/kernel/linux/linux-6.6/fs/ext4/
H A Dballoc.c42 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) >> in ext4_get_group_number()
59 blocknr = blocknr - le32_to_cpu(es->s_first_data_block); in ext4_get_group_no_and_offset()
475 if ((bitmap_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_read_block_bitmap_nowait()
H A Dblock_validity.c304 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_sb_block_valid()
H A Dmmp.c290 if (mmp_block < le32_to_cpu(es->s_first_data_block) || in ext4_multi_mount_protect()
H A Dfsmap.c481 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev()
H A Dsuper.c3293 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_check_descriptors()
3548 * block 2, not 1. If s_first_data_block == 0 (bigalloc is enabled in descriptor_loc()
3553 le32_to_cpu(sbi->s_es->s_first_data_block) == 0) in descriptor_loc()
4148 first_block = le32_to_cpu(sbi->s_es->s_first_data_block) + in count_overhead()
4218 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block)); in ext4_calculate_overhead()
4797 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { in ext4_check_geometry()
4800 le32_to_cpu(es->s_first_data_block), in ext4_check_geometry()
4804 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_check_geometry()
4812 le32_to_cpu(es->s_first_data_block) + in ext4_check_geometry()
4820 le32_to_cpu(es->s_first_data_block), in ext4_check_geometry()
[all...]
H A Dresize.c72 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) { in ext4_resize_begin()
2082 le32_to_cpu(es->s_first_data_block); in ext4_resize_fs()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dnilfs2_ondisk.h158 __le64 s_first_data_block; /* 1st seg disk block number */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dnilfs2_ondisk.h158 __le64 s_first_data_block; /* 1st seg disk block number */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dnilfs2_ondisk.h81 __le64 s_first_data_block; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dnilfs2_ondisk.h67 __le64 s_first_data_block; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dnilfs2_ondisk.h81 __le64 s_first_data_block; member
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dthe_nilfs.c463 nilfs->ns_first_data_block = le64_to_cpu(sbp->s_first_data_block); in nilfs_store_disk_layout()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dthe_nilfs.c463 nilfs->ns_first_data_block = le64_to_cpu(sbp->s_first_data_block); in nilfs_store_disk_layout()

Completed in 51 milliseconds

12