Searched refs:btrfs_wait_ordered_roots (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | ordered-data.h | 201 void btrfs_wait_ordered_roots(struct btrfs_fs_info *fs_info, int nr);
|
D | dev-replace.c | 404 btrfs_wait_ordered_roots(root->fs_info, -1); in btrfs_dev_replace_start() 496 btrfs_wait_ordered_roots(root->fs_info, -1); in btrfs_dev_replace_finishing()
|
D | ordered-data.c | 710 void btrfs_wait_ordered_roots(struct btrfs_fs_info *fs_info, int nr) in btrfs_wait_ordered_roots() function
|
D | super.c | 1088 btrfs_wait_ordered_roots(fs_info, -1); in btrfs_sync_fs()
|
D | transaction.c | 1799 btrfs_wait_ordered_roots(fs_info, -1); in btrfs_wait_delalloc_flush()
|
D | extent-tree.c | 4091 btrfs_wait_ordered_roots(fs_info, -1); in btrfs_alloc_data_chunk_ondemand() 4534 btrfs_wait_ordered_roots(root->fs_info, nr_items); in btrfs_writeback_inodes_sb_nr() 4583 btrfs_wait_ordered_roots(root->fs_info, items); in shrink_delalloc() 4622 btrfs_wait_ordered_roots(root->fs_info, items); in shrink_delalloc()
|
D | relocation.c | 4260 btrfs_wait_ordered_roots(fs_info, -1);
|