nf_ref            186 fs/nfsd/filecache.c 		atomic_set(&nf->nf_ref, 1);
nf_ref            286 fs/nfsd/filecache.c 	if (atomic_add_unless(&nf->nf_ref, -1, 1))
nf_ref            299 fs/nfsd/filecache.c 	count = atomic_dec_return(&nf->nf_ref);
nf_ref            321 fs/nfsd/filecache.c 	if (likely(atomic_inc_not_zero(&nf->nf_ref)))
nf_ref            347 fs/nfsd/filecache.c 		if (!atomic_dec_and_test(&nf->nf_ref))
nf_ref            378 fs/nfsd/filecache.c 	if (atomic_read(&nf->nf_ref) > 1)
nf_ref            869 fs/nfsd/filecache.c 	atomic_inc(&nf->nf_ref);
nf_ref             46 fs/nfsd/filecache.h 	atomic_t		nf_ref;
nf_ref            190 fs/nfsd/trace.h 		__field(int, nf_ref)
nf_ref            198 fs/nfsd/trace.h 		__entry->nf_ref = atomic_read(&nf->nf_ref);
nf_ref            206 fs/nfsd/trace.h 		__entry->nf_ref,
nf_ref            235 fs/nfsd/trace.h 		__field(int, nf_ref)
nf_ref            247 fs/nfsd/trace.h 		__entry->nf_ref = nf ? atomic_read(&nf->nf_ref) : 0;
nf_ref            256 fs/nfsd/trace.h 			show_nf_may(__entry->may_flags), __entry->nf_ref,