Home
last modified time | relevance | path

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

/fs/proc/
A Dmeminfo.c37 unsigned long committed; in meminfo_proc_show() local
46 committed = vm_memory_committed(); in meminfo_proc_show()
126 show_val_kb(m, "Committed_AS: ", committed); in meminfo_proc_show()
/fs/nfs/
A Dwrite.c945 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
947 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1539 enum nfs3_stable_how committed = hdr->res.verf->committed; in nfs_writeback_done() local
1541 if (committed == NFS_UNSTABLE) { in nfs_writeback_done()
1550 if (committed < hdr->args.stable) { in nfs_writeback_done()
1566 committed, hdr->args.stable); in nfs_writeback_done()
1616 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
1629 resp->verf->committed = 0; in nfs_writeback_result()
A Dcallback_proc.c704 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args()
750 args->wr_writeverf.committed); in nfs4_callback_offload()
A Dnfs3xdr.c1697 result->verf->committed = be32_to_cpup(p++); in decode_write3resok()
1698 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
1704 dprintk("NFS: bad stable_how value: %u\n", result->verf->committed); in decode_write3resok()
2346 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
A Dinternal.h629 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_bucket_clear_pnfs_ds_commit_verifiers()
667 return verf->committed > NFS_UNSTABLE && in nfs_write_match_verf()
A Dpnfs_nfs.c40 verf->committed = NFS_UNSTABLE; in pnfs_generic_prepare_to_resend_writes()
115 b->direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_alloc_commit_array()
A Dlocalio.c528 verf->committed = how; in nfs_set_local_verifier()
A Dnfs2xdr.c894 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
A Dnfstrace.h1377 __entry->stable = verf->committed;
1516 __entry->stable = verf->committed;
A Dcallback_xdr.c542 args->wr_writeverf.committed = be32_to_cpup(p); in decode_write_response()
A Dnfs42xdr.c902 res->verifier.committed = be32_to_cpup(p); in decode_write_response()
A Dnfs42proc.c472 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
A Dnfs4xdr.c4484 verf->committed = NFS_FILE_SYNC; in decode_commit()
5625 res->verf->committed = be32_to_cpup(p++); in decode_write()
/fs/dlm/
A Dmidcomms.c203 bool committed; member
942 if (!mh->committed) in dlm_midcomms_unack_msg_resend()
1022 mh->committed = false; in dlm_midcomms_get_mhandle()
1091 mh->committed = true; in dlm_midcomms_commit_msg_3_2()
/fs/nfsd/
A Dxdr3.h155 int committed; member
A Dnfs3proc.c236 resp->committed = argp->stable; in nfsd3_proc_write()
239 resp->committed, resp->verf); in nfsd3_proc_write()
A Dnfs3xdr.c888 if (xdr_stream_encode_u32(xdr, resp->committed) < 0) in nfs3svc_encode_writeres()
/fs/nfs/flexfilelayout/
A Dflexfilelayout.c728 enum nfs3_stable_how committed) in nfs4_ff_layout_stat_io_end_write() argument
730 if (committed == NFS_UNSTABLE) in nfs4_ff_layout_stat_io_end_write()
1580 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1581 hdr->res.verf->committed == NFS_DATA_SYNC) in ff_layout_write_done_cb()
1652 hdr->res.verf->committed); in ff_layout_write_record_layoutstats_done()
/fs/nfs/filelayout/
A 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/
A Dxfs_trace.h2991 __field(char, committed)
3015 __field(char, committed)
3041 __field(char, committed)
3049 __entry->committed = dfp->dfp_done != NULL;
3057 __entry->committed,
3128 __field(char, committed)
3137 __entry->committed = dfp->dfp_done != NULL;
3147 __entry->committed,
/fs/nfs/blocklayout/
A Dblocklayout.c369 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()

Completed in 79 milliseconds