Home
last modified time | relevance | path

Searched refs:s_first_data_block (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/fs/ext2/
Dballoc.c503 block_group = (block - le32_to_cpu(es->s_first_data_block)) / in ext2_free_blocks()
505 bit = (block - le32_to_cpu(es->s_first_data_block)) % in ext2_free_blocks()
1179 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext2_data_block_valid()
1268 if (goal < le32_to_cpu(es->s_first_data_block) || in ext2_new_blocks()
1270 goal = le32_to_cpu(es->s_first_data_block); in ext2_new_blocks()
1271 group_no = (goal - le32_to_cpu(es->s_first_data_block)) / in ext2_new_blocks()
1290 grp_target_blk = ((goal - le32_to_cpu(es->s_first_data_block)) % in ext2_new_blocks()
Dext2.h421 __le32 s_first_data_block; /* First Data Block */ member
812 le32_to_cpu(EXT2_SB(sb)->s_es->s_first_data_block); in ext2_group_first_block_no()
Dsuper.c1084 le32_to_cpu(es->s_first_data_block) - 1) in ext2_fill_super()
1442 overhead = le32_to_cpu(es->s_first_data_block); in ext2_statfs()
/linux-6.1.9/fs/ext4/
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()
435 if ((bitmap_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_read_block_bitmap_nowait()
Dblock_validity.c304 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_sb_block_valid()
Dmmp.c288 if (mmp_block < le32_to_cpu(es->s_first_data_block) || in ext4_multi_mount_protect()
Dsuper.c3219 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_check_descriptors()
3479 le32_to_cpu(sbi->s_es->s_first_data_block) == 0) in descriptor_loc()
4078 first_block = le32_to_cpu(sbi->s_es->s_first_data_block) + in count_overhead()
4148 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block)); in ext4_calculate_overhead()
4680 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { in ext4_geometry_check()
4683 le32_to_cpu(es->s_first_data_block), in ext4_geometry_check()
4687 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_geometry_check()
4695 le32_to_cpu(es->s_first_data_block) + in ext4_geometry_check()
4703 le32_to_cpu(es->s_first_data_block), in ext4_geometry_check()
Dfsmap.c481 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev()
Dresize.c72 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) { in ext4_resize_begin()
2079 le32_to_cpu(es->s_first_data_block); in ext4_resize_fs()
Dmballoc.c5228 if (goal < le32_to_cpu(es->s_first_data_block) || in ext4_mb_initialize_context()
5230 goal = le32_to_cpu(es->s_first_data_block); in ext4_mb_initialize_context()
5792 if (goal < le32_to_cpu(es->s_first_data_block) || in ext4_mb_new_blocks_simple()
5794 goal = le32_to_cpu(es->s_first_data_block); in ext4_mb_new_blocks_simple()
6480 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block); in ext4_trim_fs()
Dext4.h1325 __le32 s_first_data_block; /* First Data Block */ member
2547 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block); in ext4_group_first_block_no()
Dialloc.c137 if ((bitmap_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_read_inode_bitmap()
Dextents.c1324 if (goal > le32_to_cpu(es->s_first_data_block)) { in ext4_ext_grow_indepth()
Dinode.c4487 if ((block <= le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) || in __ext4_get_inode_loc()
/linux-6.1.9/include/uapi/linux/
Dnilfs2_ondisk.h158 __le64 s_first_data_block; /* 1st seg disk block number */ member
/linux-6.1.9/fs/nilfs2/
Dthe_nilfs.c443 nilfs->ns_first_data_block = le64_to_cpu(sbp->s_first_data_block); in nilfs_store_disk_layout()
/linux-6.1.9/Documentation/filesystems/ext4/
Dsuper.rst51 - s_first_data_block