Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dtrace.h1061 __field(int, nf_ref)
1068 __entry->nf_ref = refcount_read(&nf->nf_ref);
1075 __entry->nf_ref,
1106 __entry->nf_ref = refcount_read(&nf->nf_ref);
1142 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;
1206 __entry->nf_ref = refcount_read(&nf->nf_ref);
1224 __field(int, nf_ref)
1231 __entry->nf_ref = refcount_read(&nf->nf_ref);
1238 __entry->nf_ref,
1302 __field(int, nf_ref)
[all …]
H A Dfilecache.c231 refcount_set(&nf->nf_ref, 1); in nfsd_file_alloc()
324 refcount_inc(&nf->nf_ref); in nfsd_file_lru_add()
344 if (nf && refcount_inc_not_zero(&nf->nf_ref)) in nfsd_file_get()
369 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_put()
515 if (!refcount_dec_if_one(&nf->nf_ref)) { in nfsd_file_lru_cb()
641 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()
1156 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
1181 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
H A Dfilecache.h49 refcount_t nf_ref; member