Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dfilecache.c231 refcount_set(&nf->nf_ref, 1); in nfsd_file_alloc()
327 refcount_inc(&nf->nf_ref); in nfsd_file_lru_add()
347 if (nf && refcount_inc_not_zero(&nf->nf_ref)) in nfsd_file_get()
372 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_put()
523 if (!refcount_dec_if_one(&nf->nf_ref)) { in nfsd_file_lru_cb()
649 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()
1196 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
1223 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
H A Dtrace.h1120 __field(int, nf_ref)
1127 __entry->nf_ref = refcount_read(&nf->nf_ref);
1134 __entry->nf_ref,
1159 __field(unsigned int, nf_ref)
1164 __entry->nf_ref = refcount_read(&nf->nf_ref);
1168 __entry->nf_inode, __entry->nf_ref,
1216 __field(unsigned int, nf_ref)
1227 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;
1237 __entry->nf_ref, show_nf_flags(__entry->nf_flags),
1282 __field(unsigned int, nf_ref)
[all …]
H A Dfilecache.h49 refcount_t nf_ref; member