Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 21 of 21) sorted by relevance

/fs/proc/
Dmeminfo.c37 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/
Dwrite.c979 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()
Dcallback_proc.c690 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args()
736 args->wr_writeverf.committed); in nfs4_callback_offload()
Dnfs3xdr.c1700 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()
Dinternal.h559 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()
Dpnfs_nfs.c38 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()
Ddirect.c768 hdr->verf.committed = NFS_UNSTABLE; in nfs_direct_write_reschedule_io()
Dnfs2xdr.c898 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
Dnfstrace.h1423 __entry->stable = verf->committed;
1562 __entry->stable = verf->committed;
Dcallback_xdr.c537 args->wr_writeverf.committed = be32_to_cpup(p); in decode_write_response()
Dnfs42proc.c397 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
Dnfs42xdr.c907 res->verifier.committed = be32_to_cpup(p); in decode_write_response()
Dnfs4xdr.c4416 verf->committed = NFS_FILE_SYNC; in decode_commit()
5541 res->verf->committed = be32_to_cpup(p++); in decode_write()
/fs/dlm/
Dmidcomms.c201 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/
Dxdr3.h155 int committed; member
Dnfs3proc.c217 resp->committed = argp->stable; in nfsd3_proc_write()
222 resp->committed, resp->verf); in nfsd3_proc_write()
Dnfs3xdr.c889 if (xdr_stream_encode_u32(xdr, resp->committed) < 0) in nfs3svc_encode_writeres()
/fs/nfs/flexfilelayout/
Dflexfilelayout.c711 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/
Dfilelayout.c237 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/
Dxfs_trace.h2501 __field(char, committed)
2525 __field(char, committed)
2550 __field(char, committed)
2557 __entry->committed = dfp->dfp_done != NULL;
2564 __entry->committed,
/fs/nfs/blocklayout/
Dblocklayout.c369 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()