Home
last modified time | relevance | path

Searched refs:get_fs (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/fs/ext4/
H A Ddev.c43 get_fs()->dev_desc = rbdd; in ext4fs_set_blk_dev()
46 get_fs()->total_sect = ((uint64_t)info->size * info->blksz) >> in ext4fs_set_blk_dev()
47 get_fs()->dev_desc->log2blksz; in ext4fs_set_blk_dev()
53 return fs_devread(get_fs()->dev_desc, part_info, sector, byte_offset, in ext4fs_devread()
59 struct ext_filesystem *fs = get_fs(); in ext4_read_superblock()
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_write.c71 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()
761 struct ext_filesystem *fs = get_fs(); in ext4fs_write_file()
856 struct ext_filesystem *fs = get_fs(); in ext4fs_write()
H A Dext4_common.c200 struct ext_filesystem *fs = get_fs(); in put_ext4()
240 struct ext_filesystem *fs = get_fs(); in _get_new_inode_no()
281 struct ext_filesystem *fs = get_fs(); in _get_new_blk_no()
421 struct ext_filesystem *fs = get_fs(); in ext4fs_checksum_update()
486 struct ext_filesystem *fs = get_fs(); in ext4fs_update_parent_dentry()
638 struct ext_filesystem *fs = get_fs(); in search_dir()
872 struct ext_filesystem *fs = get_fs(); in unlink_filename()
967 struct ext_filesystem *fs = get_fs(); in ext4fs_get_new_blk_no()
1095 struct ext_filesystem *fs = get_fs(); in ext4fs_get_new_inode_no()
1219 struct ext_filesystem *fs = get_fs(); in alloc_single_indirect_block()
[all …]
H A Dext4fs.c33 struct ext_filesystem *get_fs(void) in get_fs() function
52 struct ext_filesystem *fs = get_fs(); in ext4fs_read_file()
/rk3399_rockchip-uboot/include/
H A Dext4fs.h138 struct ext_filesystem *get_fs(void);