Searched refs:ext2_block_group (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_common.h | 76 struct ext2_block_group *ext4fs_get_group_descriptor 78 uint64_t ext4fs_bg_get_block_id(const struct ext2_block_group *bg, 80 uint64_t ext4fs_bg_get_inode_id(const struct ext2_block_group *bg, 82 uint64_t ext4fs_bg_get_inode_table_id(const struct ext2_block_group *bg, 86 uint32_t ext4fs_bg_get_free_blocks(const struct ext2_block_group *bg,
|
H A D | ext4_write.c | 41 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_inc() 71 struct ext2_block_group *bgd = NULL; in ext4fs_update() 96 (struct ext2_block_group *)fs->gdtable, in ext4fs_update() 137 struct ext2_block_group *bgd = NULL; in delete_single_indirect_block() 194 struct ext2_block_group *bgd = NULL; in delete_double_indirect_block() 293 struct ext2_block_group *bgd = NULL; in delete_triple_indirect_block() 454 struct ext2_block_group *bgd = NULL; in ext4fs_delete_file() 631 struct ext2_block_group *bgd = in ext4fs_init() 651 struct ext2_block_group *bgd = in ext4fs_init() 668 struct ext2_block_group *bgd = in ext4fs_init() [all …]
|
H A D | ext4_common.c | 48 struct ext2_block_group *ext4fs_get_group_descriptor in ext4fs_get_group_descriptor() 70 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_dec() 83 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_dec() 96 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_itable_unused_dec() 418 struct ext2_block_group *desc; in ext4fs_checksum_update() 425 int offset = offsetof(struct ext2_block_group, bg_checksum); in ext4fs_checksum_update() 973 struct ext2_block_group *bgd = NULL; in ext4fs_get_new_blk_no() 1031 struct ext2_block_group *bgd = NULL; in ext4fs_get_new_blk_no() 1104 struct ext2_block_group *bgd = NULL; in ext4fs_get_new_inode_no() 1152 struct ext2_block_group *bgd = in ext4fs_get_new_inode_no() [all …]
|
/openbmc/u-boot/include/ |
H A D | ext_common.h | 130 struct ext2_block_group { struct
|