Home
last modified time | relevance | path

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

/fs/ext4/
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()
A Dext4_journal.c37 struct ext_filesystem *fs = get_fs(); in ext4fs_init_journal()
94 struct ext_filesystem *fs = get_fs(); in ext4fs_dump_metadata()
131 struct ext_filesystem *fs = get_fs(); in ext4fs_log_gdt()
160 struct ext_filesystem *fs = get_fs(); in ext4fs_log_journal()
192 struct ext_filesystem *fs = get_fs(); in ext4fs_put_metadata()
247 struct ext_filesystem *fs = get_fs(); in ext4fs_push_revoke_blk()
338 struct ext_filesystem *fs = get_fs(); in recover_transaction()
413 struct ext_filesystem *fs = get_fs(); in ext4fs_check_journal_state()
569 struct ext_filesystem *fs = get_fs(); in update_descriptor_block()
616 struct ext_filesystem *fs = get_fs(); in update_commit_block()
[all …]
A Dext4_common.c200 struct ext_filesystem *fs = get_fs(); in put_ext4()
242 struct ext_filesystem *fs = get_fs(); in _get_new_inode_no()
283 struct ext_filesystem *fs = get_fs(); in _get_new_blk_no()
423 struct ext_filesystem *fs = get_fs(); in ext4fs_checksum_update()
488 struct ext_filesystem *fs = get_fs(); in ext4fs_update_parent_dentry()
641 struct ext_filesystem *fs = get_fs(); in search_dir()
875 struct ext_filesystem *fs = get_fs(); in unlink_filename()
970 struct ext_filesystem *fs = get_fs(); in ext4fs_get_new_blk_no()
1575 int desc_size = get_fs()->gdsize; in ext4fs_blockgroup()
1606 blkgrp = zalloc(get_fs()->gdsize); in ext4fs_read_inode()
[all …]
A Dext4_write.c72 struct ext_filesystem *fs = get_fs(); in ext4fs_update()
110 struct ext_filesystem *fs = get_fs(); in ext4fs_get_bgdtable()
146 struct ext_filesystem *fs = get_fs(); in delete_single_indirect_block()
197 struct ext_filesystem *fs = get_fs(); in delete_double_indirect_block()
296 struct ext_filesystem *fs = get_fs(); in delete_triple_indirect_block()
457 struct ext_filesystem *fs = get_fs(); in ext4fs_delete_file()
601 struct ext_filesystem *fs = get_fs(); in ext4fs_init()
700 struct ext_filesystem *fs = get_fs(); in ext4fs_deinit()
770 struct ext_filesystem *fs = get_fs(); in ext4fs_write_file()
865 struct ext_filesystem *fs = get_fs(); in ext4fs_write()
A Dext4fs.c55 struct ext_filesystem *get_fs(void) in get_fs() function
74 struct ext_filesystem *fs = get_fs(); in ext4fs_read_file()

Completed in 12 milliseconds