Searched refs:dirty_log_pages (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | tree-log.c | 2787 ret = btrfs_write_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 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() 2895 &log_root_tree->dirty_log_pages, in btrfs_sync_log() 2905 ret = btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2908 &log_root_tree->dirty_log_pages, in btrfs_sync_log() 2996 ret = find_first_extent_bit(&log->dirty_log_pages, in free_log_tree() 3002 clear_extent_bits(&log->dirty_log_pages, start, end, in free_log_tree()
|
D | transaction.c | 124 clear_btree_io_tree(&root->dirty_log_pages); in switch_commit_roots()
|
D | ctree.h | 1862 struct extent_io_tree dirty_log_pages; member
|
D | disk-io.c | 1275 extent_io_tree_init(&root->dirty_log_pages, in __setup_root()
|
D | extent-tree.c | 7849 set_extent_dirty(&root->dirty_log_pages, buf->start, in btrfs_init_new_buffer() 7852 set_extent_new(&root->dirty_log_pages, buf->start, in btrfs_init_new_buffer()
|