Home
last modified time | relevance | path

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

123

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_attr.c192 int error, err2, committed; in xfs_attr_set_int() local
352 *args.firstblock, &committed); in xfs_attr_set_int()
355 ASSERT(committed); in xfs_attr_set_int()
365 if (committed) { in xfs_attr_set_int()
832 int retval, error, committed, forkoff; in xfs_attr_leaf_addname() local
881 *args->firstblock, &committed); in xfs_attr_leaf_addname()
884 ASSERT(committed); in xfs_attr_leaf_addname()
894 if (committed) { in xfs_attr_leaf_addname()
983 &committed); in xfs_attr_leaf_addname()
986 ASSERT(committed); in xfs_attr_leaf_addname()
[all …]
Dxfs_utils.c141 int *committed) in xfs_dir_ialloc() argument
230 if (committed != NULL) { in xfs_dir_ialloc()
231 *committed = 1; in xfs_dir_ialloc()
286 if (committed != NULL) { in xfs_dir_ialloc()
287 *committed = 0; in xfs_dir_ialloc()
Dxfs_vnodeops.c1294 int committed; in xfs_inactive_symlink_rmt() local
1366 if ((error = xfs_bmap_finish(&tp, &free_list, first_block, &committed))) in xfs_inactive_symlink_rmt()
1373 ASSERT(committed); in xfs_inactive_symlink_rmt()
1592 int committed; in xfs_inactive() local
1786 &committed); in xfs_inactive()
1862 int committed; in xfs_create() local
1957 &ip, &committed); in xfs_create()
2019 error = xfs_bmap_finish(&tp, &free_list, first_block, &committed); in xfs_create()
2348 int committed; in xfs_remove() local
2510 error = xfs_bmap_finish(&tp, &free_list, first_block, &committed); in xfs_remove()
[all …]
Dxfs_iomap.c429 int committed; in xfs_iomap_write_direct() local
530 error = xfs_bmap_finish(&tp, &free_list, firstfsb, &committed); in xfs_iomap_write_direct()
762 int i, nimaps, committed; in xfs_iomap_write_allocate() local
842 first_block, &committed); in xfs_iomap_write_allocate()
920 int committed; in xfs_iomap_write_unwritten() local
965 firstfsb, &committed); in xfs_iomap_write_unwritten()
Dxfs_rename.c242 int committed; in xfs_rename() local
572 error = xfs_bmap_finish(&tp, &free_list, first_block, &committed); in xfs_rename()
Dxfs_bmap.h206 int *committed); /* xact committed or not */
Dxfs_rtalloc.c102 int committed; /* transaction committed flag */ in xfs_growfs_rt_alloc() local
152 error = xfs_bmap_finish(&tp, &flist, firstblock, &committed); in xfs_growfs_rt_alloc()
Dxfs_inode.c1548 int committed; in xfs_itruncate_finish() local
1697 &committed); in xfs_itruncate_finish()
1711 if (committed) { in xfs_itruncate_finish()
1731 if (committed) { in xfs_itruncate_finish()
/freebsd-9-stable/contrib/binutils/
DMAINTAINERS12 any committed patches:
35 Please notify the following of any committed patches:
/freebsd-9-stable/contrib/cvs/contrib/
Dintro.doc62 by you and not yet committed (preceded by an M). You will be
85 will not be committed to the central copy unless you do a 'cvs add'.
Dcvs_acls.in87 "cvs commit". The set of files being committed for that directory as
89 checks its 'cvsacl' file to see if any of the files being committed
401 within that directory that are to be committed.
/freebsd-9-stable/contrib/ntp/sntp/m4/
Dntp_vpathhack.m45 dnl modified, because the output ntp_parser.[ch] are committed. This
/freebsd-9-stable/etc/mtree/
DREADME39 The BSD.X.new file should NOT be committed, as it will be missing
/freebsd-9-stable/contrib/cvs/
DFAQ1051 merges committed changes from the Repository into the working file.
1085 branch greater than 1.1 (one you committed there), just throw the
2071 at a time. Directories don't need to be committed.
2863 new revision added by CVS, discarding work committed earlier by CVS
2875 8. I "updated" a file my friend, "bubba", committed yesterday. Why doesn't
2882 Example: You committed a source file at 5PM. Bubba updated his copy of
2883 the file, grabbing your changes, then changed and committed a new
2892 committed by someone else or because you deleted your working file,
2944 provide the same information (for files that are not being committed)
3144 committed within that directory.
[all …]
Dconfig.h.in26 committed the change. If you are committing the change logged in as "root"
29 prohibits changes committed by users logged in as "root". You can disable
/freebsd-9-stable/contrib/groff/contrib/mm/examples/
DMUL337 committed
/freebsd-9-stable/sys/nfsclient/
Dnfs_vnops.c1366 int v3 = NFS_ISV3(vp), committed = NFSV3WRITE_FILESYNC; in nfs_writerpc() local
1436 if (committed == NFSV3WRITE_FILESYNC) in nfs_writerpc()
1437 committed = commit; in nfs_writerpc()
1438 else if (committed == NFSV3WRITE_DATASYNC && in nfs_writerpc()
1440 committed = commit; in nfs_writerpc()
1469 committed = NFSV3WRITE_FILESYNC; in nfs_writerpc()
1470 *iomode = committed; in nfs_writerpc()
/freebsd-9-stable/contrib/smbfs/
DHISTORY20 - Kernel side of smbfs committed in the FreeBSD-current. It controlled
/freebsd-9-stable/gnu/usr.bin/cvs/lib/
Dconfig.h.proto29 committed the change. If you are committing the change logged in as "root"
32 prohibits changes committed by users logged in as "root". You can disable
/freebsd-9-stable/include/rpcsvc/
Dnfs_prot.x689 stable_how committed; member
/freebsd-9-stable/usr.sbin/sade/help/
Dpartition.hlp116 related data blocks to be committed in a single transaction. This
/freebsd-9-stable/usr.sbin/sysinstall/help/
Dpartition.hlp116 related data blocks to be committed in a single transaction. This
/freebsd-9-stable/contrib/gcclibs/libgomp/
Dconfigure.ac268 # ??? 2006-01-24: Paulo committed to asking autoconf folk to document
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c1464 int error = 0, len, tsiz, rlen, commit, committed = NFSWRITE_FILESYNC; in nfsrpc_writerpc() local
1591 if (committed == NFSWRITE_FILESYNC) in nfsrpc_writerpc()
1592 committed = commit; in nfsrpc_writerpc()
1593 else if (committed == NFSWRITE_DATASYNC && in nfsrpc_writerpc()
1595 committed = commit; in nfsrpc_writerpc()
1629 *iomode = committed; in nfsrpc_writerpc()
/freebsd-9-stable/contrib/sendmail/src/
DTUNING65 returns without an error, the file has really been committed to

123