Searched refs:btrfs_wait_marked_extents (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | transaction.h | 220 int btrfs_wait_marked_extents(struct btrfs_root *root,
|
D | tree-log.c | 2844 btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2861 ret = btrfs_wait_marked_extents(log, &log->dirty_log_pages, in btrfs_sync_log() 2887 btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2905 ret = btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2907 ret = btrfs_wait_marked_extents(log_root_tree, in btrfs_sync_log()
|
D | transaction.c | 960 int btrfs_wait_marked_extents(struct btrfs_root *root, in btrfs_wait_marked_extents() function 1036 ret2 = btrfs_wait_marked_extents(root, dirty_pages, mark); in btrfs_write_and_wait_marked_extents()
|