Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.h78 (const struct ext_filesystem *fs, uint32_t bg_idx);
80 const struct ext_filesystem *fs);
82 const struct ext_filesystem *fs);
84 const struct ext_filesystem *fs);
88 const struct ext_filesystem *fs);
H A 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 …]
H A Dext4_common.c51 (const struct ext_filesystem *fs, uint32_t bg_idx) 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()
124 const struct ext_filesystem *fs) in ext4fs_bg_get_free_blocks()
134 const struct ext_filesystem *fs) in ext4fs_bg_get_free_inodes()
155 const struct ext_filesystem *fs) in ext4fs_bg_get_block_id()
165 const struct ext_filesystem *fs) in ext4fs_bg_get_inode_id()
176 const struct ext_filesystem *fs) in ext4fs_bg_get_inode_table_id()
200 struct ext_filesystem *fs = get_fs(); in put_ext4()
[all …]
H A Dext4_write.c42 (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()
71 struct ext_filesystem *fs = get_fs(); in ext4fs_update()
109 struct ext_filesystem *fs = get_fs(); in ext4fs_get_bgdtable()
145 struct ext_filesystem *fs = get_fs(); in delete_single_indirect_block()
196 struct ext_filesystem *fs = get_fs(); in delete_double_indirect_block()
295 struct ext_filesystem *fs = get_fs(); in delete_triple_indirect_block()
456 struct ext_filesystem *fs = get_fs(); in ext4fs_delete_file()
591 struct ext_filesystem *fs = get_fs(); in ext4fs_init()
690 struct ext_filesystem *fs = get_fs(); in ext4fs_deinit()
[all …]
H A Dext4fs.c31 struct ext_filesystem ext_fs;
33 struct ext_filesystem *get_fs(void) in get_fs()
52 struct ext_filesystem *fs = get_fs(); in ext4fs_read_file()
H A Ddev.c59 struct ext_filesystem *fs = get_fs(); in ext4_read_superblock()
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h81 struct ext_filesystem { struct
138 struct ext_filesystem *get_fs(void); argument