Home
last modified time | relevance | path

Searched refs:cl_count (Results 1 – 16 of 16) 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()
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 Dsvc_rdma_rw.c1395 if (head->rc_read_pcl.cl_count == 1)
/linux/include/linux/sunrpc/
H A Dsvc_rdma_pcl.h29 unsigned int cl_count; 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()
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 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 Dclient.c163 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()
1221 refcount_inc(&server->nfs_client->cl_count); in nfs_clone_server()
1379 refcount_read(&clp->cl_count), in nfs_server_list_show()
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 Dnfs40client.c158 refcount_inc(&pos->cl_count); in nfs40_walk_client_list()
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.c8714 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_run_exchange_id()
9326 if (refcount_read(&clp->cl_count) > 1) in nfs41_sequence_release()
9355 if (refcount_read(&clp->cl_count) == 1) in nfs41_sequence_call_done()
9404 if (!refcount_inc_not_zero(&clp->cl_count)) in _nfs41_proc_sequence()
10373 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs41_free_stateid()
/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c164 refcount_inc(&clnt->cl_count); in get_gssp_clnt()
/linux/fs/ocfs2/
H A Dinode.c1533 if (le16_to_cpu(cl->cl_count) != ocfs2_chain_recs_per_inode(sb)) { in ocfs2_validate_inode_block()
1536 le16_to_cpu(cl->cl_count)); in ocfs2_validate_inode_block()
1539 if (le16_to_cpu(cl->cl_next_free_rec) > le16_to_cpu(cl->cl_count)) { in ocfs2_validate_inode_block()
/linux/fs/nfsd/
H A Dnfs4xdr.c2268 if (xdr_stream_decode_u64(argp->xdr, &clone->cl_count) < 0) in nfsd4_decode_clone()