Home
last modified time | relevance | path

Searched refs:nr_copy_ops (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/netfs/ !
Dio.c156 if (atomic_dec_and_test(&rreq->nr_copy_ops)) in netfs_rreq_copy_terminated()
178 atomic_inc(&rreq->nr_copy_ops); in netfs_rreq_do_write_to_cache()
211 atomic_inc(&rreq->nr_copy_ops); in netfs_rreq_do_write_to_cache()
220 if (atomic_dec_and_test(&rreq->nr_copy_ops)) in netfs_rreq_do_write_to_cache()
/linux-5.19.10/include/linux/ !
Dnetfs.h185 atomic_t nr_copy_ops; /* Number of copy-to-cache ops in progress */ member