Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetfs.h142 atomic_t nr_wr_ops; /* Number of write ops in progress */ member
/Linux-v5.15/fs/netfs/
Dread_helper.c283 if (atomic_dec_and_test(&rreq->nr_wr_ops)) in netfs_rreq_copy_terminated()
305 atomic_inc(&rreq->nr_wr_ops); in netfs_rreq_do_write_to_cache()
336 atomic_inc(&rreq->nr_wr_ops); in netfs_rreq_do_write_to_cache()
345 if (atomic_dec_and_test(&rreq->nr_wr_ops)) in netfs_rreq_do_write_to_cache()