/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr.c | 210 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 …]
|
D | xfs_attr_remote.c | 451 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()
|
D | xfs_bmap.h | 198 int *committed);
|
D | xfs_bmap.c | 1114 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/ |
D | vmwgfx_so.c | 71 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()
|
D | vmwgfx_shader.c | 51 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/ |
D | meminfo.c | 29 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/ |
D | xfs_symlink.c | 181 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()
|
D | xfs_inode.c | 955 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 …]
|
D | xfs_iomap.c | 132 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()
|
D | xfs_bmap_util.c | 101 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 …]
|
D | xfs_trans.c | 1025 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()
|
D | xfs_dquot.c | 309 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()
|
D | xfs_rtalloc.c | 769 int committed; /* transaction committed flag */ in xfs_growfs_rt_alloc() local 814 error = xfs_bmap_finish(&tp, &flist, &committed); in xfs_growfs_rt_alloc()
|
D | xfs_qm.c | 721 int committed; in xfs_qm_qino_alloc() local 765 &committed); in xfs_qm_qino_alloc()
|
/linux-4.4.14/fs/nfs/objlayout/ |
D | objlayout.h | 82 int committed; /* res */ member
|
D | objlayout.c | 331 hdr->verf.committed = oir->committed; in objlayout_write_done() 339 status, hdr->verf.committed, sync); in objlayout_write_done()
|
D | objio_osd.c | 445 objios->oir.committed = NFS_FILE_SYNC; in _write_done()
|
/linux-4.4.14/fs/nfs/ |
D | direct.c | 197 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()
|
D | write.c | 897 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()
|
D | nfs3xdr.c | 1686 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()
|
D | nfs2xdr.c | 888 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
|
D | nfs4xdr.c | 5433 res->verf->committed = be32_to_cpup(p++); in decode_write()
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 259 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/ |
D | xfs-delayed-logging-design.txt | 81 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 …]
|
D | ocfs2.txt | 59 system prior to its metadata being committed to the 63 committed to the journal.
|
D | ext4.txt | 160 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
|
D | btrfs.txt | 124 the committed state a fully consistent view of the file system from the
|
D | proc.txt | 906 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/ |
D | flexfilelayout.c | 700 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/ |
D | overcommit-accounting | 32 The current overcommit limit and amount committed are viewable in
|
/linux-4.4.14/Documentation/device-mapper/ |
D | persistent-data.txt | 49 On power failure your metadata will be as it was when last committed.
|
D | cache.txt | 127 On-disk metadata is committed every time a FLUSH or FUA bio is written.
|
D | thin-provisioning.txt | 126 On-disk metadata is committed every time a FLUSH or FUA bio is written.
|
/linux-4.4.14/fs/nfsd/ |
D | xdr3.h | 159 int committed; member
|
D | nfs3proc.c | 194 resp->committed = argp->stable; in nfsd3_proc_write() 199 &resp->committed); in nfsd3_proc_write()
|
D | nfs3xdr.c | 726 *p++ = htonl(resp->committed); in nfs3svc_encode_writeres()
|
/linux-4.4.14/Documentation/block/ |
D | writeback_cache_control.txt | 38 signaled after the data has been committed to non-volatile storage.
|
/linux-4.4.14/arch/mn10300/mm/ |
D | Kconfig.cache | 34 committed to RAM immediately in addition to being stored in the
|
/linux-4.4.14/Documentation/scsi/ |
D | FlashPoint.txt | 18 "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/ |
D | keyboard.c | 906 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/ |
D | ring-buffer-design.txt | 282 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/ |
D | entry.S | 164 ; using ERET won't work since next-PC has already committed
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 38 can contain creation and data writing commands). Transactions are committed by all the servers
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 725 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/ |
D | cluster-pm-race-avoidance.txt | 66 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/ |
D | circular-buffers.txt | 175 /* wake_up() will make sure that the head is committed before
|
D | memory-barriers.txt | 142 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.
|
D | HOWTO | 311 Before a proposed patch is committed to such a subsystem tree, it is
|
D | SubmittingPatches | 688 The explanation body will be committed to the permanent source
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 64 - The excepting instruction is not committed.
|
/linux-4.4.14/drivers/xen/ |
D | Kconfig | 18 by the current usage of anonymous memory ("committed AS") and
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | blocklayout.c | 359 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 282 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
|
D | keys.txt | 1220 is committed to changing the key because it's already been altered, so all
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 86 The notion of rewinds/forwards is not supported. Data committed to the
|
D | Audiophile-Usb.txt | 180 these modes) a fix has been committed (expected in kernel 2.6.23) and
|
/linux-4.4.14/include/linux/ |
D | nfs_xdr.h | 564 enum nfs3_stable_how committed; member
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 612 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/ |
D | spelling.txt | 233 commited||committed
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | aacraid.h | 1462 __le32 committed; member
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 70 ENTRY: The hardware is committed to idle mode. This period must run
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 448 committed via rename(2). The item is moved from a directory where it
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 208 is committed.
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 391 this file after a write to guarantee the value committed by the kernel.
|