HomeSort by relevance Sort by last modified time
    Searched refs:ext2_block_group (Results 1 - 4 of 4) sorted by null

  /external/u-boot/fs/ext4/
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,
ext4_write.c 41 (struct ext2_block_group *bg, const struct ext_filesystem *fs)
54 (struct ext2_block_group *bg, const struct ext_filesystem *fs)
71 struct ext2_block_group *bgd = NULL;
96 (struct ext2_block_group *)fs->gdtable,
137 struct ext2_block_group *bgd = NULL;
194 struct ext2_block_group *bgd = NULL;
293 struct ext2_block_group *bgd = NULL;
454 struct ext2_block_group *bgd = NULL;
631 struct ext2_block_group *bgd =
651 struct ext2_block_group *bgd
    [all...]
ext4_common.c 49 struct ext2_block_group *ext4fs_get_group_descriptor
52 return (struct ext2_block_group *)(fs->gdtable + (bg_idx * fs->gdsize));
71 (struct ext2_block_group *bg, const struct ext_filesystem *fs)
84 (struct ext2_block_group *bg, const struct ext_filesystem *fs)
97 (struct ext2_block_group *bg, const struct ext_filesystem *fs)
122 uint32_t ext4fs_bg_get_free_blocks(const struct ext2_block_group *bg,
132 uint32_t ext4fs_bg_get_free_inodes(const struct ext2_block_group *bg,
141 static inline uint16_t ext4fs_bg_get_flags(const struct ext2_block_group *bg)
146 static inline void ext4fs_bg_set_flags(struct ext2_block_group *bg,
153 uint64_t ext4fs_bg_get_block_id(const struct ext2_block_group *bg
    [all...]
  /external/u-boot/include/
ext_common.h 130 struct ext2_block_group { struct

Completed in 391 milliseconds