/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_attr.c | 208 int error, err2, committed, local; in xfs_attr_set() local 338 &committed); in xfs_attr_set() 341 ASSERT(committed); in xfs_attr_set() 351 if (committed) in xfs_attr_set() 574 int retval, error, committed, forkoff; in xfs_attr_leaf_addname() local 636 &committed); in xfs_attr_leaf_addname() 639 ASSERT(committed); in xfs_attr_leaf_addname() 649 if (committed) in xfs_attr_leaf_addname() 738 &committed); in xfs_attr_leaf_addname() 741 ASSERT(committed); in xfs_attr_leaf_addname() [all …]
|
D | xfs_attr_remote.c | 450 int committed; in xfs_attr_rmtval_set() local 471 &committed); in xfs_attr_rmtval_set() 474 ASSERT(committed); in xfs_attr_rmtval_set() 484 if (committed) in xfs_attr_rmtval_set() 617 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 | 189 int *committed);
|
D | xfs_bmap.c | 1112 int committed; /* xaction was committed */ in xfs_bmap_add_attrfork() local 1218 error = xfs_bmap_finish(&tp, &flist, &committed); in xfs_bmap_add_attrfork() 5914 int committed; in xfs_bmap_split_extent() local 5935 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_bmap_split_extent()
|
/linux-4.1.27/fs/proc/ |
D | meminfo.c | 29 unsigned long committed; in meminfo_proc_show() local 45 committed = percpu_counter_read_positive(&vm_committed_as); in meminfo_proc_show() 192 K(committed), in meminfo_proc_show()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_symlink.c | 182 int committed; in xfs_symlink() local 393 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_symlink() 441 int committed; in xfs_inactive_symlink_rmt() local 517 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_inactive_symlink_rmt() 525 ASSERT(committed); in xfs_inactive_symlink_rmt()
|
D | xfs_iomap.c | 132 int committed; in xfs_iomap_write_direct() local 213 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_iomap_write_direct() 658 int nimaps, committed; in xfs_iomap_write_allocate() local 759 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_iomap_write_allocate() 817 int committed; in xfs_iomap_write_unwritten() local 889 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_iomap_write_unwritten()
|
D | xfs_inode.c | 904 int *committed) in xfs_dir_ialloc() argument 991 if (committed != NULL) { in xfs_dir_ialloc() 992 *committed = 1; in xfs_dir_ialloc() 1054 if (committed != NULL) in xfs_dir_ialloc() 1055 *committed = 0; in xfs_dir_ialloc() 1131 int committed; in xfs_create() local 1216 prid, resblks > 0, &ip, &committed); in xfs_create() 1268 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_create() 1431 int committed; in xfs_link() local 1512 error = xfs_bmap_finish (&tp, &free_list, &committed); in xfs_link() [all …]
|
D | xfs_bmap_util.c | 72 int *committed) /* xact committed or not */ in xfs_bmap_finish() argument 85 *committed = 0; in xfs_bmap_finish() 100 *committed = 1; in xfs_bmap_finish() 949 int committed; in xfs_alloc_file_space() local 1051 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_alloc_file_space() 1171 int committed; in xfs_free_file_space() local 1318 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_free_file_space() 1399 int committed; in xfs_shift_file_space() local 1491 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_shift_file_space()
|
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 818 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.1.27/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.1.27/fs/nfs/ |
D | direct.c | 194 WARN_ON_ONCE(verfp->committed >= 0); in nfs_direct_set_hdr_verf() 196 WARN_ON_ONCE(verfp->committed < 0); in nfs_direct_set_hdr_verf() 214 if (verfp->committed < 0) { in nfs_direct_set_or_cmp_hdr_verf() 238 if (verfp->committed < 0) in nfs_direct_cmp_commit_data_verf() 312 dreq->verf.committed = NFS_INVALID_STABLE_HOW; /* not set yet */ in nfs_direct_req_alloc()
|
D | write.c | 877 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit() 879 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit() 1438 if (hdr->res.verf->committed < hdr->args.stable && in nfs_writeback_done() 1455 hdr->res.verf->committed, hdr->args.stable); in nfs_writeback_done() 1494 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
|
D | nfs3xdr.c | 1685 result->verf->committed = be32_to_cpup(p++); in decode_write3resok() 1686 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok() 1692 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 | 5347 res->verf->committed = be32_to_cpup(p++); in decode_write()
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 258 hdr->res.verf->committed != NFS_DATA_SYNC) in filelayout_set_layoutcommit() 376 if (data->verf.committed == NFS_UNSTABLE) in filelayout_commit_done_cb() 793 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in filelayout_alloc_commit_info() 804 buckets[i].direct_verf.committed = in filelayout_alloc_commit_info() 805 cinfo->ds->buckets[i].direct_verf.committed; in filelayout_alloc_commit_info()
|
/linux-4.1.27/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 | ext3.txt | 40 data=journal All data are committed into the journal prior to being 44 system prior to its metadata being committed to the 49 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 | 891 NFS_Unstable: NFS pages sent to the server, but not yet committed to stable 909 The committed memory is a sum of all of the memory which 913 using 1G. This 1G is memory which has been "committed" to
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 455 buckets[i].direct_verf.committed = in ff_layout_alloc_commit_info() 633 hdr->verf.committed = NFS_UNSTABLE; in ff_layout_reset_write() 1038 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb() 1039 hdr->res.verf->committed == NFS_DATA_SYNC) in ff_layout_write_done_cb() 1082 if (data->verf.committed == NFS_UNSTABLE) in ff_layout_commit_done_cb()
|
/linux-4.1.27/Documentation/vm/ |
D | overcommit-accounting | 32 The current overcommit limit and amount committed are viewable in
|
/linux-4.1.27/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.1.27/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.1.27/drivers/tty/vt/ |
D | keyboard.c | 905 static unsigned committed; in k_brlcommit() local 910 committed |= pattern; in k_brlcommit() 913 k_unicode(vc, BRL_UC_ROW | committed, up_flag); in k_brlcommit() 915 committed = 0; in k_brlcommit()
|
/linux-4.1.27/Documentation/block/ |
D | writeback_cache_control.txt | 38 signaled after the data has been committed to non-volatile storage.
|
/linux-4.1.27/arch/mn10300/mm/ |
D | Kconfig.cache | 34 committed to RAM immediately in addition to being stored in the
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 38 can contain creation and data writing commands). Transactions are committed by all the servers
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 807 int committed = 0; in mdc_free_open() local 811 committed = 1; in mdc_free_open() 817 ptlrpc_request_committed(mod->mod_open_req, committed); in mdc_free_open() 819 ptlrpc_request_committed(mod->mod_close_req, committed); in mdc_free_open()
|
/linux-4.1.27/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.1.27/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. 900 This sequence of events is committed to the memory coherence system in an order 915 | | : | E=5 | } barrier to be committed before 921 | Sequence in which stores are committed to the 2795 as that committed on CPU 1.
|
D | HOWTO | 311 Before a proposed patch is committed to such a subsystem tree, it is
|
D | SubmittingPatches | 686 The explanation body will be committed to the permanent source
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 64 - The excepting instruction is not committed.
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 18 by the current usage of anonymous memory ("committed AS") and
|
/linux-4.1.27/arch/arc/kernel/ |
D | entry.S | 426 ; using ERET won't work since next-PC has already committed
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | blocklayout.c | 364 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
|
/linux-4.1.27/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 | 1211 is committed to changing the key because it's already been altered, so all
|
/linux-4.1.27/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.1.27/include/linux/ |
D | nfs_xdr.h | 500 enum nfs3_stable_how committed; member
|
/linux-4.1.27/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.1.27/scripts/ |
D | spelling.txt | 224 commited||committed
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | aacraid.h | 1449 __le32 committed; member
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 70 ENTRY: The hardware is committed to idle mode. This period must run
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 208 is committed.
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 464 committed via rename(2). The item is moved from a directory where it
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 391 this file after a write to guarantee the value committed by the kernel.
|