Home
last modified time | relevance | path

Searched refs:nf_ref (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dtrace.h888 __field(int, nf_ref)
895 __entry->nf_ref = refcount_read(&nf->nf_ref);
902 __entry->nf_ref,
933 __entry->nf_ref = refcount_read(&nf->nf_ref);
969 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;
1033 __entry->nf_ref = refcount_read(&nf->nf_ref);
1051 __field(int, nf_ref)
1058 __entry->nf_ref = refcount_read(&nf->nf_ref);
1065 __entry->nf_ref,
1129 __field(int, nf_ref)
[all …]
H A Dfilecache.c230 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()
471 if (!refcount_dec_and_test(&nf->nf_ref)) { in nfsd_file_lru_cb()
557 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()
1018 WARN_ON_ONCE(refcount_dec_and_test(&nf->nf_ref)); in nfsd_file_do_acquire()
1098 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
1120 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
H A Dfilecache.h42 refcount_t nf_ref; member