Searched refs:btrfs_wait_marked_extents (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | transaction.h | 187 int btrfs_wait_marked_extents(struct btrfs_root *root,
|
D | tree-log.c | 2742 btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2759 ret = btrfs_wait_marked_extents(log, &log->dirty_log_pages, in btrfs_sync_log() 2785 btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2803 ret = btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2805 ret = btrfs_wait_marked_extents(log_root_tree, in btrfs_sync_log()
|
D | transaction.c | 916 int btrfs_wait_marked_extents(struct btrfs_root *root, in btrfs_wait_marked_extents() function 992 ret2 = btrfs_wait_marked_extents(root, dirty_pages, mark); in btrfs_write_and_wait_marked_extents()
|