Searched refs:batched (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c216 int batched; local
220 batched = vnode_compound_open_available(ndp->ni_dvp);
236 if (!batched) {
243 if (batched) {
253 if (!batched) {
266 if (batched) {
368 boolean_t batched; local
374 batched = FALSE;
411 batched = vnode_compound_open_available(dvp);
435 if (!batched) {
[all...]
H A Dvfs_syscalls.c339 /* Mounting image source cannot be batched with other operations */
4019 int batched; local
4051 batched = vnode_compound_remove_available(vp);
4059 if (!batched) {
4066 batched = 1;
4076 if (!batched) {
4078 /* XXX need to get these data in batched VNOP */
4112 if (!batched) {
6029 int batched = 0; local
6081 batched
6537 int batched; local
6707 int batched; local
[all...]
H A Dkpi_vfs.c3728 int batched; local
3730 batched = vnode_compound_rename_available(fdvp);
3732 if (!batched) {
3734 panic("Not batched, and no fvp?");
3814 if (batched) {
3858 if (batched) {
H A Dvfs_subr.c5155 boolean_t batched; local
5161 batched = namei_compound_available(dvp, ndp) ? TRUE : FALSE;
5233 if (batched && (old_error == 0) && (vap->va_type == VREG)) {
5238 if (!batched) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSSession.h49 CSSM_DB_HANDLE dbOpen(const char *dbName, bool batched = false);
H A DMDSSession.cpp654 CSSM_DB_HANDLE MDSSession::dbOpen(const char *dbName, bool batched) argument
663 MSDebug("Opening %s%s", dbName, batched ? " in batch mode" : "");
664 MSIoDbg("open %s in dbOpen(name, batched)", dbName);
670 batched ? &batchOpenParams : NULL,

Completed in 164 milliseconds