Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ext4/
H A 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);
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.c122 const struct ext_filesystem *fs) in ext4fs_bg_get_free_blocks()
132 const struct ext_filesystem *fs) in ext4fs_bg_get_free_inodes()
153 const struct ext_filesystem *fs) in ext4fs_bg_get_block_id()
163 const struct ext_filesystem *fs) in ext4fs_bg_get_inode_id()
198 struct ext_filesystem *fs = get_fs(); in put_ext4()
238 struct ext_filesystem *fs = get_fs(); in _get_new_inode_no()
279 struct ext_filesystem *fs = get_fs(); in _get_new_blk_no()
419 struct ext_filesystem *fs = get_fs(); in ext4fs_checksum_update()
484 struct ext_filesystem *fs = get_fs(); in ext4fs_update_parent_dentry()
636 struct ext_filesystem *fs = get_fs(); in search_dir()
[all …]
H A Dext4_write.c41 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_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()
760 struct ext_filesystem *fs = get_fs(); in ext4fs_write_file()
[all …]
H A 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()
H A Ddev.c58 struct ext_filesystem *fs = get_fs(); in ext4_read_superblock()
/openbmc/u-boot/include/
H A Dext4fs.h82 struct ext_filesystem { struct
137 struct ext_filesystem *get_fs(void); argument