Home
last modified time | relevance | path

Searched refs:ext_filesystem (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/fs/ext4/
Dext4_common.h77 (const struct ext_filesystem *fs, uint32_t bg_idx);
79 const struct ext_filesystem *fs);
81 const struct ext_filesystem *fs);
83 const struct ext_filesystem *fs);
87 const struct ext_filesystem *fs);
Dext4_journal.c36 struct ext_filesystem *fs = get_fs(); in ext4fs_init_journal()
93 struct ext_filesystem *fs = get_fs(); in ext4fs_dump_metadata()
134 struct ext_filesystem *fs = get_fs(); in ext4fs_log_gdt()
156 struct ext_filesystem *fs = get_fs(); in ext4fs_log_journal()
188 struct ext_filesystem *fs = get_fs(); in ext4fs_put_metadata()
243 struct ext_filesystem *fs = get_fs(); in ext4fs_push_revoke_blk()
335 struct ext_filesystem *fs = get_fs(); in recover_transaction()
410 struct ext_filesystem *fs = get_fs(); in ext4fs_check_journal_state()
562 struct ext_filesystem *fs = get_fs(); in update_descriptor_block()
609 struct ext_filesystem *fs = get_fs(); in update_commit_block()
[all …]
Dext4_common.c50 (const struct ext_filesystem *fs, uint32_t bg_idx) 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()
123 const struct ext_filesystem *fs) in ext4fs_bg_get_free_blocks()
133 const struct ext_filesystem *fs) in ext4fs_bg_get_free_inodes()
154 const struct ext_filesystem *fs) in ext4fs_bg_get_block_id()
164 const struct ext_filesystem *fs) in ext4fs_bg_get_inode_id()
175 const struct ext_filesystem *fs) in ext4fs_bg_get_inode_table_id()
199 struct ext_filesystem *fs = get_fs(); in put_ext4()
[all …]
Dext4_write.c41 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_inc()
54 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_inc()
70 struct ext_filesystem *fs = get_fs(); in ext4fs_update()
108 struct ext_filesystem *fs = get_fs(); in ext4fs_get_bgdtable()
144 struct ext_filesystem *fs = get_fs(); in delete_single_indirect_block()
195 struct ext_filesystem *fs = get_fs(); in delete_double_indirect_block()
294 struct ext_filesystem *fs = get_fs(); in delete_triple_indirect_block()
455 struct ext_filesystem *fs = get_fs(); in ext4fs_delete_file()
590 struct ext_filesystem *fs = get_fs(); in ext4fs_init()
689 struct ext_filesystem *fs = get_fs(); in ext4fs_deinit()
[all …]
Dext4fs.c30 struct ext_filesystem ext_fs;
32 struct ext_filesystem *get_fs(void) in get_fs()
51 struct ext_filesystem *fs = get_fs(); in ext4fs_read_file()
Ddev.c58 struct ext_filesystem *fs = get_fs(); in ext4_read_superblock()
/external/u-boot/include/
Dext4fs.h81 struct ext_filesystem { struct
136 struct ext_filesystem *get_fs(void); argument