Searched refs:dirty_log_pages (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | tree-log.c | 2687 ret = btrfs_write_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 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() 2793 &log_root_tree->dirty_log_pages, in btrfs_sync_log() 2803 ret = btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2806 &log_root_tree->dirty_log_pages, in btrfs_sync_log() 2888 ret = find_first_extent_bit(&log->dirty_log_pages, in free_log_tree() 2894 clear_extent_bits(&log->dirty_log_pages, start, end, in free_log_tree()
|
D | transaction.c | 118 clear_btree_io_tree(&root->dirty_log_pages); in switch_commit_roots()
|
D | ctree.h | 1835 struct extent_io_tree dirty_log_pages; member
|
D | disk-io.c | 1266 extent_io_tree_init(&root->dirty_log_pages, in __setup_root()
|
D | extent-tree.c | 7497 set_extent_dirty(&root->dirty_log_pages, buf->start, in btrfs_init_new_buffer() 7500 set_extent_new(&root->dirty_log_pages, buf->start, in btrfs_init_new_buffer()
|