Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr.c208 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 …]
Dxfs_attr_remote.c450 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()
Dxfs_bmap.h189 int *committed);
Dxfs_bmap.c1112 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/
Dmeminfo.c29 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/
Dxfs_symlink.c182 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()
Dxfs_iomap.c132 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()
Dxfs_inode.c904 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 …]
Dxfs_bmap_util.c72 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()
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
818 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.1.27/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.1.27/fs/nfs/
Ddirect.c194 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()
Dwrite.c877 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()
Dnfs3xdr.c1685 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()
Dnfs2xdr.c888 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
Dnfs4xdr.c5347 res->verf->committed = be32_to_cpup(p++); in decode_write()
/linux-4.1.27/fs/nfs/filelayout/
Dfilelayout.c258 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/
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.
Dext3.txt40 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.
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.txt891 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/
Dflexfilelayout.c455 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/
Dovercommit-accounting32 The current overcommit limit and amount committed are viewable in
/linux-4.1.27/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.1.27/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.1.27/drivers/tty/vt/
Dkeyboard.c905 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/
Dwriteback_cache_control.txt38 signaled after the data has been committed to non-volatile storage.
/linux-4.1.27/arch/mn10300/mm/
DKconfig.cache34 committed to RAM immediately in addition to being stored in the
/linux-4.1.27/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.1.27/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.1.27/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt38 can contain creation and data writing commands). Transactions are committed by all the servers
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c807 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/
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.1.27/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.
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.
DHOWTO311 Before a proposed patch is committed to such a subsystem tree, it is
DSubmittingPatches686 The explanation body will be committed to the permanent source
/linux-4.1.27/arch/blackfin/
DKconfig.debug64 - The excepting instruction is not committed.
/linux-4.1.27/drivers/xen/
DKconfig18 by the current usage of anonymous memory ("committed AS") and
/linux-4.1.27/arch/arc/kernel/
Dentry.S426 ; using ERET won't work since next-PC has already committed
/linux-4.1.27/fs/nfs/blocklayout/
Dblocklayout.c364 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
/linux-4.1.27/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.txt1211 is committed to changing the key because it's already been altered, so all
/linux-4.1.27/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.1.27/include/linux/
Dnfs_xdr.h500 enum nfs3_stable_how committed; member
/linux-4.1.27/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.1.27/scripts/
Dspelling.txt224 commited||committed
/linux-4.1.27/drivers/scsi/aacraid/
Daacraid.h1449 __le32 committed; member
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Didle-states.txt70 ENTRY: The hardware is committed to idle mode. This period must run
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt208 is committed.
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt464 committed via rename(2). The item is moved from a directory where it
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt391 this file after a write to guarantee the value committed by the kernel.