Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Ddev.c42 get_fs()->dev_desc = rbdd; in ext4fs_set_blk_dev()
45 get_fs()->total_sect = ((uint64_t)info->size * info->blksz) >> in ext4fs_set_blk_dev()
46 get_fs()->dev_desc->log2blksz; in ext4fs_set_blk_dev()
52 return fs_devread(get_fs()->dev_desc, part_info, sector, byte_offset, in ext4fs_devread()
58 struct ext_filesystem *fs = get_fs(); in ext4_read_superblock()
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_write.c70 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()
855 struct ext_filesystem *fs = get_fs(); in ext4fs_write()
Dext4_common.c199 struct ext_filesystem *fs = get_fs(); in put_ext4()
239 struct ext_filesystem *fs = get_fs(); in _get_new_inode_no()
280 struct ext_filesystem *fs = get_fs(); in _get_new_blk_no()
420 struct ext_filesystem *fs = get_fs(); in ext4fs_checksum_update()
485 struct ext_filesystem *fs = get_fs(); in ext4fs_update_parent_dentry()
637 struct ext_filesystem *fs = get_fs(); in search_dir()
871 struct ext_filesystem *fs = get_fs(); in unlink_filename()
966 struct ext_filesystem *fs = get_fs(); in ext4fs_get_new_blk_no()
1094 struct ext_filesystem *fs = get_fs(); in ext4fs_get_new_inode_no()
1218 struct ext_filesystem *fs = get_fs(); in alloc_single_indirect_block()
[all …]
Dext4fs.c32 struct ext_filesystem *get_fs(void) in get_fs() function
51 struct ext_filesystem *fs = get_fs(); in ext4fs_read_file()
/external/u-boot/include/
Dext4fs.h136 struct ext_filesystem *get_fs(void);
/external/pdfium/fxjs/
Dcjs_app.h33 CJS_Return get_fs(CJS_Runtime* pRuntime);
Dcjs_app.cpp289 CJS_Return app::get_fs(CJS_Runtime* pRuntime) { in get_fs() function in app
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c206 vmwrite(HOST_FS_SELECTOR, get_fs()); in init_vmcs_host_state()
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h164 static inline uint16_t get_fs(void) in get_fs() function