Searched refs:scrub_workers_refcnt (Results 1 – 3 of 3) sorted by relevance
2857 if (refcount_dec_and_mutex_lock(&fs_info->scrub_workers_refcnt, in scrub_workers_put()2879 if (refcount_inc_not_zero(&fs_info->scrub_workers_refcnt)) in scrub_workers_get()2887 if (refcount_read(&fs_info->scrub_workers_refcnt) == 0) { in scrub_workers_get()2890 refcount_set(&fs_info->scrub_workers_refcnt, 1); in scrub_workers_get()2895 refcount_inc(&fs_info->scrub_workers_refcnt); in scrub_workers_get()
705 refcount_t scrub_workers_refcnt; member
1898 refcount_set(&fs_info->scrub_workers_refcnt, 0); in btrfs_init_scrub()
Completed in 21 milliseconds