Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfsd/
Dfilecache.c188 refcount_set(&nf->nf_ref, 1); in nfsd_file_alloc()
282 if (refcount_dec_not_one(&nf->nf_ref)) in nfsd_file_unhash_and_release_locked()
294 if (refcount_dec_and_test(&nf->nf_ref)) { in nfsd_file_put_noref()
306 if (refcount_read(&nf->nf_ref) > 2 || !nf->nf_file) { in nfsd_file_put()
323 if (likely(refcount_inc_not_zero(&nf->nf_ref))) in nfsd_file_get()
349 if (!refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_dispose_list_sync()
432 if (refcount_read(&nf->nf_ref) > 1) in nfsd_file_lru_cb()
1019 refcount_inc(&nf->nf_ref); in nfsd_file_acquire()
Dtrace.h451 __field(int, nf_ref)
459 __entry->nf_ref = refcount_read(&nf->nf_ref);
467 __entry->nf_ref,
496 __field(int, nf_ref)
508 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;
517 show_nf_may(__entry->may_flags), __entry->nf_ref,
Dfilecache.h46 refcount_t nf_ref; member