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

/linux-master/fs/ext2/
H A Dballoc.c501 block_group = (block - le32_to_cpu(es->s_first_data_block)) /
503 bit = (block - le32_to_cpu(es->s_first_data_block)) %
1173 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) ||
1263 if (goal < le32_to_cpu(es->s_first_data_block) ||
1265 goal = le32_to_cpu(es->s_first_data_block);
1266 group_no = (goal - le32_to_cpu(es->s_first_data_block)) /
1285 grp_target_blk = ((goal - le32_to_cpu(es->s_first_data_block)) %
H A Dext2.h416 __le32 s_first_data_block; /* First Data Block */ member in struct:ext2_super_block
800 le32_to_cpu(EXT2_SB(sb)->s_es->s_first_data_block);
H A Dsuper.c1076 le32_to_cpu(es->s_first_data_block) - 1)
1434 overhead = le32_to_cpu(es->s_first_data_block);
/linux-master/include/uapi/linux/
H A Dnilfs2_ondisk.h158 __le64 s_first_data_block; /* 1st seg disk block number */ member in struct:nilfs_super_block
/linux-master/fs/ext4/
H A Dblock_validity.c304 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) ||
H A Dmmp.c290 if (mmp_block < le32_to_cpu(es->s_first_data_block) ||
H A Dballoc.c43 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) >>
60 blocknr = blocknr - le32_to_cpu(es->s_first_data_block);
480 if ((bitmap_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) ||
H A Dfsmap.c481 bofs = le32_to_cpu(sbi->s_es->s_first_data_block);
H A Dsuper.c3291 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block);
3546 * block 2, not 1. If s_first_data_block == 0 (bigalloc is enabled
3551 le32_to_cpu(sbi->s_es->s_first_data_block) == 0)
4146 first_block = le32_to_cpu(sbi->s_es->s_first_data_block) +
4216 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block));
4791 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) {
4794 le32_to_cpu(es->s_first_data_block),
4798 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) &&
4806 le32_to_cpu(es->s_first_data_block) +
4814 le32_to_cpu(es->s_first_data_block),
[all...]
H A Dmballoc-test.c184 es->s_first_data_block = cpu_to_le32(0);
H A Dmballoc.c4561 ar->pright - size >= le32_to_cpu(es->s_first_data_block)) {
5799 if (goal < le32_to_cpu(es->s_first_data_block) ||
5801 goal = le32_to_cpu(es->s_first_data_block);
6071 if (goal < le32_to_cpu(es->s_first_data_block) ||
6073 goal = le32_to_cpu(es->s_first_data_block);
6902 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block);
H A Dresize.c70 le32_to_cpu(sbi->s_es->s_first_data_block)) {
2075 le32_to_cpu(es->s_first_data_block);
H A Dialloc.c137 if ((bitmap_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) ||
H A Dext4.h1307 __le32 s_first_data_block; /* First Data Block */ member in struct:ext4_super_block
2560 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block);
H A Dextents.c1324 if (goal > le32_to_cpu(es->s_first_data_block)) {
H A Dinode.c4361 if ((block <= le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) ||
/linux-master/fs/nilfs2/
H A Dthe_nilfs.c463 nilfs->ns_first_data_block = le64_to_cpu(sbp->s_first_data_block);

Completed in 321 milliseconds