Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dfilecache.c241 refcount_set(&nf->nf_ref, 1); in nfsd_file_alloc()
337 refcount_inc(&nf->nf_ref); in nfsd_file_lru_add()
341 refcount_dec(&nf->nf_ref); in nfsd_file_lru_add()
360 if (nf && refcount_inc_not_zero(&nf->nf_ref)) in nfsd_file_get()
385 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_put()
549 if (!refcount_dec_if_one(&nf->nf_ref)) { in nfsd_file_lru_cb()
668 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()
1280 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
1307 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
H A Dtrace.h1123 __field(int, nf_ref)
1130 __entry->nf_ref = refcount_read(&nf->nf_ref);
1137 __entry->nf_ref,
1162 __field(unsigned int, nf_ref)
1167 __entry->nf_ref = refcount_read(&nf->nf_ref);
1171 __entry->nf_inode, __entry->nf_ref,
1219 __field(unsigned int, nf_ref)
1230 __entry->nf_ref = nf ? refcount_read(&nf->nf_ref) : 0;
1240 __entry->nf_ref, show_nf_flags(__entry->nf_flags),
1285 __field(unsigned int, nf_ref)
[all …]
H A Dfilecache.h51 refcount_t nf_ref; member