Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr.c210 int error, err2, committed, local; in xfs_attr_set() local
339 &committed); in xfs_attr_set()
342 ASSERT(committed); in xfs_attr_set()
352 if (committed) in xfs_attr_set()
571 int retval, error, committed, forkoff; in xfs_attr_leaf_addname() local
633 &committed); in xfs_attr_leaf_addname()
636 ASSERT(committed); in xfs_attr_leaf_addname()
646 if (committed) in xfs_attr_leaf_addname()
735 &committed); in xfs_attr_leaf_addname()
738 ASSERT(committed); in xfs_attr_leaf_addname()
[all …]
Dxfs_attr_remote.c451 int committed; in xfs_attr_rmtval_set() local
472 &committed); in xfs_attr_rmtval_set()
475 ASSERT(committed); in xfs_attr_rmtval_set()
485 if (committed) in xfs_attr_rmtval_set()
618 int committed; in xfs_attr_rmtval_remove() local
626 &committed); in xfs_attr_rmtval_remove()
629 ASSERT(committed); in xfs_attr_rmtval_remove()
639 if (committed) in xfs_attr_rmtval_remove()
Dxfs_bmap.h198 int *committed);
Dxfs_bmap.c1114 int committed; /* xaction was committed */ in xfs_bmap_add_attrfork() local
1217 error = xfs_bmap_finish(&tp, &flist, &committed); in xfs_bmap_add_attrfork()
5953 int committed; in xfs_bmap_split_extent() local
5974 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_bmap_split_extent()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_so.c71 bool committed; /* Protected by binding_mutex */ member
137 view->committed = true; in vmw_view_commit_notify()
143 view->committed = false; in vmw_view_commit_notify()
168 if (!view->committed) { in vmw_view_create()
214 if (!view->committed || res->id == -1) in vmw_view_destroy()
369 view->committed = false; in vmw_view_add()
Dvmwgfx_shader.c51 bool committed; member
371 shader->committed = true; in vmw_dx_shader_commit_notify()
377 shader->committed = false; in vmw_dx_shader_commit_notify()
399 if (!list_empty(&shader->cotable_head) || !shader->committed) in vmw_dx_shader_unscrub()
437 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_create()
492 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_scrub()
569 entry->committed = false; in vmw_dx_shader_cotable_list_scrub()
636 shader->committed = false; in vmw_dx_shader_add()
/linux-4.4.14/fs/proc/
Dmeminfo.c29 unsigned long committed; in meminfo_proc_show() local
44 committed = percpu_counter_read_positive(&vm_committed_as); in meminfo_proc_show()
189 K(committed), in meminfo_proc_show()
/linux-4.4.14/fs/xfs/
Dxfs_symlink.c181 int committed; in xfs_symlink() local
390 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_symlink()
437 int committed; in xfs_inactive_symlink_rmt() local
513 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_inactive_symlink_rmt()
521 ASSERT(committed); in xfs_inactive_symlink_rmt()
Dxfs_inode.c955 int *committed) in xfs_dir_ialloc() argument
1031 if (committed != NULL) in xfs_dir_ialloc()
1032 *committed = 1; in xfs_dir_ialloc()
1070 if (committed != NULL) in xfs_dir_ialloc()
1071 *committed = 0; in xfs_dir_ialloc()
1146 int committed; in xfs_create() local
1229 prid, resblks > 0, &ip, &committed); in xfs_create()
1278 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_create()
1430 int committed; in xfs_link() local
1509 error = xfs_bmap_finish (&tp, &free_list, &committed); in xfs_link()
[all …]
Dxfs_iomap.c132 int committed; in xfs_iomap_write_direct() local
250 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_iomap_write_direct()
696 int nimaps, committed; in xfs_iomap_write_allocate() local
797 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_iomap_write_allocate()
855 int committed; in xfs_iomap_write_unwritten() local
927 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_iomap_write_unwritten()
Dxfs_bmap_util.c101 int *committed)/* xact committed or not */ in xfs_bmap_finish() argument
111 *committed = 0; in xfs_bmap_finish()
119 error = __xfs_trans_roll(tp, NULL, committed); in xfs_bmap_finish()
131 if (*committed) { in xfs_bmap_finish()
138 *committed = 1; in xfs_bmap_finish()
972 int committed; in xfs_alloc_file_space() local
1074 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_alloc_file_space()
1209 int committed; in xfs_free_file_space() local
1356 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_free_file_space()
1437 int committed; in xfs_shift_file_space() local
[all …]
Dxfs_trans.c1025 int *committed) in __xfs_trans_roll() argument
1056 *committed = 1; in __xfs_trans_roll()
1085 int committed = 0; in xfs_trans_roll() local
1086 return __xfs_trans_roll(tpp, dp, &committed); in xfs_trans_roll()
Dxfs_dquot.c309 int nmaps, error, committed; in xfs_qm_dqalloc() local
382 if ((error = xfs_bmap_finish(tpp, &flist, &committed))) { in xfs_qm_dqalloc()
386 if (committed) { in xfs_qm_dqalloc()
Dxfs_rtalloc.c769 int committed; /* transaction committed flag */ in xfs_growfs_rt_alloc() local
814 error = xfs_bmap_finish(&tp, &flist, &committed); in xfs_growfs_rt_alloc()
Dxfs_qm.c721 int committed; in xfs_qm_qino_alloc() local
765 &committed); in xfs_qm_qino_alloc()
/linux-4.4.14/fs/nfs/objlayout/
Dobjlayout.h82 int committed; /* res */ member
Dobjlayout.c331 hdr->verf.committed = oir->committed; in objlayout_write_done()
339 status, hdr->verf.committed, sync); in objlayout_write_done()
Dobjio_osd.c445 objios->oir.committed = NFS_FILE_SYNC; in _write_done()
/linux-4.4.14/fs/nfs/
Ddirect.c197 WARN_ON_ONCE(verfp->committed >= 0); in nfs_direct_set_hdr_verf()
199 WARN_ON_ONCE(verfp->committed < 0); in nfs_direct_set_hdr_verf()
217 if (verfp->committed < 0) { in nfs_direct_set_or_cmp_hdr_verf()
241 if (verfp->committed < 0) in nfs_direct_cmp_commit_data_verf()
315 dreq->verf.committed = NFS_INVALID_STABLE_HOW; /* not set yet */ in nfs_direct_req_alloc()
Dwrite.c897 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
899 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1453 if (hdr->res.verf->committed < hdr->args.stable && in nfs_writeback_done()
1470 hdr->res.verf->committed, hdr->args.stable); in nfs_writeback_done()
1516 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
Dnfs3xdr.c1686 result->verf->committed = be32_to_cpup(p++); in decode_write3resok()
1687 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
1693 dprintk("NFS: bad stable_how value: %u\n", result->verf->committed); in decode_write3resok()
Dnfs2xdr.c888 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
Dnfs4xdr.c5433 res->verf->committed = be32_to_cpup(p++); in decode_write()
/linux-4.4.14/fs/nfs/filelayout/
Dfilelayout.c259 hdr->res.verf->committed != NFS_DATA_SYNC) in filelayout_set_layoutcommit()
377 if (data->verf.committed == NFS_UNSTABLE) in filelayout_commit_done_cb()
794 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in filelayout_alloc_commit_info()
805 buckets[i].direct_verf.committed = in filelayout_alloc_commit_info()
806 cinfo->ds->buckets[i].direct_verf.committed; in filelayout_alloc_commit_info()
/linux-4.4.14/Documentation/filesystems/
Dxfs-delayed-logging-design.txt81 buffers are full and under IO, then no more transactions can be committed until
92 multiple times before they are committed to disk in the log buffers. If we
94 transactions A through D are committed to disk in the same log buffer.
250 to be the object that is used to track committed objects as it will always
264 such, we cannot reuse the AIL list pointers for tracking committed items, nor
266 committed item tracking needs it's own locks, lists and state fields in the log
269 Similar to the AIL, tracking of committed items is done through a new list
271 committed and have formatted memory buffers attached to them. It tracks objects
329 committed items and effectively allow new transactions to be issued while we
396 run transaction committed processing for the log items (i.e. insert into AIL
[all …]
Docfs2.txt59 system prior to its metadata being committed to the
63 committed to the journal.
Dext4.txt160 data=journal All data are committed into the journal prior to being
166 system prior to its metadata being committed to the
171 committed to the journal.
324 committed. This provides roughly the same level
Dbtrfs.txt124 the committed state a fully consistent view of the file system from the
Dproc.txt906 NFS_Unstable: NFS pages sent to the server, but not yet committed to stable
924 The committed memory is a sum of all of the memory which
928 using 1G. This 1G is memory which has been "committed" to
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c700 enum nfs3_stable_how committed) in nfs4_ff_layout_stat_io_end_write() argument
702 if (committed == NFS_UNSTABLE) in nfs4_ff_layout_stat_io_end_write()
748 buckets[i].direct_verf.committed = in ff_layout_alloc_commit_info()
924 hdr->verf.committed = NFS_UNSTABLE; in ff_layout_reset_write()
1377 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1378 hdr->res.verf->committed == NFS_DATA_SYNC) in ff_layout_write_done_cb()
1417 if (data->verf.committed == NFS_UNSTABLE in ff_layout_commit_done_cb()
1486 hdr->res.verf->committed); in ff_layout_write_call_done()
/linux-4.4.14/Documentation/vm/
Dovercommit-accounting32 The current overcommit limit and amount committed are viewable in
/linux-4.4.14/Documentation/device-mapper/
Dpersistent-data.txt49 On power failure your metadata will be as it was when last committed.
Dcache.txt127 On-disk metadata is committed every time a FLUSH or FUA bio is written.
Dthin-provisioning.txt126 On-disk metadata is committed every time a FLUSH or FUA bio is written.
/linux-4.4.14/fs/nfsd/
Dxdr3.h159 int committed; member
Dnfs3proc.c194 resp->committed = argp->stable; in nfsd3_proc_write()
199 &resp->committed); in nfsd3_proc_write()
Dnfs3xdr.c726 *p++ = htonl(resp->committed); in nfs3svc_encode_writeres()
/linux-4.4.14/Documentation/block/
Dwriteback_cache_control.txt38 signaled after the data has been committed to non-volatile storage.
/linux-4.4.14/arch/mn10300/mm/
DKconfig.cache34 committed to RAM immediately in addition to being stored in the
/linux-4.4.14/Documentation/scsi/
DFlashPoint.txt18 "Mylex is committed to supporting the Linux community," says Peter Shambora,
118 However, BusLogic does remain committed to providing a high performance
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c906 static unsigned committed; in k_brlcommit() local
911 committed |= pattern; in k_brlcommit()
914 k_unicode(vc, BRL_UC_ROW | committed, up_flag); in k_brlcommit()
916 committed = 0; in k_brlcommit()
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt282 committed without preempting another write. When a write that
283 preempted another write is committed, it only becomes a pending commit
284 and will not be a full commit until all writes have been committed.
315 has been less than a full page that has been committed inside the ring buffer,
/linux-4.4.14/arch/arc/kernel/
Dentry.S164 ; using ERET won't work since next-PC has already committed
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt38 can contain creation and data writing commands). Transactions are committed by all the servers
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c725 int committed = 0; in mdc_free_open() local
729 committed = 1; in mdc_free_open()
735 ptlrpc_request_committed(mod->mod_open_req, committed); in mdc_free_open()
737 ptlrpc_request_committed(mod->mod_close_req, committed); in mdc_free_open()
/linux-4.4.14/Documentation/arm/
Dcluster-pm-race-avoidance.txt66 COMING_UP: The CPU or cluster has committed to moving to the UP state.
74 GOING_DOWN: The CPU or cluster has committed to moving to the DOWN
/linux-4.4.14/Documentation/
Dcircular-buffers.txt175 /* wake_up() will make sure that the head is committed before
Dmemory-barriers.txt142 Furthermore, the stores committed by a CPU to the memory system may not be
144 committed.
902 This sequence of events is committed to the memory coherence system in an order
917 | | : | E=5 | } barrier to be committed before
923 | Sequence in which stores are committed to the
2750 as that committed on CPU 1.
DHOWTO311 Before a proposed patch is committed to such a subsystem tree, it is
DSubmittingPatches688 The explanation body will be committed to the permanent source
/linux-4.4.14/arch/blackfin/
DKconfig.debug64 - The excepting instruction is not committed.
/linux-4.4.14/drivers/xen/
DKconfig18 by the current usage of anonymous memory ("committed AS") and
/linux-4.4.14/fs/nfs/blocklayout/
Dblocklayout.c359 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
/linux-4.4.14/Documentation/security/
Dcredentials.txt282 Once a set of credentials has been prepared and committed, it may not be
480 When the credential set is ready, it should be committed to the current process
Dkeys.txt1220 is committed to changing the key because it's already been altered, so all
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt86 The notion of rewinds/forwards is not supported. Data committed to the
DAudiophile-Usb.txt180 these modes) a fix has been committed (expected in kernel 2.6.23) and
/linux-4.4.14/include/linux/
Dnfs_xdr.h564 enum nfs3_stable_how committed; member
/linux-4.4.14/Documentation/sysctl/
Dvm.txt612 When overcommit_memory is set to 2, the committed address space is not
648 When overcommit_memory is set to 2, the committed address
/linux-4.4.14/scripts/
Dspelling.txt233 commited||committed
/linux-4.4.14/drivers/scsi/aacraid/
Daacraid.h1462 __le32 committed; member
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Didle-states.txt70 ENTRY: The hardware is committed to idle mode. This period must run
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt448 committed via rename(2). The item is moved from a directory where it
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt208 is committed.
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt391 this file after a write to guarantee the value committed by the kernel.