nref              229 drivers/atm/lanai.c 	int nref;			/* # of atm_vcc's who reference us */
nref             2298 drivers/atm/lanai.c 	if (--lvcc->nref == 0) {
nref             2334 drivers/atm/lanai.c 	lvcc->nref++;
nref             2505 drivers/atm/lanai.c 	    lvcc->nref, lvcc->stats.rx_nomem);
nref              488 drivers/block/rbd.c 	.nref = REFCOUNT_INIT(1),
nref               77 drivers/clk/clk-xgene.c 	u32 nref;
nref               97 drivers/clk/clk-xgene.c 			nref = CLKR_RD(pll) + 1;
nref              100 drivers/clk/clk-xgene.c 			fref = parent_rate / nref;
nref             1529 fs/ceph/caps.c 		refcount_inc(&capsnap->nref);
nref             2369 fs/ceph/caps.c 			refcount_inc(&capsnap->nref);
nref               69 fs/ceph/snap.c 	     atomic_read(&realm->nref), atomic_read(&realm->nref)+1);
nref               76 fs/ceph/snap.c 	if (atomic_inc_return(&realm->nref) == 1) {
nref              120 fs/ceph/snap.c 	atomic_set(&realm->nref, 1);    /* for caller */
nref              202 fs/ceph/snap.c 	     atomic_read(&realm->nref), atomic_read(&realm->nref)-1);
nref              203 fs/ceph/snap.c 	if (atomic_dec_and_test(&realm->nref))
nref              214 fs/ceph/snap.c 	     atomic_read(&realm->nref), atomic_read(&realm->nref)-1);
nref              215 fs/ceph/snap.c 	if (!atomic_dec_and_test(&realm->nref))
nref              533 fs/ceph/snap.c 	refcount_set(&capsnap->nref, 1);
nref              190 fs/ceph/super.h 	refcount_t nref;
nref              220 fs/ceph/super.h 	if (refcount_dec_and_test(&capsnap->nref)) {
nref              800 fs/ceph/super.h 	atomic_t nref;
nref              164 include/linux/ceph/libceph.h 	refcount_t nref;
nref               39 net/ceph/snapshot.c 	refcount_set(&snapc->nref, 1);
nref               49 net/ceph/snapshot.c 		refcount_inc(&sc->nref);
nref               58 net/ceph/snapshot.c 	if (refcount_dec_and_test(&sc->nref)) {