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

/darwin-on-arm/xnu/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.c4661 int waitfor; member in struct:nfs_sync_cargs
4684 error = nfs_flush(np, cargs->waitfor, vfs_context_thread(cargs->ctx), 0);
4692 nfs_vfs_sync(mount_t mp, int waitfor, vfs_context_t ctx) argument
4696 cargs.waitfor = waitfor;
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c436 devfs_sync(__unused struct mount *mp, __unused int waitfor, __unused vfs_context_t ctx) argument
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c148 static int hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush);
168 int hfs_sync(struct mount *mp, int waitfor, vfs_context_t context);
2533 int waitfor; member in struct:hfs_sync_cargs
2555 error = hfs_fsync(vp, args->waitfor, 0, args->p);
2574 hfs_sync(struct mount *mp, int waitfor, vfs_context_t context) argument
2601 args.waitfor = waitfor;
2646 if ((error = hfs_fsync(btvp, waitfor, 0, p)))
2657 if ((error = VNOP_FSYNC(hfsmp->hfs_devvp, waitfor, context))) {
2671 error = hfs_flushvolumeheader(hfsmp, waitfor,
3549 hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush) argument
3649 hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush) argument
[all...]
H A Dhfs.h731 int hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush);
H A Dhfs_vnops.c2257 hfs_fsync(struct vnode *vp, int waitfor, int fullsync, struct proc *p) argument
2276 wait = (waitfor == MNT_WAIT);
2277 waitdata = (waitfor == MNT_DWAIT) | wait;
4916 * If waitfor is set, then wait for the disk write of
4922 hfs_update(struct vnode *vp, __unused int waitfor) argument
5048 /* XXX - waitfor is not enforced */
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c709 spec_fsync_internal(vnode_t vp, int waitfor, __unused vfs_context_t context) argument
716 buf_flushdirtyblks(vp, (waitfor == MNT_WAIT || waitfor == MNT_DWAIT), 0, "spec_fsync");
/darwin-on-arm/xnu/bsd/sys/
H A Dmount.h374 * waitfor flags to vfs_sync() and getfsstat()
602 @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.
606 int (*vfs_sync)(struct mount *mp, int waitfor, vfs_context_t context);
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c4143 VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx) argument
4154 a.a_waitfor = waitfor;

Completed in 72 milliseconds