Searched refs:btrfs_wait_ordered_roots (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | ordered-data.h | 199 void btrfs_wait_ordered_roots(struct btrfs_fs_info *fs_info, int nr);
|
D | dev-replace.c | 401 btrfs_wait_ordered_roots(root->fs_info, -1); in btrfs_dev_replace_start() 494 btrfs_wait_ordered_roots(root->fs_info, -1); in btrfs_dev_replace_finishing()
|
D | ordered-data.c | 656 void btrfs_wait_ordered_roots(struct btrfs_fs_info *fs_info, int nr) in btrfs_wait_ordered_roots() function
|
D | super.c | 1000 btrfs_wait_ordered_roots(fs_info, -1); in btrfs_sync_fs()
|
D | transaction.c | 1745 btrfs_wait_ordered_roots(fs_info, -1); in btrfs_wait_delalloc_flush()
|
D | extent-tree.c | 3980 btrfs_wait_ordered_roots(fs_info, -1); in btrfs_check_data_free_space() 4322 btrfs_wait_ordered_roots(root->fs_info, nr_items); in btrfs_writeback_inodes_sb_nr() 4371 btrfs_wait_ordered_roots(root->fs_info, items); in shrink_delalloc() 4410 btrfs_wait_ordered_roots(root->fs_info, items); in shrink_delalloc()
|
D | relocation.c | 4253 btrfs_wait_ordered_roots(fs_info, -1);
|