cl_count          163 fs/nfs/client.c 	refcount_set(&clp->cl_count, 1);
cl_count          265 fs/nfs/client.c 	if (refcount_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) {
cl_count          297 fs/nfs/client.c 			refcount_inc(&clp->cl_count);
cl_count          324 fs/nfs/client.c 		refcount_inc(&clp->cl_count);
cl_count         1033 fs/nfs/client.c 	refcount_inc(&server->nfs_client->cl_count);
cl_count         1179 fs/nfs/client.c 		   refcount_read(&clp->cl_count),
cl_count          474 fs/nfs/filelayout/filelayout.c 		ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count));
cl_count          477 fs/nfs/filelayout/filelayout.c 	refcount_inc(&ds->ds_clp->cl_count);
cl_count          518 fs/nfs/filelayout/filelayout.c 		offset, ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count));
cl_count          521 fs/nfs/filelayout/filelayout.c 	refcount_inc(&ds->ds_clp->cl_count);
cl_count         1065 fs/nfs/filelayout/filelayout.c 		data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count));
cl_count         1067 fs/nfs/filelayout/filelayout.c 	refcount_inc(&ds->ds_clp->cl_count);
cl_count         1811 fs/nfs/flexfilelayout/flexfilelayout.c 		ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), vers);
cl_count         1814 fs/nfs/flexfilelayout/flexfilelayout.c 	refcount_inc(&ds->ds_clp->cl_count);
cl_count         1878 fs/nfs/flexfilelayout/flexfilelayout.c 		offset, ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count),
cl_count         1882 fs/nfs/flexfilelayout/flexfilelayout.c 	refcount_inc(&ds->ds_clp->cl_count);
cl_count         1963 fs/nfs/flexfilelayout/flexfilelayout.c 		data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count),
cl_count         1967 fs/nfs/flexfilelayout/flexfilelayout.c 	refcount_inc(&ds->ds_clp->cl_count);
cl_count          508 fs/nfs/nfs4client.c 		refcount_inc(&pos->cl_count);
cl_count          588 fs/nfs/nfs4client.c 		refcount_inc(&pos->cl_count);
cl_count          745 fs/nfs/nfs4client.c 		refcount_inc(&pos->cl_count);
cl_count          782 fs/nfs/nfs4client.c 		refcount_inc(&clp->cl_count);
cl_count          837 fs/nfs/nfs4client.c 		refcount_inc(&clp->cl_count);
cl_count         5403 fs/nfs/nfs4proc.c 	if (refcount_read(&clp->cl_count) > 1)
cl_count         5451 fs/nfs/nfs4proc.c 	if (!refcount_inc_not_zero(&clp->cl_count))
cl_count         8144 fs/nfs/nfs4proc.c 	if (!refcount_inc_not_zero(&clp->cl_count))
cl_count         8748 fs/nfs/nfs4proc.c 	if (refcount_read(&clp->cl_count) > 1)
cl_count         8777 fs/nfs/nfs4proc.c 		if (refcount_read(&clp->cl_count) == 1)
cl_count         8828 fs/nfs/nfs4proc.c 	if (!refcount_inc_not_zero(&clp->cl_count))
cl_count         1213 fs/nfs/nfs4state.c 	refcount_inc(&clp->cl_count);
cl_count         1305 fs/nfs/nfs4state.c 	refcount_inc(&clp->cl_count);
cl_count         2616 fs/nfs/nfs4state.c 	} while (refcount_read(&clp->cl_count) > 1 && !signalled());
cl_count         1080 fs/nfsd/nfs4proc.c 			dst->nf_file, clone->cl_dst_pos, clone->cl_count,
cl_count         1743 fs/nfsd/nfs4xdr.c 	p = xdr_decode_hyper(p, &clone->cl_count);
cl_count          509 fs/nfsd/xdr4.h 	u64		cl_count;
cl_count          484 fs/ocfs2/ocfs2_fs.h 	__le16 cl_count;		/* Total chains in this list */
cl_count          414 fs/ocfs2/resize.c 	u16 cl_count = le16_to_cpu(di->id2.i_chain.cl_count);
cl_count          423 fs/ocfs2/resize.c 	else if (input->chain >= cl_count)
cl_count          425 fs/ocfs2/resize.c 	else if (next_free != cl_count && next_free != input->chain)
cl_count          409 fs/ocfs2/suballoc.c 	while (curr < le16_to_cpu(cl->cl_count)) {
cl_count          725 fs/ocfs2/suballoc.c 	if (le16_to_cpu(cl->cl_next_free_rec) < le16_to_cpu(cl->cl_count))
cl_count           29 include/linux/nfs_fs_sb.h 	refcount_t		cl_count;
cl_count           37 include/linux/sunrpc/clnt.h 	atomic_t		cl_count;	/* Number of references */
cl_count          163 net/sunrpc/auth_gss/gss_rpc_upcall.c 		atomic_inc(&clnt->cl_count);
cl_count          173 net/sunrpc/clnt.c 		if (atomic_read(&clnt->cl_count) == 0)
cl_count          427 net/sunrpc/clnt.c 	atomic_set(&clnt->cl_count, 1);
cl_count          438 net/sunrpc/clnt.c 		atomic_inc(&parent->cl_count);
cl_count          918 net/sunrpc/clnt.c 	atomic_inc(&clnt->cl_count);
cl_count          921 net/sunrpc/clnt.c 	if (atomic_dec_and_test(&clnt->cl_count))
cl_count          937 net/sunrpc/clnt.c 		if (!atomic_dec_and_test(&clnt->cl_count))
cl_count         1076 net/sunrpc/clnt.c 		atomic_inc(&clnt->cl_count);
cl_count           93 net/sunrpc/debugfs.c 		if (!atomic_inc_not_zero(&clnt->cl_count)) {
cl_count          426 net/sunrpc/rpc_pipe.c 		if (clnt != NULL && atomic_inc_not_zero(&clnt->cl_count)) {