Searched refs:nf_ref (Results 1 – 3 of 3) sorted by relevance
230 refcount_set(&nf->nf_ref, 1); in nfsd_file_alloc()344 if (nf && refcount_inc_not_zero(&nf->nf_ref)) in nfsd_file_get()369 if (refcount_dec_not_one(&nf->nf_ref)) in nfsd_file_put()389 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_put()529 if (!refcount_dec_and_test(&nf->nf_ref)) { in nfsd_file_lru_cb()612 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()1053 WARN_ON_ONCE(refcount_dec_and_test(&nf->nf_ref)); in nfsd_file_do_acquire()1133 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()1155 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
1038 __field(int, nf_ref)1045 __entry->nf_ref = refcount_read(&nf->nf_ref);1052 __entry->nf_ref,1083 __entry->nf_ref = refcount_read(&nf->nf_ref);1119 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;1183 __entry->nf_ref = refcount_read(&nf->nf_ref);1201 __field(int, nf_ref)1208 __entry->nf_ref = refcount_read(&nf->nf_ref);1215 __entry->nf_ref,1279 __field(int, nf_ref)[all …]
42 refcount_t nf_ref; member
Completed in 11 milliseconds