Searched refs:cl_count (Results 1 – 18 of 18) sorted by relevance
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_pcl.c | 65 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() 159 unsigned int i, segcount = pcl->cl_count; in pcl_alloc_read() 161 pcl->cl_count = 0; in pcl_alloc_read() 209 for (i = 0; i < pcl->cl_count; i++) { in pcl_alloc_write()
|
| H A D | svc_rdma_rw.c | 1163 if (head->rc_read_pcl.cl_count == 1)
|
| /linux/include/linux/sunrpc/ |
| H A D | svc_rdma_pcl.h | 29 unsigned int cl_count; member
|
| /linux/net/sunrpc/ |
| H A D | sysfs.c | 70 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 D | clnt.c | 168 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() 1038 if (refcount_dec_not_one(&clnt->cl_count)) in rpc_release_client() 1183 refcount_inc(&clnt->cl_count); in rpc_task_set_client()
|
| H A D | rpc_pipe.c | 426 if (clnt != NULL && refcount_inc_not_zero(&clnt->cl_count)) { in rpc_info_open()
|
| /linux/fs/nfs/ |
| H A D | nfs40proc.c | 75 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 D | client.c | 163 refcount_set(&clp->cl_count, 1); in nfs_alloc_client() 273 if (refcount_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) { in nfs_put_client() 305 refcount_inc(&clp->cl_count); in nfs_match_client() 350 refcount_inc(&clp->cl_count); in nfs_match_client() 1237 refcount_inc(&server->nfs_client->cl_count); in nfs_clone_server() 1395 refcount_read(&clp->cl_count), in nfs_volume_list_start()
|
| H A D | nfs4client.c | 475 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 D | nfs40client.c | 158 refcount_inc(&pos->cl_count); in nfs40_walk_client_list()
|
| H A D | nfs4state.c | 1167 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 D | localio.c | 207 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs_local_probe_async_work()
|
| H A D | nfs4proc.c | 8715 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() 10406 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs41_free_lock_state()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_upcall.c | 164 refcount_inc(&clnt->cl_count); in get_gssp_clnt()
|
| /linux/fs/ocfs2/ |
| H A D | inode.c | 1670 if (le16_to_cpu(cl->cl_count) != ocfs2_chain_recs_per_inode(sb)) { in ocfs2_filecheck_repair_inode_block() 1673 le16_to_cpu(cl->cl_count)); in ocfs2_filecheck_repair_inode_block() 1676 if (le16_to_cpu(cl->cl_next_free_rec) > le16_to_cpu(cl->cl_count)) { in ocfs2_filecheck_repair_inode_block()
|
| /linux/fs/nfsd/ |
| H A D | xdr4.h | 717 u64 cl_count; 703 u64 cl_count; global() member
|
| H A D | nfs4proc.c | 1416 dst, clone->cl_dst_pos, clone->cl_count, in nfsd4_clone()
|
| H A D | nfs4xdr.c | 2269 if (xdr_stream_decode_u64(argp->xdr, &clone->cl_count) < 0) in nfsd4_decode_clone()
|