Lines Matching refs:get_fs
200 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()
1098 struct ext_filesystem *fs = get_fs(); in ext4fs_get_new_inode_no()
1221 struct ext_filesystem *fs = get_fs(); in alloc_single_indirect_block()
1284 struct ext_filesystem *fs = get_fs(); in alloc_double_indirect_block()
1394 struct ext_filesystem *fs = get_fs(); in alloc_triple_indirect_block()
1574 int log2blksz = get_fs()->dev_desc->log2blksz; in ext4fs_blockgroup()
1575 int desc_size = get_fs()->gdsize; in ext4fs_blockgroup()
1599 struct ext_filesystem *fs = get_fs(); in ext4fs_read_inode()
1600 int log2blksz = get_fs()->dev_desc->log2blksz; in ext4fs_read_inode()
1606 blkgrp = zalloc(get_fs()->gdsize); in ext4fs_read_inode()
1659 - get_fs()->dev_desc->log2blksz; in read_allocated_block()
2344 struct ext_filesystem *fs = get_fs(); in ext4fs_mount()