Lines Matching refs:ext2_block_group
49 struct ext2_block_group *ext4fs_get_group_descriptor in ext4fs_get_group_descriptor()
52 return (struct ext2_block_group *)(fs->gdtable + (bg_idx * fs->gdsize)); in ext4fs_get_group_descriptor()
71 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_dec()
84 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_dec()
97 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_itable_unused_dec()
122 uint32_t ext4fs_bg_get_free_blocks(const struct ext2_block_group *bg, in ext4fs_bg_get_free_blocks()
132 uint32_t ext4fs_bg_get_free_inodes(const struct ext2_block_group *bg, in ext4fs_bg_get_free_inodes()
141 static inline uint16_t ext4fs_bg_get_flags(const struct ext2_block_group *bg) in ext4fs_bg_get_flags()
146 static inline void ext4fs_bg_set_flags(struct ext2_block_group *bg, in ext4fs_bg_set_flags()
153 uint64_t ext4fs_bg_get_block_id(const struct ext2_block_group *bg, in ext4fs_bg_get_block_id()
163 uint64_t ext4fs_bg_get_inode_id(const struct ext2_block_group *bg, in ext4fs_bg_get_inode_id()
174 uint64_t ext4fs_bg_get_inode_table_id(const struct ext2_block_group *bg, in ext4fs_bg_get_inode_table_id()
419 struct ext2_block_group *desc; in ext4fs_checksum_update()
426 int offset = offsetof(struct ext2_block_group, bg_checksum); in ext4fs_checksum_update()
974 struct ext2_block_group *bgd = NULL; in ext4fs_get_new_blk_no()
1032 struct ext2_block_group *bgd = NULL; in ext4fs_get_new_blk_no()
1105 struct ext2_block_group *bgd = NULL; in ext4fs_get_new_inode_no()
1153 struct ext2_block_group *bgd = in ext4fs_get_new_inode_no()
1565 (struct ext2_data *data, int group, struct ext2_block_group *blkgrp) in ext4fs_blockgroup()
1588 struct ext2_block_group blkgrp; in ext4fs_read_inode()