Searched refs:nf_ref (Results 1 – 3 of 3) sorted by relevance
188 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()1025 refcount_inc(&nf->nf_ref); in nfsd_file_acquire()
660 __field(int, nf_ref)668 __entry->nf_ref = refcount_read(&nf->nf_ref);676 __entry->nf_ref,705 __field(int, nf_ref)717 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;727 __entry->nf_ref, show_nf_flags(__entry->nf_flags),
46 refcount_t nf_ref; member
Completed in 6 milliseconds