Searched refs:nf_ref (Results 1 – 3 of 3) sorted by relevance
1061 __field(int, nf_ref)1068 __entry->nf_ref = refcount_read(&nf->nf_ref);1075 __entry->nf_ref,1106 __entry->nf_ref = refcount_read(&nf->nf_ref);1142 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;1206 __entry->nf_ref = refcount_read(&nf->nf_ref);1224 __field(int, nf_ref)1231 __entry->nf_ref = refcount_read(&nf->nf_ref);1238 __entry->nf_ref,1302 __field(int, nf_ref)[all …]
231 refcount_set(&nf->nf_ref, 1); in nfsd_file_alloc()324 refcount_inc(&nf->nf_ref); in nfsd_file_lru_add()344 if (nf && refcount_inc_not_zero(&nf->nf_ref)) in nfsd_file_get()369 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_put()515 if (!refcount_dec_if_one(&nf->nf_ref)) { in nfsd_file_lru_cb()641 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()1156 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()1181 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
49 refcount_t nf_ref; member