Searched refs:waitfor (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c53 int mockfs_sync(__unused struct mount *mp, __unused int waitfor, __unused vfs_context_t ctx);
214 int mockfs_sync(__unused struct mount *mp, __unused int waitfor, __unused vfs_context_t ctx) argument
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c144 static int hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush);
170 int hfs_sync(struct mount *mp, int waitfor, vfs_context_t context);
2446 int waitfor; member in struct:hfs_sync_cargs
2468 error = hfs_fsync(vp, args->waitfor, 0, args->p);
2487 hfs_sync(struct mount *mp, int waitfor, vfs_context_t context) argument
2517 args.waitfor = waitfor;
2562 if ((error = hfs_fsync(btvp, waitfor, 0, p)))
2575 if ((error = VNOP_FSYNC(hfsmp->hfs_devvp, waitfor, context))) {
2591 error = hfs_flushvolumeheader(hfsmp, waitfor,
3594 hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush) argument
3695 hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush) argument
[all...]
H A Dhfs.h757 int hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush);
H A Dhfs_vnops.c2871 hfs_fsync(struct vnode *vp, int waitfor, int fullsync, struct proc *p) argument
2890 wait = (waitfor == MNT_WAIT);
2891 waitdata = (waitfor == MNT_DWAIT) | wait;
5971 * If waitfor is set, then wait for the disk write of
5977 hfs_update(struct vnode *vp, __unused int waitfor) argument
6083 /* XXX - waitfor is not enforced */
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c3253 nfs_flush(nfsnode_t np, int waitfor, thread_t thd, int ignore_writeerr) argument
3261 FSDBG_TOP(517, np, waitfor, ignore_writeerr, 0);
3309 flags = (passone || !(waitfor == MNT_WAIT || waitfor == MNT_DWAIT)) ? NBAC_NOWAIT : 0;
3349 if ((passone || !(waitfor == MNT_WAIT || waitfor == MNT_DWAIT)) &&
3377 if (waitfor == MNT_WAIT || waitfor == MNT_DWAIT) {
3410 if (waitfor == MNT_WAIT || waitfor
[all...]
H A Dnfs_vfsops.c4787 int waitfor; member in struct:nfs_sync_cargs
4810 error = nfs_flush(np, cargs->waitfor, vfs_context_thread(cargs->ctx), 0);
4818 nfs_vfs_sync(mount_t mp, int waitfor, vfs_context_t ctx) argument
4822 cargs.waitfor = waitfor;
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c425 devfs_sync(__unused struct mount *mp, __unused int waitfor, __unused vfs_context_t ctx) argument
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c749 spec_fsync_internal(vnode_t vp, int waitfor, __unused vfs_context_t context) argument
756 buf_flushdirtyblks(vp, (waitfor == MNT_WAIT || waitfor == MNT_DWAIT), 0, "spec_fsync");
/xnu-2782.1.97/bsd/sys/
H A Dmount.h373 * waitfor flags to vfs_sync() and getfsstat()
623 @param waitfor MNT_WAIT: flush synchronously, waiting for all data to be written before returning. MNT_NOWAIT: start I/O but do not wait for it.
627 int (*vfs_sync)(struct mount *mp, int waitfor, vfs_context_t context);
/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c3537 VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx) argument
3544 a.a_waitfor = waitfor;

Completed in 117 milliseconds