Searched refs:ext2_block_group (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_common.h | 77 struct ext2_block_group *ext4fs_get_group_descriptor 79 uint64_t ext4fs_bg_get_block_id(const struct ext2_block_group *bg, 81 uint64_t ext4fs_bg_get_inode_id(const struct ext2_block_group *bg, 83 uint64_t ext4fs_bg_get_inode_table_id(const struct ext2_block_group *bg, 87 uint32_t ext4fs_bg_get_free_blocks(const struct ext2_block_group *bg,
|
| H A D | ext4_write.c | 42 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_inc() 55 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_inc() 72 struct ext2_block_group *bgd = NULL; in ext4fs_update() 97 (struct ext2_block_group *)fs->gdtable, in ext4fs_update() 138 struct ext2_block_group *bgd = NULL; in delete_single_indirect_block() 195 struct ext2_block_group *bgd = NULL; in delete_double_indirect_block() 294 struct ext2_block_group *bgd = NULL; in delete_triple_indirect_block() 455 struct ext2_block_group *bgd = NULL; in ext4fs_delete_file() 632 struct ext2_block_group *bgd = in ext4fs_init() 652 struct ext2_block_group *bgd = in ext4fs_init() [all …]
|
| H A D | ext4_common.c | 50 struct ext2_block_group *ext4fs_get_group_descriptor in ext4fs_get_group_descriptor() 53 return (struct ext2_block_group *)(fs->gdtable + (bg_idx * fs->gdsize)); in ext4fs_get_group_descriptor() 72 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_dec() 85 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_dec() 98 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_itable_unused_dec() 123 uint32_t ext4fs_bg_get_free_blocks(const struct ext2_block_group *bg, in ext4fs_bg_get_free_blocks() 133 uint32_t ext4fs_bg_get_free_inodes(const struct ext2_block_group *bg, in ext4fs_bg_get_free_inodes() 142 static inline uint16_t ext4fs_bg_get_flags(const struct ext2_block_group *bg) in ext4fs_bg_get_flags() 147 static inline void ext4fs_bg_set_flags(struct ext2_block_group *bg, in ext4fs_bg_set_flags() 154 uint64_t ext4fs_bg_get_block_id(const struct ext2_block_group *bg, in ext4fs_bg_get_block_id() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ext_common.h | 131 struct ext2_block_group { struct
|