Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
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()
A Dsvc_rdma_recvfrom.c424 rctxt->rc_call_pcl.cl_count = 0; in xdr_count_read_segments()
425 rctxt->rc_read_pcl.cl_count = 0; in xdr_count_read_segments()
440 ++rctxt->rc_read_pcl.cl_count; in xdr_count_read_segments()
442 ++rctxt->rc_call_pcl.cl_count; in xdr_count_read_segments()
509 rctxt->rc_write_pcl.cl_count = 0; in xdr_count_write_chunks()
513 ++rctxt->rc_write_pcl.cl_count; in xdr_count_write_chunks()
577 rctxt->rc_reply_pcl.cl_count = 1; in xdr_check_reply_chunk()
A Dsvc_rdma_rw.c1135 if (head->rc_read_pcl.cl_count == 1) in svc_rdma_process_read_list()
/linux/fs/ocfs2/
A Dresize.c412 u16 cl_count = le16_to_cpu(di->id2.i_chain.cl_count); in ocfs2_verify_group_and_input() local
421 else if (input->chain >= cl_count) in ocfs2_verify_group_and_input()
423 else if (next_free != cl_count && next_free != input->chain) in ocfs2_verify_group_and_input()
A Docfs2_fs.h482 __le16 cl_count; /* Total chains in this list */ member
A Dsuballoc.c407 while (curr < le16_to_cpu(cl->cl_count)) { in ocfs2_find_smallest_chain()
723 if (le16_to_cpu(cl->cl_next_free_rec) < le16_to_cpu(cl->cl_count)) in ocfs2_block_group_alloc()
/linux/fs/nfs/filelayout/
A Dfilelayout.c473 ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count)); in filelayout_read_pagelist()
476 refcount_inc(&ds->ds_clp->cl_count); in filelayout_read_pagelist()
517 offset, ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count)); in filelayout_write_pagelist()
520 refcount_inc(&ds->ds_clp->cl_count); in filelayout_write_pagelist()
996 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count)); in filelayout_initiate_commit()
998 refcount_inc(&ds->ds_clp->cl_count); in filelayout_initiate_commit()
/linux/fs/nfs/
A Dclient.c164 refcount_set(&clp->cl_count, 1); in nfs_alloc_client()
267 if (refcount_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) { in nfs_put_client()
299 refcount_inc(&clp->cl_count); in nfs_match_client()
332 refcount_inc(&clp->cl_count); in nfs_match_client()
1095 refcount_inc(&server->nfs_client->cl_count); in nfs_clone_server()
1239 refcount_read(&clp->cl_count), in nfs_server_list_show()
A Dnfs4client.c539 refcount_inc(&pos->cl_count); in nfs4_match_client()
619 refcount_inc(&pos->cl_count); in nfs40_walk_client_list()
777 refcount_inc(&pos->cl_count); in nfs41_walk_client_list()
814 refcount_inc(&clp->cl_count); in nfs4_find_client_ident()
869 refcount_inc(&clp->cl_count); in nfs4_find_client_sessionid()
A Dnfs4state.c1213 refcount_inc(&clp->cl_count); in nfs4_schedule_state_manager()
1305 refcount_inc(&clp->cl_count); in nfs4_wait_clnt_recover()
2673 } while (refcount_read(&clp->cl_count) > 1 && !signalled()); in nfs4_state_manager()
A Dnfs4proc.c5575 if (refcount_read(&clp->cl_count) > 1) in nfs4_renew_release()
5623 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_proc_async_renew()
8503 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_run_exchange_id()
9098 if (refcount_read(&clp->cl_count) > 1) in nfs41_sequence_release()
9127 if (refcount_read(&clp->cl_count) == 1) in nfs41_sequence_call_done()
9176 if (!refcount_inc_not_zero(&clp->cl_count)) in _nfs41_proc_sequence()
10104 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs41_free_stateid()
/linux/include/linux/sunrpc/
A Dsvc_rdma_pcl.h29 unsigned int cl_count; member
A Dclnt.h39 refcount_t cl_count; /* Number of references */ member
/linux/include/linux/
A Dnfs_fs_sb.h29 refcount_t cl_count; member
/linux/net/sunrpc/
A Ddebugfs.c93 if (!refcount_inc_not_zero(&clnt->cl_count)) { in tasks_open()
A Dclnt.c170 if (refcount_read(&clnt->cl_count) == 0) in rpc_clnt_skip_event()
422 refcount_set(&clnt->cl_count, 1); in rpc_new_client()
434 refcount_inc(&parent->cl_count); in rpc_new_client()
930 if (refcount_dec_and_test(&clnt->cl_count)) in rpc_free_auth()
944 if (refcount_dec_not_one(&clnt->cl_count)) in rpc_release_client()
1081 refcount_inc(&clnt->cl_count); in rpc_task_set_client()
A Drpc_pipe.c426 if (clnt != NULL && refcount_inc_not_zero(&clnt->cl_count)) { in rpc_info_open()
/linux/fs/nfs/flexfilelayout/
A Dflexfilelayout.c1775 ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), vers); in ff_layout_read_pagelist()
1778 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_read_pagelist()
1842 offset, ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), in ff_layout_write_pagelist()
1846 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_write_pagelist()
1927 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count), in ff_layout_initiate_commit()
1931 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_initiate_commit()
/linux/net/sunrpc/auth_gss/
A Dgss_rpc_upcall.c163 refcount_inc(&clnt->cl_count); in get_gssp_clnt()
/linux/fs/nfsd/
A Dxdr4.h524 u64 cl_count; member
A Dnfs4proc.c1105 dst, clone->cl_dst_pos, clone->cl_count, in nfsd4_clone()
A Dnfs4xdr.c2001 if (xdr_stream_decode_u64(argp->xdr, &clone->cl_count) < 0) in nfsd4_decode_clone()

Completed in 103 milliseconds