Searched refs:committed (Results 1 – 21 of 21) sorted by relevance
/fs/proc/ |
D | meminfo.c | 37 unsigned long committed; in meminfo_proc_show() local 46 committed = vm_memory_committed(); in meminfo_proc_show() 130 show_val_kb(m, "Committed_AS: ", committed); in meminfo_proc_show()
|
/fs/nfs/ |
D | write.c | 979 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit() 981 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit() 1556 enum nfs3_stable_how committed = hdr->res.verf->committed; in nfs_writeback_done() local 1558 if (committed == NFS_UNSTABLE) { in nfs_writeback_done() 1567 if (committed < hdr->args.stable) { in nfs_writeback_done() 1583 committed, hdr->args.stable); in nfs_writeback_done() 1633 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result() 1646 resp->verf->committed = 0; in nfs_writeback_result()
|
D | callback_proc.c | 690 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args() 736 args->wr_writeverf.committed); in nfs4_callback_offload()
|
D | nfs3xdr.c | 1700 result->verf->committed = be32_to_cpup(p++); in decode_write3resok() 1701 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok() 1707 dprintk("NFS: bad stable_how value: %u\n", result->verf->committed); in decode_write3resok() 2349 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
|
D | internal.h | 559 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_bucket_clear_pnfs_ds_commit_verifiers() 597 return verf->committed > NFS_UNSTABLE && in nfs_write_match_verf()
|
D | pnfs_nfs.c | 38 verf->committed = NFS_UNSTABLE; in pnfs_generic_prepare_to_resend_writes() 113 b->direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_alloc_commit_array()
|
D | direct.c | 768 hdr->verf.committed = NFS_UNSTABLE; in nfs_direct_write_reschedule_io()
|
D | nfs2xdr.c | 898 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
|
D | nfstrace.h | 1423 __entry->stable = verf->committed; 1562 __entry->stable = verf->committed;
|
D | callback_xdr.c | 537 args->wr_writeverf.committed = be32_to_cpup(p); in decode_write_response()
|
D | nfs42proc.c | 397 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
|
D | nfs42xdr.c | 907 res->verifier.committed = be32_to_cpup(p); in decode_write_response()
|
D | nfs4xdr.c | 4416 verf->committed = NFS_FILE_SYNC; in decode_commit() 5541 res->verf->committed = be32_to_cpup(p++); in decode_write()
|
/fs/dlm/ |
D | midcomms.c | 201 bool committed; member 1014 if (!mh->committed) in dlm_midcomms_unack_msg_resend() 1097 mh->committed = false; in dlm_midcomms_get_mhandle() 1164 mh->committed = true; in dlm_midcomms_commit_msg_3_2()
|
/fs/nfsd/ |
D | xdr3.h | 155 int committed; member
|
D | nfs3proc.c | 217 resp->committed = argp->stable; in nfsd3_proc_write() 222 resp->committed, resp->verf); in nfsd3_proc_write()
|
D | nfs3xdr.c | 889 if (xdr_stream_encode_u32(xdr, resp->committed) < 0) in nfs3svc_encode_writeres()
|
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 711 enum nfs3_stable_how committed) in nfs4_ff_layout_stat_io_end_write() argument 713 if (committed == NFS_UNSTABLE) in nfs4_ff_layout_stat_io_end_write() 1488 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb() 1489 hdr->res.verf->committed == NFS_DATA_SYNC) in ff_layout_write_done_cb() 1556 hdr->res.verf->committed); in ff_layout_write_record_layoutstats_done()
|
/fs/nfs/filelayout/ |
D | filelayout.c | 237 hdr->res.verf->committed == NFS_FILE_SYNC) in filelayout_set_layoutcommit() 239 if (hdr->res.verf->committed == NFS_DATA_SYNC) in filelayout_set_layoutcommit()
|
/fs/xfs/ |
D | xfs_trace.h | 2501 __field(char, committed) 2525 __field(char, committed) 2550 __field(char, committed) 2557 __entry->committed = dfp->dfp_done != NULL; 2564 __entry->committed,
|
/fs/nfs/blocklayout/ |
D | blocklayout.c | 369 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
|