Searched refs:syncflag (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/common/syscall/
H A Dfdsync.c56 int syncflag; local
65 syncflag = flag & (FSYNC|FDSYNC);
67 if (error = VOP_FSYNC(fp->f_vnode, syncflag, fp->f_cred, NULL))
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c386 nm_fsync(vnode_t *vp, int syncflag, cred_t *crp, caller_context_t *ct) argument
388 return (VOP_FSYNC(VTONM(vp)->nm_filevp, syncflag, crp, ct));
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c415 socket_vop_fsync(struct vnode *vp, int syncflag, struct cred *cr, argument
/illumos-gate/usr/src/uts/common/sys/
H A Dfem.h199 int (*femop_fsync)(femarg_t *vf, int syncflag, cred_t *cr, \
345 extern int vnext_fsync(femarg_t *vf, int syncflag, cred_t *cr,
H A Dvnode.h1077 #define VOP_FSYNC(vp, syncflag, cr, ct) \
1078 fop_fsync(vp, syncflag, cr, ct)
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c218 lo_fsync(vnode_t *vp, int syncflag, struct cred *cr, caller_context_t *ct) argument
224 return (VOP_FSYNC(vp, syncflag, cr, ct));
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c175 fs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) argument
H A Dfem.c961 vhead_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) argument
973 errc = (*func)(arg0, syncflag, cr, ct);
980 errc = (*func)(arg0, syncflag, cr, ct);
2330 vnext_fsync(femarg_t *vf, int syncflag, cred_t *cr, caller_context_t *ct) argument
2340 return ((*func)(arg0, syncflag, cr, ct));
H A Dvnode.c3747 int syncflag,
3755 err = (*(vp)->v_op->vop_fsync)(vp, syncflag, cr, ct);
3745 fop_fsync( vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c1285 int syncflag = 0; local
1332 syncflag = FSYNC;
1606 if ((error == 0) && (syncflag != 0))
1607 error = VOP_FSYNC(lsp->ls_vp, syncflag, kcred, NULL);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1064 #define VOP_FSYNC(vp, syncflag, cr, ct) \
1065 fop_fsync(vp, syncflag, cr, ct)
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c1332 smbfs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) argument
1348 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp))
1351 if ((syncflag & (FSYNC|FDSYNC)) == 0)
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1586 fifo_fsync(vnode_t *vp, int syncflag, cred_t *crp, caller_context_t *ct) argument
1609 return (VOP_FSYNC(fnp->fn_realvp, syncflag, crp, ct));
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c344 dc_fsync(vnode_t *vp, int syncflag, cred_t *cred, caller_context_t *ctp) argument
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c1027 devfs_fsync(struct vnode *vp, int syncflag, struct cred *cred, argument
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c666 int syncflag,
664 fop_fsync( vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c2619 ufs_fsync(struct vnode *vp, int syncflag, struct cred *cr, argument
2635 if (vn_has_cached_data(vp) && !(syncflag & FNODSYNC) &&
2649 if (!(syncflag & FDSYNC) &&
2688 if (syncflag & FNODSYNC) {
2692 } else if (syncflag & FDSYNC)
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1484 int syncflag,
1561 (void) VOP_FSYNC(realvp, syncflag, cr, ct);
1482 spec_fsync( struct vnode *vp, int syncflag, struct cred *cr, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c1293 auto_fsync(vnode_t *cp, int syncflag, cred_t *cred, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c161 int syncflag,
160 hsfs_fsync(vnode_t *cp, int syncflag, cred_t *cred, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1170 mntfsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c1563 nfs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) argument
1567 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp))
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c885 int syncflag,
883 pcfs_fsync( struct vnode *vp, int syncflag, struct cred *cr, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1657 int syncflag,
1655 tmp_fsync( struct vnode *vp, int syncflag, struct cred *cred, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c2454 zfs_fsync(vnode_t *vp, int syncflag, cred_t *cr, caller_context_t *ct) argument
2465 if (vn_has_cached_data(vp) && !(syncflag & FNODSYNC) &&

Completed in 201 milliseconds

12