Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.h422 __le32 s_first_data_block; /* First Data Block */ member
813 le32_to_cpu(EXT2_SB(sb)->s_es->s_first_data_block); in ext2_group_first_block_no()
H A Dsuper.c1074 le32_to_cpu(es->s_first_data_block) - 1) in ext2_fill_super()
1434 overhead = le32_to_cpu(es->s_first_data_block); in ext2_statfs()
/OK3568_Linux_fs/kernel/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()
434 if ((bitmap_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_read_block_bitmap_nowait()
H A Dblock_validity.c311 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_inode_block_valid()
H A Dmmp.c290 if (mmp_block < le32_to_cpu(es->s_first_data_block) || in ext4_multi_mount_protect()
H A Dsuper.c2882 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_check_descriptors()
3289 le32_to_cpu(sbi->s_es->s_first_data_block) == 0) in descriptor_loc()
3889 first_block = le32_to_cpu(sbi->s_es->s_first_data_block) + in count_overhead()
3959 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block)); in ext4_calculate_overhead()
4640 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { in ext4_fill_super()
4643 le32_to_cpu(es->s_first_data_block), in ext4_fill_super()
4647 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_fill_super()
4655 le32_to_cpu(es->s_first_data_block) + in ext4_fill_super()
4663 le32_to_cpu(es->s_first_data_block), in ext4_fill_super()
H A Dfsmap.c481 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev()
H A Dresize.c71 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) { in ext4_resize_begin()
2012 le32_to_cpu(es->s_first_data_block); in ext4_resize_fs()
H A Dmballoc.c4655 if (goal < le32_to_cpu(es->s_first_data_block) || in ext4_mb_initialize_context()
4657 goal = le32_to_cpu(es->s_first_data_block); in ext4_mb_initialize_context()
5219 if (goal < le32_to_cpu(es->s_first_data_block) || in ext4_mb_new_blocks_simple()
5221 goal = le32_to_cpu(es->s_first_data_block); in ext4_mb_new_blocks_simple()
5865 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block); in ext4_trim_fs()
H A Dialloc.c137 if ((bitmap_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_read_inode_bitmap()
H A Dext4.h1294 __le32 s_first_data_block; /* First Data Block */ member
2423 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block); in ext4_group_first_block_no()
H A Dextents.c1315 if (goal > le32_to_cpu(es->s_first_data_block)) { in ext4_ext_grow_indepth()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnilfs2_ondisk.h158 __le64 s_first_data_block; /* 1st seg disk block number */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnilfs2_ondisk.h158 __le64 s_first_data_block; /* 1st seg disk block number */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnilfs2_ondisk.h158 __le64 s_first_data_block; /* 1st seg disk block number */ member
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dthe_nilfs.c410 nilfs->ns_first_data_block = le64_to_cpu(sbp->s_first_data_block); in nilfs_store_disk_layout()