Home
last modified time | relevance | path

Searched refs:cl_count (Results 1 – 18 of 18) sorted by relevance

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_pcl.c65 pcl->cl_count++; in pcl_insert_position()
105 unsigned int i, segcount = pcl->cl_count; in pcl_alloc_call()
107 pcl->cl_count = 0; in pcl_alloc_call()
156 unsigned int i, segcount = pcl->cl_count; in pcl_alloc_read()
158 pcl->cl_count = 0; in pcl_alloc_read()
206 for (i = 0; i < pcl->cl_count; i++) { in pcl_alloc_write()
H A Dsvc_rdma_recvfrom.c451 rctxt->rc_call_pcl.cl_count = 0; in xdr_count_read_segments()
452 rctxt->rc_read_pcl.cl_count = 0; in xdr_count_read_segments()
472 ++rctxt->rc_read_pcl.cl_count; in xdr_count_read_segments()
474 ++rctxt->rc_call_pcl.cl_count; in xdr_count_read_segments()
550 rctxt->rc_write_pcl.cl_count = 0; in xdr_count_write_chunks()
554 ++rctxt->rc_write_pcl.cl_count; in xdr_count_write_chunks()
618 rctxt->rc_reply_pcl.cl_count = 1; in xdr_check_reply_chunk()
905 if (ctxt->rc_read_pcl.cl_count == 1) in svc_rdma_read_complete()
H A Dsvc_rdma_rw.c1191 if (head->rc_read_pcl.cl_count == 1) in svc_rdma_process_read_list()
/linux/include/linux/sunrpc/
H A Dsvc_rdma_pcl.h29 unsigned int cl_count; member
H A Dclnt.h45 refcount_t cl_count; /* Number of references */ member
/linux/net/sunrpc/
H A Dsysfs.c70 return refcount_inc_not_zero(&ret->cl_count) ? ret : NULL; in rpc_sysfs_client_kobj_get_clnt()
111 refcount_dec(&clnt->cl_count); in rpc_sysfs_clnt_version_show()
126 refcount_dec(&clnt->cl_count); in rpc_sysfs_clnt_program_show()
141 refcount_dec(&clnt->cl_count); in rpc_sysfs_clnt_max_connect_show()
H A Dclnt.c168 if (refcount_read(&clnt->cl_count) == 0) in rpc_clnt_skip_event()
417 refcount_set(&clnt->cl_count, 1); in rpc_new_client()
429 refcount_inc(&parent->cl_count); in rpc_new_client()
1024 if (refcount_dec_and_test(&clnt->cl_count)) in rpc_free_auth()
1037 refcount_inc(&clnt->cl_count); in rpc_hold_client()
1053 if (refcount_dec_not_one(&clnt->cl_count)) in rpc_release_client()
1198 refcount_inc(&clnt->cl_count); in rpc_task_set_client()
H A Drpc_pipe.c426 if (clnt != NULL && refcount_inc_not_zero(&clnt->cl_count)) { in rpc_info_open()
/linux/fs/nfs/
H A Dnfs40proc.c75 if (refcount_read(&clp->cl_count) > 1) in nfs4_renew_release()
123 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_proc_async_renew()
H A Dnfs40client.c158 refcount_inc(&pos->cl_count); in nfs40_walk_client_list()
H A Dnfs4client.c475 refcount_inc(&pos->cl_count); in nfs4_match_client()
620 refcount_inc(&pos->cl_count); in nfs41_walk_client_list()
657 refcount_inc(&clp->cl_count); in nfs4_find_client_ident()
711 refcount_inc(&clp->cl_count); in nfs4_find_client_sessionid()
H A Dnfs4state.c1167 refcount_inc(&clp->cl_count); in nfs4_schedule_state_manager()
1263 refcount_inc(&clp->cl_count); in nfs4_wait_clnt_recover()
2651 } while (refcount_read(&clp->cl_count) > 1 && !signalled()); in nfs4_state_manager()
2698 if (refcount_read(&clp->cl_count) > 1 && !signalled() && in nfs4_run_state_manager()
2705 if (refcount_read(&clp->cl_count) > 1 && !signalled() && in nfs4_run_state_manager()
H A Dlocalio.c207 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs_local_probe_async_work()
H A Dnfs4proc.c8715 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_run_exchange_id()
9327 if (refcount_read(&clp->cl_count) > 1) in nfs41_sequence_release()
9356 if (refcount_read(&clp->cl_count) == 1) in nfs41_sequence_call_done()
9405 if (!refcount_inc_not_zero(&clp->cl_count)) in _nfs41_proc_sequence()
10408 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs41_free_stateid()
/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c158 refcount_inc(&clnt->cl_count); in get_gssp_clnt()
/linux/fs/nfsd/
H A Dxdr4.h717 u64 cl_count; member
H A Dnfs4proc.c1442 dst, clone->cl_dst_pos, clone->cl_count, in nfsd4_clone()
H A Dnfs4xdr.c2301 if (xdr_stream_decode_u64(argp->xdr, &clone->cl_count) < 0) in nfsd4_decode_clone()