Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddisk-io.c406 io_tree = &BTRFS_I(fs_info->btree_inode)->io_tree; in btree_read_extent_buffer_pages()
2117 struct inode *inode = fs_info->btree_inode; in btrfs_init_btree_inode()
2939 fs_info->btree_inode = new_inode(sb); in open_ctree()
2940 if (!fs_info->btree_inode) { in open_ctree()
2944 mapping_set_gfp_mask(fs_info->btree_inode->i_mapping, GFP_NOFS); in open_ctree()
3442 filemap_write_and_wait(fs_info->btree_inode->i_mapping); in open_ctree()
3457 invalidate_inode_pages2(fs_info->btree_inode->i_mapping); in open_ctree()
3465 iput(fs_info->btree_inode); in open_ctree()
4200 invalidate_inode_pages2(fs_info->btree_inode->i_mapping); in close_ctree()
4216 iput(fs_info->btree_inode); in close_ctree()
[all …]
H A Dtransaction.c381 IO_TREE_TRANS_DIRTY_PAGES, fs_info->btree_inode); in join_transaction()
1012 struct address_space *mapping = fs_info->btree_inode->i_mapping; in btrfs_write_marked_extents()
1017 atomic_inc(&BTRFS_I(fs_info->btree_inode)->sync_writers); in btrfs_write_marked_extents()
1053 atomic_dec(&BTRFS_I(fs_info->btree_inode)->sync_writers); in btrfs_write_marked_extents()
1068 struct address_space *mapping = fs_info->btree_inode->i_mapping; in __btrfs_wait_marked_extents()
H A Dsuper.c1377 filemap_flush(fs_info->btree_inode->i_mapping); in btrfs_sync_fs()
H A Dctree.h681 struct inode *btree_inode; member
H A Dextent_io.c5199 struct address_space *mapping = fs_info->btree_inode->i_mapping; in alloc_extent_buffer()