Searched refs:cl_count (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ |
| D | resize.c | 414 u16 cl_count = le16_to_cpu(di->id2.i_chain.cl_count); in ocfs2_verify_group_and_input() local 423 else if (input->chain >= cl_count) in ocfs2_verify_group_and_input() 425 else if (next_free != cl_count && next_free != input->chain) in ocfs2_verify_group_and_input()
|
| D | ocfs2_fs.h | 484 __le16 cl_count; /* Total chains in this list */ member
|
| D | suballoc.c | 409 while (curr < le16_to_cpu(cl->cl_count)) { in ocfs2_find_smallest_chain() 725 if (le16_to_cpu(cl->cl_next_free_rec) < le16_to_cpu(cl->cl_count)) in ocfs2_block_group_alloc()
|
| /Linux-v5.4/fs/nfs/filelayout/ |
| D | filelayout.c | 474 ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count)); in filelayout_read_pagelist() 477 refcount_inc(&ds->ds_clp->cl_count); in filelayout_read_pagelist() 518 offset, ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count)); in filelayout_write_pagelist() 521 refcount_inc(&ds->ds_clp->cl_count); in filelayout_write_pagelist() 1065 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count)); in filelayout_initiate_commit() 1067 refcount_inc(&ds->ds_clp->cl_count); in filelayout_initiate_commit()
|
| /Linux-v5.4/fs/nfs/ |
| D | client.c | 162 refcount_set(&clp->cl_count, 1); in nfs_alloc_client() 264 if (refcount_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) { in nfs_put_client() 296 refcount_inc(&clp->cl_count); in nfs_match_client() 323 refcount_inc(&clp->cl_count); in nfs_match_client() 1032 refcount_inc(&server->nfs_client->cl_count); in nfs_clone_server() 1178 refcount_read(&clp->cl_count), in nfs_server_list_show()
|
| D | nfs4client.c | 509 refcount_inc(&pos->cl_count); in nfs4_match_client() 589 refcount_inc(&pos->cl_count); in nfs40_walk_client_list() 746 refcount_inc(&pos->cl_count); in nfs41_walk_client_list() 783 refcount_inc(&clp->cl_count); in nfs4_find_client_ident() 838 refcount_inc(&clp->cl_count); in nfs4_find_client_sessionid()
|
| D | nfs4state.c | 1215 refcount_inc(&clp->cl_count); in nfs4_schedule_state_manager() 1307 refcount_inc(&clp->cl_count); in nfs4_wait_clnt_recover() 2618 } while (refcount_read(&clp->cl_count) > 1 && !signalled()); in nfs4_state_manager()
|
| D | nfs4proc.c | 5378 if (refcount_read(&clp->cl_count) > 1) in nfs4_renew_release() 5426 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_proc_async_renew() 8096 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_run_exchange_id() 8697 if (refcount_read(&clp->cl_count) > 1) in nfs41_sequence_release() 8726 if (refcount_read(&clp->cl_count) == 1) in nfs41_sequence_call_done() 8777 if (!refcount_inc_not_zero(&clp->cl_count)) in _nfs41_proc_sequence()
|
| /Linux-v5.4/include/linux/ |
| D | nfs_fs_sb.h | 29 refcount_t cl_count; member
|
| /Linux-v5.4/include/linux/sunrpc/ |
| D | clnt.h | 37 atomic_t cl_count; /* Number of references */ member
|
| /Linux-v5.4/net/sunrpc/ |
| D | clnt.c | 173 if (atomic_read(&clnt->cl_count) == 0) in rpc_clnt_skip_event() 427 atomic_set(&clnt->cl_count, 1); in rpc_new_client() 438 atomic_inc(&parent->cl_count); in rpc_new_client() 918 atomic_inc(&clnt->cl_count); in rpc_free_auth() 921 if (atomic_dec_and_test(&clnt->cl_count)) in rpc_free_auth() 937 if (!atomic_dec_and_test(&clnt->cl_count)) in rpc_release_client() 1076 atomic_inc(&clnt->cl_count); in rpc_task_set_client()
|
| D | debugfs.c | 93 if (!atomic_inc_not_zero(&clnt->cl_count)) { in tasks_open()
|
| D | rpc_pipe.c | 426 if (clnt != NULL && atomic_inc_not_zero(&clnt->cl_count)) { in rpc_info_open()
|
| /Linux-v5.4/fs/nfs/flexfilelayout/ |
| D | flexfilelayout.c | 1811 ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), vers); in ff_layout_read_pagelist() 1814 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_read_pagelist() 1878 offset, ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), in ff_layout_write_pagelist() 1882 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_write_pagelist() 1963 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count), in ff_layout_initiate_commit() 1967 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_initiate_commit()
|
| /Linux-v5.4/net/sunrpc/auth_gss/ |
| D | gss_rpc_upcall.c | 163 atomic_inc(&clnt->cl_count); in get_gssp_clnt()
|
| /Linux-v5.4/fs/nfsd/ |
| D | xdr4.h | 509 u64 cl_count; member
|
| D | nfs4proc.c | 1080 dst->nf_file, clone->cl_dst_pos, clone->cl_count); in nfsd4_clone()
|
| D | nfs4xdr.c | 1743 p = xdr_decode_hyper(p, &clone->cl_count); in nfsd4_decode_clone()
|