Searched refs:dirty_log_pages (Results 1 – 4 of 4) sorted by relevance
/fs/btrfs/ |
D | tree-log.c | 2094 ret = btrfs_write_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2136 btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2144 btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2165 btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2172 &log_root_tree->dirty_log_pages, in btrfs_sync_log() 2179 btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); in btrfs_sync_log() 2237 ret = find_first_extent_bit(&log->dirty_log_pages, in free_log_tree() 2242 clear_extent_bits(&log->dirty_log_pages, start, end, in free_log_tree()
|
D | ctree.h | 1307 struct extent_io_tree dirty_log_pages; member
|
D | extent-tree.c | 6204 set_extent_dirty(&root->dirty_log_pages, buf->start, in btrfs_init_new_buffer() 6207 set_extent_new(&root->dirty_log_pages, buf->start, in btrfs_init_new_buffer()
|
D | disk-io.c | 1172 extent_io_tree_init(&root->dirty_log_pages, in __setup_root()
|