Searched refs:committed (Results 1 – 21 of 21) sorted by relevance
| /fs/proc/ |
| A D | meminfo.c | 37 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 D | write.c | 945 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 D | callback_proc.c | 704 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args() 750 args->wr_writeverf.committed); in nfs4_callback_offload()
|
| A D | nfs3xdr.c | 1697 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 D | internal.h | 629 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 D | pnfs_nfs.c | 40 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 D | localio.c | 528 verf->committed = how; in nfs_set_local_verifier()
|
| A D | nfs2xdr.c | 894 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
|
| A D | nfstrace.h | 1377 __entry->stable = verf->committed; 1516 __entry->stable = verf->committed;
|
| A D | callback_xdr.c | 542 args->wr_writeverf.committed = be32_to_cpup(p); in decode_write_response()
|
| A D | nfs42xdr.c | 902 res->verifier.committed = be32_to_cpup(p); in decode_write_response()
|
| A D | nfs42proc.c | 472 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
|
| A D | nfs4xdr.c | 4484 verf->committed = NFS_FILE_SYNC; in decode_commit() 5625 res->verf->committed = be32_to_cpup(p++); in decode_write()
|
| /fs/dlm/ |
| A D | midcomms.c | 203 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 D | xdr3.h | 155 int committed; member
|
| A D | nfs3proc.c | 236 resp->committed = argp->stable; in nfsd3_proc_write() 239 resp->committed, resp->verf); in nfsd3_proc_write()
|
| A D | nfs3xdr.c | 888 if (xdr_stream_encode_u32(xdr, resp->committed) < 0) in nfs3svc_encode_writeres()
|
| /fs/nfs/flexfilelayout/ |
| A D | flexfilelayout.c | 728 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 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/ |
| A D | xfs_trace.h | 2991 __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 D | blocklayout.c | 369 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
|
Completed in 79 milliseconds