Home
last modified time | relevance | path

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

/fs/nfsd/
A Dtrace.h1082 __field(int, nf_ref)
1089 __entry->nf_ref = refcount_read(&nf->nf_ref);
1096 __entry->nf_ref,
1126 __entry->nf_ref = refcount_read(&nf->nf_ref);
1162 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;
1226 __entry->nf_ref = refcount_read(&nf->nf_ref);
1244 __field(int, nf_ref)
1251 __entry->nf_ref = refcount_read(&nf->nf_ref);
1258 __entry->nf_ref,
1322 __field(int, nf_ref)
[all …]
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()
541 if (!refcount_dec_if_one(&nf->nf_ref)) { in nfsd_file_lru_cb()
667 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()
1182 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
1207 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
A Dfilecache.h49 refcount_t nf_ref; member

Completed in 10 milliseconds