Searched refs:cl_count (Results 1 – 13 of 13) sorted by relevance
| /fs/ocfs2/ |
| A D | resize.c | 420 u16 cl_count = le16_to_cpu(di->id2.i_chain.cl_count); in ocfs2_verify_group_and_input() local 429 else if (input->chain >= cl_count) in ocfs2_verify_group_and_input() 431 else if (next_free != cl_count && next_free != input->chain) in ocfs2_verify_group_and_input()
|
| A D | ocfs2_fs.h | 482 __le16 cl_count; /* Total chains in this list */ member
|
| A D | suballoc.c | 411 while (curr < le16_to_cpu(cl->cl_count)) { in ocfs2_find_smallest_chain() 729 if (le16_to_cpu(cl->cl_next_free_rec) < le16_to_cpu(cl->cl_count)) in ocfs2_block_group_alloc()
|
| /fs/nfs/filelayout/ |
| A D | filelayout.c | 475 ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count)); in filelayout_read_pagelist() 478 refcount_inc(&ds->ds_clp->cl_count); in filelayout_read_pagelist() 519 offset, ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count)); in filelayout_write_pagelist() 522 refcount_inc(&ds->ds_clp->cl_count); in filelayout_write_pagelist() 1005 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count)); in filelayout_initiate_commit() 1007 refcount_inc(&ds->ds_clp->cl_count); in filelayout_initiate_commit()
|
| /fs/nfs/ |
| A D | client.c | 163 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() 342 refcount_inc(&clp->cl_count); in nfs_match_client() 1194 refcount_inc(&server->nfs_client->cl_count); in nfs_clone_server() 1354 refcount_read(&clp->cl_count), in nfs_server_list_show()
|
| A D | nfs4client.c | 546 refcount_inc(&pos->cl_count); in nfs4_match_client() 626 refcount_inc(&pos->cl_count); in nfs40_walk_client_list() 784 refcount_inc(&pos->cl_count); in nfs41_walk_client_list() 822 refcount_inc(&clp->cl_count); in nfs4_find_client_ident() 877 refcount_inc(&clp->cl_count); in nfs4_find_client_sessionid()
|
| A D | nfs4state.c | 1219 refcount_inc(&clp->cl_count); in nfs4_schedule_state_manager() 1315 refcount_inc(&clp->cl_count); in nfs4_wait_clnt_recover() 2732 } while (refcount_read(&clp->cl_count) > 1 && !signalled()); in nfs4_state_manager() 2776 if (refcount_read(&clp->cl_count) > 1 && !signalled() && in nfs4_run_state_manager() 2783 if (refcount_read(&clp->cl_count) > 1 && !signalled() && in nfs4_run_state_manager()
|
| A D | localio.c | 200 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs_local_probe_async_work()
|
| A D | nfs4proc.c | 5912 if (refcount_read(&clp->cl_count) > 1) in nfs4_renew_release() 5960 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_proc_async_renew() 8995 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs4_run_exchange_id() 9611 if (refcount_read(&clp->cl_count) > 1) in nfs41_sequence_release() 9640 if (refcount_read(&clp->cl_count) == 1) in nfs41_sequence_call_done() 9689 if (!refcount_inc_not_zero(&clp->cl_count)) in _nfs41_proc_sequence() 10648 if (!refcount_inc_not_zero(&clp->cl_count)) in nfs41_free_stateid()
|
| /fs/nfs/flexfilelayout/ |
| A D | flexfilelayout.c | 1895 ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), vers); in ff_layout_read_pagelist() 1898 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_read_pagelist() 1973 offset, ds->ds_remotestr, refcount_read(&ds->ds_clp->cl_count), in ff_layout_write_pagelist() 1977 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_write_pagelist() 2067 data->inode->i_ino, how, refcount_read(&ds->ds_clp->cl_count), in ff_layout_initiate_commit() 2071 refcount_inc(&ds->ds_clp->cl_count); in ff_layout_initiate_commit()
|
| /fs/nfsd/ |
| A D | xdr4.h | 663 u64 cl_count; member
|
| A D | nfs4proc.c | 1299 dst, clone->cl_dst_pos, clone->cl_count, in nfsd4_clone()
|
| A D | nfs4xdr.c | 2143 if (xdr_stream_decode_u64(argp->xdr, &clone->cl_count) < 0) in nfsd4_decode_clone()
|
Completed in 713 milliseconds