Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dballoc.c508 block_group = (block - le32_to_cpu(es->s_first_data_block)) / in ext2_free_blocks()
510 bit = (block - le32_to_cpu(es->s_first_data_block)) % in ext2_free_blocks()
1180 if ((start_blk <= le32_to_cpu(sbi->s_es->s_first_data_block)) || in ext2_data_block_valid()
1270 if (goal < le32_to_cpu(es->s_first_data_block) || in ext2_new_blocks()
1272 goal = le32_to_cpu(es->s_first_data_block); in ext2_new_blocks()
1273 group_no = (goal - le32_to_cpu(es->s_first_data_block)) / in ext2_new_blocks()
1292 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()
H A Dsuper.c1076 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()
/openbmc/linux/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 Dmmp.c290 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 Dsuper.c3301 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_check_descriptors()
3561 le32_to_cpu(sbi->s_es->s_first_data_block) == 0) in descriptor_loc()
4156 first_block = le32_to_cpu(sbi->s_es->s_first_data_block) + in count_overhead()
4226 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block)); in ext4_calculate_overhead()
4805 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { in ext4_check_geometry()
4808 le32_to_cpu(es->s_first_data_block), in ext4_check_geometry()
4812 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_check_geometry()
4820 le32_to_cpu(es->s_first_data_block) + in ext4_check_geometry()
4828 le32_to_cpu(es->s_first_data_block), in ext4_check_geometry()
H A Dfsmap.c531 bofs = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_getfsmap_datadev()
H A Dmballoc.c4583 ar->pright - size >= le32_to_cpu(es->s_first_data_block)) { in ext4_mb_normalize_request()
5830 if (goal < le32_to_cpu(es->s_first_data_block) || in ext4_mb_initialize_context()
5832 goal = le32_to_cpu(es->s_first_data_block); in ext4_mb_initialize_context()
6103 if (goal < le32_to_cpu(es->s_first_data_block) || in ext4_mb_new_blocks_simple()
6105 goal = le32_to_cpu(es->s_first_data_block); in ext4_mb_new_blocks_simple()
7071 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block); in ext4_trim_fs()
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()
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.h1305 __le32 s_first_data_block; /* First Data Block */ member
2549 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block); in ext4_group_first_block_no()
H A Dinode.c4419 if ((block <= le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block)) || in __ext4_get_inode_loc()
H A Dextents.c1326 if (goal > le32_to_cpu(es->s_first_data_block)) { in ext4_ext_grow_indepth()
/openbmc/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h158 __le64 s_first_data_block; /* 1st seg disk block number */ member
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch98 - uint32_t s_first_data_block; /* First Data Block */
301 - uint32_t s_first_data_block; /* First Data Block */
887 - __u32 s_first_data_block; /* First Data Block */
/openbmc/linux/fs/nilfs2/
H A Dthe_nilfs.c469 nilfs->ns_first_data_block = le64_to_cpu(sbp->s_first_data_block); in nilfs_store_disk_layout()
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst51 - s_first_data_block