Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dresize.c428 u16 cl_count = le16_to_cpu(di->id2.i_chain.cl_count); in ocfs2_verify_group_and_input() local
437 else if (input->chain >= cl_count) in ocfs2_verify_group_and_input()
439 else if (next_free != cl_count && next_free != input->chain) in ocfs2_verify_group_and_input()
Docfs2_fs.h523 __le16 cl_count; /* Total chains in this list */ member
Dsuballoc.c423 while (curr < le16_to_cpu(cl->cl_count)) { in ocfs2_find_smallest_chain()
739 if (le16_to_cpu(cl->cl_next_free_rec) < le16_to_cpu(cl->cl_count)) in ocfs2_block_group_alloc()
/Linux-v4.19/fs/nfs/filelayout/
Dfilelayout.c474 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-v4.19/fs/nfs/
Dnfs4client.c505 refcount_inc(&pos->cl_count); in nfs4_match_client()
585 refcount_inc(&pos->cl_count); in nfs40_walk_client_list()
742 refcount_inc(&pos->cl_count); in nfs41_walk_client_list()
776 refcount_inc(&clp->cl_count); in nfs4_find_client_ident()
831 refcount_inc(&clp->cl_count); in nfs4_find_client_sessionid()
Dclient.c166 refcount_set(&clp->cl_count, 1); in nfs_alloc_client()
272 if (refcount_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) { in nfs_put_client()
303 refcount_inc(&clp->cl_count); in nfs_match_client()
328 refcount_inc(&clp->cl_count); in nfs_match_client()
1022 refcount_inc(&server->nfs_client->cl_count); in nfs_clone_server()
1156 refcount_read(&clp->cl_count), in nfs_server_list_show()
Dnfs4state.c1216 refcount_inc(&clp->cl_count); in nfs4_schedule_state_manager()
1308 refcount_inc(&clp->cl_count); in nfs4_wait_clnt_recover()
2589 } while (refcount_read(&clp->cl_count) > 1); in nfs4_state_manager()
Dnfs4proc.c5196 if (refcount_read(&clp->cl_count) > 1) in nfs4_renew_release()
5244 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_proc_async_renew()
7885 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_run_exchange_id()
8484 if (refcount_read(&clp->cl_count) > 1) in nfs41_sequence_release()
8513 if (refcount_read(&clp->cl_count) == 1) in nfs41_sequence_call_done()
8564 if (!refcount_inc_not_zero(&clp->cl_count)) in _nfs41_proc_sequence()
/Linux-v4.19/include/linux/
Dnfs_fs_sb.h29 refcount_t cl_count; member
/Linux-v4.19/include/linux/sunrpc/
Dclnt.h37 atomic_t cl_count; /* Number of references */ member
/Linux-v4.19/net/sunrpc/
Dclnt.c172 if (atomic_read(&clnt->cl_count) == 0) in rpc_clnt_skip_event()
425 atomic_set(&clnt->cl_count, 1); in rpc_new_client()
436 atomic_inc(&parent->cl_count); in rpc_new_client()
906 atomic_inc(&clnt->cl_count); in rpc_free_auth()
909 if (atomic_dec_and_test(&clnt->cl_count)) in rpc_free_auth()
925 if (!atomic_dec_and_test(&clnt->cl_count)) in rpc_release_client()
1009 atomic_inc(&clnt->cl_count); in rpc_task_set_client()
Ddebugfs.c94 if (!atomic_inc_not_zero(&clnt->cl_count)) { in tasks_open()
Drpc_pipe.c431 if (clnt != NULL && atomic_inc_not_zero(&clnt->cl_count)) { in rpc_info_open()
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c1737 ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), vers); in ff_layout_read_pagelist()
1740 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_read_pagelist()
1796 offset, ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), in ff_layout_write_pagelist()
1800 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_write_pagelist()
1874 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count), in ff_layout_initiate_commit()
1878 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_initiate_commit()
/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c176 atomic_inc(&clnt->cl_count); in get_gssp_clnt()
/Linux-v4.19/fs/nfsd/
Dxdr4.h507 u64 cl_count; member
Dnfs4proc.c1084 dst, clone->cl_dst_pos, clone->cl_count); in nfsd4_clone()
Dnfs4xdr.c1742 p = xdr_decode_hyper(p, &clone->cl_count); in nfsd4_decode_clone()