Searched refs:cl_count (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | resize.c | 428 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()
|
D | ocfs2_fs.h | 523 __le16 cl_count; /* Total chains in this list */ member
|
D | suballoc.c | 423 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-4.19.296/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() 1073 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count)); in filelayout_initiate_commit() 1075 refcount_inc(&ds->ds_clp->cl_count); in filelayout_initiate_commit()
|
/linux-4.19.296/fs/nfs/ |
D | nfs4client.c | 507 refcount_inc(&pos->cl_count); in nfs4_match_client() 587 refcount_inc(&pos->cl_count); in nfs40_walk_client_list() 744 refcount_inc(&pos->cl_count); in nfs41_walk_client_list() 781 refcount_inc(&clp->cl_count); in nfs4_find_client_ident() 836 refcount_inc(&clp->cl_count); in nfs4_find_client_sessionid()
|
D | client.c | 167 refcount_set(&clp->cl_count, 1); in nfs_alloc_client() 274 if (refcount_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) { in nfs_put_client() 306 refcount_inc(&clp->cl_count); in nfs_match_client() 333 refcount_inc(&clp->cl_count); in nfs_match_client() 1028 refcount_inc(&server->nfs_client->cl_count); in nfs_clone_server() 1162 refcount_read(&clp->cl_count), in nfs_server_list_show()
|
D | nfs4state.c | 1241 refcount_inc(&clp->cl_count); in nfs4_schedule_state_manager() 1335 refcount_inc(&clp->cl_count); in nfs4_wait_clnt_recover() 2638 } while (refcount_read(&clp->cl_count) > 1 && !signalled()); in nfs4_state_manager()
|
D | nfs4proc.c | 5238 if (refcount_read(&clp->cl_count) > 1) in nfs4_renew_release() 5286 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_proc_async_renew() 7946 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_run_exchange_id() 8546 if (refcount_read(&clp->cl_count) > 1) in nfs41_sequence_release() 8575 if (refcount_read(&clp->cl_count) == 1) in nfs41_sequence_call_done() 8626 if (!refcount_inc_not_zero(&clp->cl_count)) in _nfs41_proc_sequence()
|
/linux-4.19.296/include/linux/ |
D | nfs_fs_sb.h | 29 refcount_t cl_count; member
|
/linux-4.19.296/include/linux/sunrpc/ |
D | clnt.h | 37 atomic_t cl_count; /* Number of references */ member
|
/linux-4.19.296/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1731 ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), vers); in ff_layout_read_pagelist() 1734 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_read_pagelist() 1795 offset, ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), in ff_layout_write_pagelist() 1799 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_write_pagelist() 1877 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count), in ff_layout_initiate_commit() 1881 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_initiate_commit()
|
/linux-4.19.296/fs/nfsd/ |
D | xdr4.h | 507 u64 cl_count; member
|
D | nfs4proc.c | 1086 dst, clone->cl_dst_pos, clone->cl_count); in nfsd4_clone()
|
D | nfs4xdr.c | 1742 p = xdr_decode_hyper(p, &clone->cl_count); in nfsd4_decode_clone()
|