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

/linux-master/fs/netfs/
H A Dio.c156 /* If we decrement nr_copy_ops to 0, the ref belongs to us. */
157 if (atomic_dec_and_test(&rreq->nr_copy_ops))
179 atomic_inc(&rreq->nr_copy_ops);
212 atomic_inc(&rreq->nr_copy_ops);
220 /* If we decrement nr_copy_ops to 0, the usage ref belongs to us. */
221 if (atomic_dec_and_test(&rreq->nr_copy_ops))
/linux-master/include/linux/
H A Dnetfs.h267 atomic_t nr_copy_ops; /* Number of copy-to-cache ops in progress */ member in struct:netfs_io_request

Completed in 110 milliseconds