Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ext4/
H A 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()
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.c198 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()
870 struct ext_filesystem *fs = get_fs(); in unlink_filename()
965 struct ext_filesystem *fs = get_fs(); in ext4fs_get_new_blk_no()
1093 struct ext_filesystem *fs = get_fs(); in ext4fs_get_new_inode_no()
1217 struct ext_filesystem *fs = get_fs(); in alloc_single_indirect_block()
[all …]
H A 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()
H A Dext4fs.c32 struct ext_filesystem *get_fs(void) in get_fs() function
51 struct ext_filesystem *fs = get_fs(); in ext4fs_read_file()
/openbmc/u-boot/include/
H A Dext4fs.h137 struct ext_filesystem *get_fs(void);
/openbmc/linux/arch/m68k/sun3/
H A Dmmu_emu.c419 pr_info("seg:%ld crp:%p ->", get_fs().seg, crp); in mmu_emu_handle_fault()
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c259 vmwrite(HOST_FS_SELECTOR, get_fs()); in init_vmcs_host_state()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h486 static inline uint16_t get_fs(void) in get_fs() function