Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext2/
Dballoc.c491 if (block < le32_to_cpu(es->s_first_data_block) || in ext2_free_blocks()
504 block_group = (block - le32_to_cpu(es->s_first_data_block)) / in ext2_free_blocks()
506 bit = (block - le32_to_cpu(es->s_first_data_block)) % in ext2_free_blocks()
1272 if (goal < le32_to_cpu(es->s_first_data_block) || in ext2_new_blocks()
1274 goal = le32_to_cpu(es->s_first_data_block); in ext2_new_blocks()
1275 group_no = (goal - le32_to_cpu(es->s_first_data_block)) / in ext2_new_blocks()
1294 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
824 le32_to_cpu(EXT2_SB(sb)->s_es->s_first_data_block); in ext2_group_first_block_no()
Dsuper.c1044 le32_to_cpu(es->s_first_data_block) - 1) in ext2_fill_super()
1394 overhead = le32_to_cpu(es->s_first_data_block); in ext2_statfs()
/linux-4.4.14/fs/ext4/
Dblock_validity.c202 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext4_data_block_valid()
Dballoc.c41 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) >> in ext4_get_group_number()
58 blocknr = blocknr - le32_to_cpu(es->s_first_data_block); in ext4_get_group_no_and_offset()
Dmmp.c287 if (mmp_block < le32_to_cpu(es->s_first_data_block) || in ext4_multi_mount_protect()
Dsuper.c2099 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_check_descriptors()
2427 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block) == 0) in descriptor_loc()
2985 first_block = le32_to_cpu(sbi->s_es->s_first_data_block) + in count_overhead()
3048 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block)); in ext4_calculate_overhead()
3580 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { in ext4_fill_super()
3583 le32_to_cpu(es->s_first_data_block), in ext4_fill_super()
3588 le32_to_cpu(es->s_first_data_block) + in ext4_fill_super()
3596 le32_to_cpu(es->s_first_data_block), in ext4_fill_super()
Dext4.h1150 __le32 s_first_data_block; /* First Data Block */ member
2079 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block); in ext4_group_first_block_no()
Dmballoc.c4190 if (goal < le32_to_cpu(es->s_first_data_block) || in ext4_mb_initialize_context()
4192 goal = le32_to_cpu(es->s_first_data_block); in ext4_mb_initialize_context()
5191 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block); in ext4_trim_fs()
Dresize.c32 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) { in ext4_resize_begin()
Dextents.c1277 if (goal > le32_to_cpu(es->s_first_data_block)) { in ext4_ext_grow_indepth()
/linux-4.4.14/include/linux/
Dnilfs2_fs.h162 __le64 s_first_data_block; /* 1st seg disk block number */ member
/linux-4.4.14/fs/nilfs2/
Dthe_nilfs.c422 nilfs->ns_first_data_block = le64_to_cpu(sbp->s_first_data_block); in nilfs_store_disk_layout()