/minix/sys/ufs/ffs/ |
H A D | ffs_vnops.c | 290 uflags = UPDATE_CLOSE | ((flags & FSYNC_WAIT) ? UPDATE_WAIT : 0); in ffs_spec_fsync() 369 ((ap->a_flags & FSYNC_WAIT) ? PGO_SYNCIO : 0)); in ffs_fsync() 397 ((ap->a_flags & FSYNC_WAIT) ? UPDATE_WAIT : 0)); in ffs_fsync() 434 if (ap->a_flags & FSYNC_WAIT) { in ffs_fsync() 442 (((ap->a_flags & (FSYNC_WAIT | FSYNC_DATAONLY)) == FSYNC_WAIT) in ffs_fsync() 469 uflags = UPDATE_CLOSE | ((flags & FSYNC_WAIT) ? UPDATE_WAIT : 0); in ffs_full_fsync() 483 if ((flags & FSYNC_WAIT)) in ffs_full_fsync() 525 if ((flags & FSYNC_WAIT) != 0) { in ffs_full_fsync()
|
H A D | ffs_vfsops.c | 1750 error = VOP_FSYNC(ump->um_devvp, l->l_cred, FSYNC_WAIT, 0, 0); in ffs_flushfiles() 1896 (waitfor == MNT_WAIT ? FSYNC_WAIT : 0), 0, 0); in ffs_sync() 1911 (waitfor == MNT_WAIT ? FSYNC_WAIT : 0) | FSYNC_NOLOG, in ffs_sync() 2401 if ((flags & FSYNC_WAIT) != 0) in ffs_vfs_fsync() 2430 if ((flags & FSYNC_WAIT) != 0) { in ffs_vfs_fsync()
|
H A D | ffs_snapshot.c | 249 error = VOP_FSYNC(vp, l->l_cred, FSYNC_WAIT, 0, 0); 329 error = VOP_FSYNC(vp, l->l_cred, FSYNC_WAIT, 0, 0);
|
/minix/sys/sys/ |
H A D | vnode.h | 324 #define FSYNC_WAIT 0x0001 /* fsync: wait for completion */ macro
|
/minix/sys/fs/msdosfs/ |
H A D | msdosfs_vfsops.c | 1029 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0) in msdosfs_sync() 1039 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0) in msdosfs_sync()
|
H A D | msdosfs_vnops.c | 1818 wait = (ap->a_flags & FSYNC_WAIT) != 0; in msdosfs_fsync()
|
/minix/sys/fs/v7fs/ |
H A D | v7fs_vfsops.c | 403 err = VOP_FSYNC(vp, cred, FSYNC_WAIT, 0, 0); in v7fs_sync()
|
H A D | v7fs_vnops.c | 668 wait = (a->a_flags & FSYNC_WAIT); in v7fs_fsync()
|
/minix/sys/ufs/ext2fs/ |
H A D | ext2fs_vfsops.c | 894 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0); in ext2fs_sync() 906 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0) in ext2fs_sync()
|
H A D | ext2fs_vnops.c | 964 wait = (ap->a_flags & FSYNC_WAIT) != 0; in ext2fs_fsync()
|
/minix/sys/fs/udf/ |
H A D | udf_subr.c | 1826 error = vflushbuf(bitmap_node->vnode, FSYNC_WAIT); in udf_write_metadata_partition_spacetable() 1829 FSCRED, FSYNC_WAIT, 0, 0); in udf_write_metadata_partition_spacetable() 2828 error = vflushbuf(ump->vat_node->vnode, FSYNC_WAIT); in udf_writeout_vat() 2832 FSCRED, FSYNC_WAIT, 0, 0); in udf_writeout_vat() 3725 (void) vflushbuf(ump->vat_node->vnode, FSYNC_WAIT); in udf_close_logvol() 3728 FSCRED, FSYNC_WAIT, 0, 0); in udf_close_logvol() 3764 FSCRED, FSYNC_WAIT, 0, 0); in udf_close_logvol() 3857 error1 = udf_writeout_node(ump->metadata_node, FSYNC_WAIT); in udf_close_logvol() 3866 error2 = udf_writeout_node(ump->metadatamirror_node, FSYNC_WAIT); in udf_close_logvol() 6148 return VOP_FSYNC(vp, FSCRED, FSYNC_WAIT, 0,0); in udf_update()
|
H A D | udf_vfsops.c | 495 udf_sync(mp, FSYNC_WAIT, NOCRED); in udf_unmount()
|
H A D | udf_vnops.c | 2075 (ap->a_flags & FSYNC_WAIT) ? "wait":"no wait", in udf_fsync() 2079 wait = (ap->a_flags & FSYNC_WAIT) ? UPDATE_WAIT : 0; in udf_fsync()
|
/minix/sys/fs/puffs/ |
H A D | puffs_vnops.c | 1745 if (ap->a_flags & FSYNC_WAIT) { in puffs_vnop_fsync() 1753 (ap->a_flags & FSYNC_WAIT) == FSYNC_WAIT); in puffs_vnop_fsync() 1767 dofaf = (ap->a_flags & FSYNC_WAIT) == 0 || ap->a_flags == FSYNC_LAZY; in puffs_vnop_fsync()
|
H A D | puffs_vfsops.c | 513 fsyncwait = (waitfor == MNT_WAIT) ? FSYNC_WAIT : 0; in pageflush()
|
/minix/sys/ufs/lfs/ |
H A D | lfs_vnops.c | 408 wait = (ap->a_flags & FSYNC_WAIT); in lfs_fsync() 762 if ((error = VOP_FSYNC(*vpp, NOCRED, FSYNC_WAIT, 0, 0)) != 0) { in lfs_mknod()
|