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

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c1140 int waitfor; member in struct:ffs_sync_cargs
1157 error = VNOP_FSYNC(vp, args->waitfor, args->context);
1174 ffs_sync(mp, waitfor, context)
1176 int waitfor;
1195 args.waitfor = waitfor;
1210 if (error = VNOP_FSYNC(ump->um_devvp, waitfor, context))
1222 if (error = ffs_sbupdate(ump, waitfor))
1559 ffs_sbupdate(mp, waitfor)
1561 int waitfor;
[all...]
H A Dffs_vnops.c256 ffs_fsync_internal(vnode_t vp, int waitfor) argument
259 int wait = (waitfor == MNT_WAIT);
H A Dffs_inode.c106 * time. If waitfor is set, then wait for the disk write of the inode to
110 ffs_update(struct vnode *vp, struct timeval *access, struct timeval *modify, int waitfor) argument
167 if (waitfor && (vp->v_mount->mnt_flag & MNT_ASYNC) == 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vfsops.c299 synthfs_sync(mp, waitfor, context)
301 int waitfor;
H A Dsynthfs.h235 int synthfs_update(struct vnode *vp, struct timeval *access, struct timeval *modify, int waitfor);
H A Dsynthfs_vnops.c1217 * time. If waitfor is set, then wait for the disk write of the node to
1222 synthfs_update(struct vnode *vp, struct timeval *access, struct timeval *modify, __unused int waitfor) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vfsops.c280 fdesc_sync(__unused struct mount *mp, __unused int waitfor, __unused vfs_context_t context) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull_vfsops.c323 nullfs_sync(__unused struct mount *mp, __unused int waitfor, argument
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c128 static int hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush);
138 static int hfs_sync(struct mount *mp, int waitfor, vfs_context_t context);
1930 int waitfor; member in struct:hfs_sync_cargs
1952 error = hfs_fsync(vp, args->waitfor, 0, args->p);
1971 hfs_sync(struct mount *mp, int waitfor, vfs_context_t context) argument
1998 args.waitfor = waitfor;
2043 if ((error = hfs_fsync(btvp, waitfor, 0, p)))
2054 if ((error = VNOP_FSYNC(hfsmp->hfs_devvp, waitfor, context))) {
2068 error = hfs_flushvolumeheader(hfsmp, waitfor,
2896 hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush) argument
2997 hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush) argument
[all...]
H A Dhfs.h649 int hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush);
H A Dhfs_vnops.c1321 hfs_fsync(struct vnode *vp, int waitfor, int fullsync, struct proc *p) argument
1332 wait = (waitfor == MNT_WAIT);
3337 * If waitfor is set, then wait for the disk write of
3344 hfs_update(struct vnode *vp, __unused int waitfor) argument
3450 /* XXX - waitfor is not enforced */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c322 devfs_sync(__unused struct mount *mp, __unused int waitfor, __unused vfs_context_t ctx) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmount.h360 * waitfor flags to vfs_sync() and getfsstat()
508 int (*vfs_sync)(struct mount *mp, int waitfor, vfs_context_t context);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c570 spec_fsync_internal(vnode_t vp, int waitfor, __unused vfs_context_t context) argument
577 buf_flushdirtyblks(vp, waitfor == MNT_WAIT, 0, "spec_fsync");
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c3287 nfs_flush(nfsnode_t np, int waitfor, thread_t thd, int ignore_writeerr) argument
3295 FSDBG_TOP(517, np, waitfor, ignore_writeerr, 0);
3342 flags = (passone || (waitfor != MNT_WAIT)) ? NBAC_NOWAIT : 0;
3382 if ((passone || (waitfor != MNT_WAIT)) &&
3410 if (waitfor == MNT_WAIT) {
3443 if (waitfor == MNT_WAIT) {
H A Dnfs_vfsops.c2332 int waitfor; member in struct:nfs_sync_cargs
2349 error = nfs_flush(VTONFS(vp), cargs->waitfor, cargs->thd, 0);
2357 nfs_vfs_sync(mount_t mp, int waitfor, vfs_context_t ctx) argument
2361 cargs.waitfor = waitfor;
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c908 cd9660_sync(__unused struct mount *mp, __unused int waitfor, argument
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c3417 VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx) argument
3426 a.a_waitfor = waitfor;

Completed in 243 milliseconds