Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Ddisk-io.c406 io_tree = &BTRFS_I(fs_info->btree_inode)->io_tree; in btree_read_extent_buffer_pages()
2108 struct inode *inode = fs_info->btree_inode; in btrfs_init_btree_inode()
2912 fs_info->btree_inode = new_inode(sb); in open_ctree()
2913 if (!fs_info->btree_inode) { in open_ctree()
2917 mapping_set_gfp_mask(fs_info->btree_inode->i_mapping, GFP_NOFS); in open_ctree()
3407 filemap_write_and_wait(fs_info->btree_inode->i_mapping); in open_ctree()
3422 invalidate_inode_pages2(fs_info->btree_inode->i_mapping); in open_ctree()
3430 iput(fs_info->btree_inode); in open_ctree()
4128 invalidate_inode_pages2(fs_info->btree_inode->i_mapping); in close_ctree()
4144 iput(fs_info->btree_inode); in close_ctree()
[all …]
Dtransaction.c341 IO_TREE_TRANS_DIRTY_PAGES, fs_info->btree_inode); in join_transaction()
972 struct address_space *mapping = fs_info->btree_inode->i_mapping; in btrfs_write_marked_extents()
977 atomic_inc(&BTRFS_I(fs_info->btree_inode)->sync_writers); in btrfs_write_marked_extents()
1013 atomic_dec(&BTRFS_I(fs_info->btree_inode)->sync_writers); in btrfs_write_marked_extents()
1028 struct address_space *mapping = fs_info->btree_inode->i_mapping; in __btrfs_wait_marked_extents()
Dsuper.c1352 filemap_flush(fs_info->btree_inode->i_mapping); in btrfs_sync_fs()
Dctree.h673 struct inode *btree_inode; member
Dextent_io.c5190 struct address_space *mapping = fs_info->btree_inode->i_mapping; in alloc_extent_buffer()