Searched refs:FSYNC (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | vnode.h | 236 #define FSYNC FFSYNC macro 294 ASSERT(flag == FSYNC); in zfs_vop_fsync()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | vdev_file.c | 180 zio->io_error = VOP_FSYNC(vp, FSYNC | FDSYNC, in vdev_file_io_start()
|
H A D | zfs_log.c | 479 else if (ioflag & (FSYNC | FDSYNC)) in zfs_log_write() 519 if (!(ioflag & (FSYNC | FDSYNC)) && (zp->z_sync_cnt == 0) && in zfs_log_write()
|
H A D | spa_config.c | 202 err = VOP_FSYNC(vp, FSYNC, kcred, NULL); in spa_config_write()
|
H A D | zfs_vnops.c | 222 if (flag & (FSYNC | FDSYNC)) in zfs_open() 247 if ((flag & (FSYNC | FDSYNC)) && (count == 1)) in zfs_close() 1429 if (ioflag & (FSYNC | FDSYNC) || in zfs_write() 5085 flags |= (FSYNC | FDSYNC | FRSYNC); in ioflags()
|
/netbsd-src/lib/libpuffs/ |
H A D | puffs.c | 86 FILLOP(fsync, FSYNC); in fillvnopmask()
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | fs.c | 1725 X(FSYNC, uv__fs_fsync(req)); in uv__fs_work() 1884 INIT(FSYNC); in uv_fs_fsync()
|
/netbsd-src/share/man/tools/ |
H A D | sp.ignore | 888 FSYNC
|
H A D | newsp.errs | 1181 FSYNC
|
/netbsd-src/lib/librumphijack/ |
H A D | hijack.c | 363 { DUALCALL_FSYNC, "fsync", RSYS_NAME(FSYNC) },
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | fs.c | 2816 XX(FSYNC, fsync) in uv__fs_work()
|
/netbsd-src/sys/fs/puffs/ |
H A D | puffs_vnops.c | 1707 if (!EXISTSOP(pmp, FSYNC) || (pn->pn_stat & PNODE_DYING)) in puffs_vnop_fsync()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | gfortran.texi | 1009 if (ret /= 0) stop "Error calling FSYNC"
|
H A D | gfortran.info | 2493 if (ret /= 0) stop "Error calling FSYNC" 12033 if (ret /= 0) stop "Error calling FSYNC"
|
H A D | intrinsic.texi | 6320 if (ret /= 0) stop "Error calling FSYNC"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfortran.texi | 1393 if (ret /= 0) stop "Error calling FSYNC"
|
H A D | gfortran.info | 2767 if (ret /= 0) stop "Error calling FSYNC" 12363 if (ret /= 0) stop "Error calling FSYNC"
|
H A D | intrinsic.texi | 6322 if (ret /= 0) stop "Error calling FSYNC"
|