Searched refs:btrfs_btree_balance_dirty (Results 1 – 7 of 7) sorted by relevance
/fs/btrfs/ |
D | disk-io.h | 72 void btrfs_btree_balance_dirty(struct btrfs_root *root, unsigned long nr);
|
D | transaction.c | 624 btrfs_btree_balance_dirty(info->tree_root, nr); in btrfs_defrag_root() 681 btrfs_btree_balance_dirty(tree_root, nr); in drop_dirty_roots() 728 btrfs_btree_balance_dirty(tree_root, nr); in drop_dirty_roots()
|
D | inode.c | 2236 btrfs_btree_balance_dirty(root, nr); in btrfs_unlink() 2274 btrfs_btree_balance_dirty(root, nr); in btrfs_rmdir() 2895 btrfs_btree_balance_dirty(root, nr); in btrfs_delete_inode() 2901 btrfs_btree_balance_dirty(root, nr); in btrfs_delete_inode() 3621 btrfs_btree_balance_dirty(root, nr); in btrfs_mknod() 3686 btrfs_btree_balance_dirty(root, nr); in btrfs_create() 3736 btrfs_btree_balance_dirty(root, nr); in btrfs_link() 3813 btrfs_btree_balance_dirty(root, nr); in btrfs_mkdir() 4403 btrfs_btree_balance_dirty(root, nr); in btrfs_truncate() 4812 btrfs_btree_balance_dirty(root, nr); in btrfs_symlink()
|
D | ioctl.c | 190 btrfs_btree_balance_dirty(root, nr); in create_subvol() 232 btrfs_btree_balance_dirty(root, nr); in create_snapshot()
|
D | file.c | 1134 btrfs_btree_balance_dirty(root, 1); in btrfs_file_write()
|
D | disk-io.c | 2376 void btrfs_btree_balance_dirty(struct btrfs_root *root, unsigned long nr) in btrfs_btree_balance_dirty() function
|
D | extent-tree.c | 5533 btrfs_btree_balance_dirty(root, nr); in btrfs_drop_dead_reloc_roots() 5546 btrfs_btree_balance_dirty(root, nr); in btrfs_drop_dead_reloc_roots()
|