Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfsd/
A Dtrace.h887 __field(int, nf_ref)
894 __entry->nf_ref = refcount_read(&nf->nf_ref);
901 __entry->nf_ref,
932 __entry->nf_ref = refcount_read(&nf->nf_ref);
968 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;
1032 __entry->nf_ref = refcount_read(&nf->nf_ref);
1050 __field(int, nf_ref)
1057 __entry->nf_ref = refcount_read(&nf->nf_ref);
1064 __entry->nf_ref,
1128 __field(int, nf_ref)
[all …]
A Dfilecache.c327 refcount_set(&nf->nf_ref, 1); in nfsd_file_alloc()
434 if (nf && refcount_inc_not_zero(&nf->nf_ref)) in nfsd_file_get()
459 if (refcount_dec_not_one(&nf->nf_ref)) in nfsd_file_put()
479 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_put()
584 if (!refcount_dec_and_test(&nf->nf_ref)) { in nfsd_file_lru_cb()
670 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()
1094 WARN_ON_ONCE(refcount_dec_and_test(&nf->nf_ref)); in nfsd_file_do_acquire()
1129 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
1143 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
A Dfilecache.h44 refcount_t nf_ref; member

Completed in 8 milliseconds