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

/xnu-2422.115.4/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-2422.115.4/bsd/nfs/
H A Dnfs_bio.c3244 nfs_flush(nfsnode_t np, int waitfor, thread_t thd, int ignore_writeerr) argument
3252 FSDBG_TOP(517, np, waitfor, ignore_writeerr, 0);
3300 flags = (passone || !(waitfor == MNT_WAIT || waitfor == MNT_DWAIT)) ? NBAC_NOWAIT : 0;
3340 if ((passone || !(waitfor == MNT_WAIT || waitfor == MNT_DWAIT)) &&
3368 if (waitfor == MNT_WAIT || waitfor == MNT_DWAIT) {
3401 if (waitfor == MNT_WAIT || waitfor
[all...]
H A Dnfs_vfsops.c4713 int waitfor; member in struct:nfs_sync_cargs
4736 error = nfs_flush(np, cargs->waitfor, vfs_context_thread(cargs->ctx), 0);
4744 nfs_vfs_sync(mount_t mp, int waitfor, vfs_context_t ctx) argument
4748 cargs.waitfor = waitfor;
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c436 devfs_sync(__unused struct mount *mp, __unused int waitfor, __unused vfs_context_t ctx) argument
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c144 static int hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush);
172 int hfs_sync(struct mount *mp, int waitfor, vfs_context_t context);
2461 int waitfor; member in struct:hfs_sync_cargs
2483 error = hfs_fsync(vp, args->waitfor, 0, args->p);
2502 hfs_sync(struct mount *mp, int waitfor, vfs_context_t context) argument
2529 args.waitfor = waitfor;
2574 if ((error = hfs_fsync(btvp, waitfor, 0, p)))
2587 if ((error = VNOP_FSYNC(hfsmp->hfs_devvp, waitfor, context))) {
2603 error = hfs_flushvolumeheader(hfsmp, waitfor,
3609 hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush) argument
3710 hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush) argument
[all...]
H A Dhfs.h703 int hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush);
H A Dhfs_vnops.c2607 hfs_fsync(struct vnode *vp, int waitfor, int fullsync, struct proc *p) argument
2626 wait = (waitfor == MNT_WAIT);
2627 waitdata = (waitfor == MNT_DWAIT) | wait;
5590 * If waitfor is set, then wait for the disk write of
5596 hfs_update(struct vnode *vp, __unused int waitfor) argument
5753 /* XXX - waitfor is not enforced */
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c748 spec_fsync_internal(vnode_t vp, int waitfor, __unused vfs_context_t context) argument
755 buf_flushdirtyblks(vp, (waitfor == MNT_WAIT || waitfor == MNT_DWAIT), 0, "spec_fsync");
/xnu-2422.115.4/bsd/sys/
H A Dmount.h374 * waitfor flags to vfs_sync() and getfsstat()
609 @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.
613 int (*vfs_sync)(struct mount *mp, int waitfor, vfs_context_t context);
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c3538 VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx) argument
3545 a.a_waitfor = waitfor;

Completed in 204 milliseconds