Home
last modified time | relevance | path

Searched refs:FSYNC_WAIT (Results 1 – 16 of 16) sorted by relevance

/minix/sys/ufs/ffs/
H A Dffs_vnops.c290 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 Dffs_vfsops.c1750 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 Dffs_snapshot.c249 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 Dvnode.h324 #define FSYNC_WAIT 0x0001 /* fsync: wait for completion */ macro
/minix/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c1029 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 Dmsdosfs_vnops.c1818 wait = (ap->a_flags & FSYNC_WAIT) != 0; in msdosfs_fsync()
/minix/sys/fs/v7fs/
H A Dv7fs_vfsops.c403 err = VOP_FSYNC(vp, cred, FSYNC_WAIT, 0, 0); in v7fs_sync()
H A Dv7fs_vnops.c668 wait = (a->a_flags & FSYNC_WAIT); in v7fs_fsync()
/minix/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c894 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 Dext2fs_vnops.c964 wait = (ap->a_flags & FSYNC_WAIT) != 0; in ext2fs_fsync()
/minix/sys/fs/udf/
H A Dudf_subr.c1826 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 Dudf_vfsops.c495 udf_sync(mp, FSYNC_WAIT, NOCRED); in udf_unmount()
H A Dudf_vnops.c2075 (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 Dpuffs_vnops.c1745 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 Dpuffs_vfsops.c513 fsyncwait = (waitfor == MNT_WAIT) ? FSYNC_WAIT : 0; in pageflush()
/minix/sys/ufs/lfs/
H A Dlfs_vnops.c408 wait = (ap->a_flags & FSYNC_WAIT); in lfs_fsync()
762 if ((error = VOP_FSYNC(*vpp, NOCRED, FSYNC_WAIT, 0, 0)) != 0) { in lfs_mknod()