Searched refs:async_delalloc_pages (Results 1 – 4 of 4) sorted by relevance
561 async_pages = atomic_read(&fs_info->async_delalloc_pages); in shrink_delalloc()576 atomic_read(&fs_info->async_delalloc_pages) <= in shrink_delalloc()
776 atomic_t async_delalloc_pages; member
2925 atomic_set(&fs_info->async_delalloc_pages, 0); in btrfs_init_fs_info()
1374 if (atomic_sub_return(nr_pages, &fs_info->async_delalloc_pages) < in async_cow_submit()1498 atomic_add(nr_pages, &fs_info->async_delalloc_pages); in cow_file_range_async()
Completed in 40 milliseconds