Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dtrace.h190 __field(int, nf_ref)
198 __entry->nf_ref = atomic_read(&nf->nf_ref);
206 __entry->nf_ref,
235 __field(int, nf_ref)
247 __entry->nf_ref = nf ? atomic_read(&nf->nf_ref) : 0;
256 show_nf_may(__entry->may_flags), __entry->nf_ref,
Dfilecache.c186 atomic_set(&nf->nf_ref, 1); in nfsd_file_alloc()
286 if (atomic_add_unless(&nf->nf_ref, -1, 1)) in nfsd_file_unhash_and_release_locked()
299 count = atomic_dec_return(&nf->nf_ref); in nfsd_file_put_noref()
321 if (likely(atomic_inc_not_zero(&nf->nf_ref))) in nfsd_file_get()
347 if (!atomic_dec_and_test(&nf->nf_ref)) in nfsd_file_dispose_list_sync()
378 if (atomic_read(&nf->nf_ref) > 1) in nfsd_file_lru_cb()
863 atomic_inc(&nf->nf_ref); in nfsd_file_acquire()
Dfilecache.h46 atomic_t nf_ref; member