Searched refs:nf_ref (Results 1 – 3 of 3) sorted by relevance
188 refcount_set(&nf->nf_ref, 1); in nfsd_file_alloc()281 if (refcount_dec_not_one(&nf->nf_ref)) in nfsd_file_unhash_and_release_locked()293 if (refcount_dec_and_test(&nf->nf_ref)) { in nfsd_file_put_noref()305 if (refcount_read(&nf->nf_ref) > 2 || !nf->nf_file) { in nfsd_file_put()322 if (likely(refcount_inc_not_zero(&nf->nf_ref))) in nfsd_file_get()348 if (!refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_dispose_list_sync()431 if (refcount_read(&nf->nf_ref) > 1) in nfsd_file_lru_cb()1020 refcount_inc(&nf->nf_ref); in nfsd_file_acquire()
422 __field(int, nf_ref)430 __entry->nf_ref = refcount_read(&nf->nf_ref);438 __entry->nf_ref,467 __field(int, nf_ref)479 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;488 show_nf_may(__entry->may_flags), __entry->nf_ref,
46 refcount_t nf_ref; member