Home
last modified time | relevance | path

Searched refs:VOP_FSYNC (Results 1 – 25 of 28) sorted by relevance

12

/titanic_44/usr/src/uts/common/syscall/
H A Dfdsync.c67 if (error = VOP_FSYNC(fp->f_vnode, syncflag, fp->f_cred, NULL)) in fdsync()
H A Dpathconf.c110 if (!(error = VOP_FSYNC(vp, FSYNC, cr, NULL))) in cpathconf()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c319 (void) VOP_FSYNC(vp, FNODSYNC, cr, &ct); in rfs_setattr()
1639 error = VOP_FSYNC(vp, FNODSYNC, cr, &ct); in rfs_write()
1904 (void) VOP_FSYNC(realvp, FNODSYNC, cr, NULL); in rfs_create()
1906 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs_create()
1919 (void) VOP_FSYNC(dvp, 0, cr, NULL); in rfs_create()
2010 (void) VOP_FSYNC(vp, 0, cr, NULL); in rfs_remove()
2158 (void) VOP_FSYNC(tovp, 0, cr, NULL); in rfs_rename()
2159 (void) VOP_FSYNC(fromvp, 0, cr, NULL); in rfs_rename()
2248 (void) VOP_FSYNC(tovp, 0, cr, NULL); in rfs_link()
2249 (void) VOP_FSYNC(fromvp, FNODSYNC, cr, NULL); in rfs_link()
[all …]
H A Dnfs3_srv.c322 (void) VOP_FSYNC(vp, FNODSYNC, cr, &ct); in rfs3_setattr()
848 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs3_readlink()
1819 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs3_create()
1820 (void) VOP_FSYNC(dvp, 0, cr, NULL); in rfs3_create()
1965 (void) VOP_FSYNC(dvp, 0, cr, NULL); in rfs3_mkdir()
1982 (void) VOP_FSYNC(vp, 0, cr, NULL); in rfs3_mkdir()
2132 (void) VOP_FSYNC(dvp, 0, cr, NULL); in rfs3_symlink()
2155 (void) VOP_FSYNC(vp, 0, cr, NULL); in rfs3_symlink()
2332 (void) VOP_FSYNC(dvp, 0, cr, NULL); in rfs3_mknod()
2354 (void) VOP_FSYNC(realvp, FNODSYNC, cr, NULL); in rfs3_mknod()
[all …]
H A Dnfs4_srv.c1438 error = VOP_FSYNC(vp, FSYNC, cr, NULL); in rfs4_op_commit()
1812 (void) VOP_FSYNC(dvp, 0, cr, NULL); in rfs4_op_create()
1880 (void) VOP_FSYNC(realvp, syncval, cr, NULL); in rfs4_op_create()
1882 (void) VOP_FSYNC(vp, syncval, cr, NULL); in rfs4_op_create()
2580 (void) VOP_FSYNC(vp, FNODSYNC, cs->cr, NULL); in rfs4_op_link()
2581 (void) VOP_FSYNC(dvp, 0, cs->cr, NULL); in rfs4_op_link()
4365 (void) VOP_FSYNC(dvp, 0, cs->cr, NULL); in rfs4_op_remove()
4709 (void) VOP_FSYNC(odvp, 0, cs->cr, NULL); in rfs4_op_rename()
4710 (void) VOP_FSYNC(ndvp, 0, cs->cr, NULL); in rfs4_op_rename()
5389 (void) VOP_FSYNC(vp, FNODSYNC, cr, &ct); in do_rfs4_op_setattr()
[all …]
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevno.c173 (void) VOP_FSYNC(nodep->nm_filevp, FSYNC, crp, ct); in nm_close()
388 return (VOP_FSYNC(VTONM(vp)->nm_filevp, syncflag, crp, ct)); in nm_fsync()
H A Dnamevfs.c658 return (VOP_FSYNC(nodep->nm_filevp, FSYNC, crp, NULL)); in nm_sync()
/titanic_44/usr/src/uts/common/os/
H A Dinst_sync.c252 error = VOP_FSYNC(fp->vp, FSYNC, CRED(), NULL); in in_fflush()
H A Ddevcache.c620 rval = VOP_FSYNC(fp->kf_vp, FSYNC, kcred, NULL); in kfclose()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c203 zio->io_error = VOP_FSYNC(vf->vf_vnode, FSYNC | FDSYNC, in vdev_file_io_start()
H A Dspa_config.c185 err = VOP_FSYNC(vp, FSYNC, kcred, NULL); in spa_config_write()
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h479 #define VOP_FSYNC(vp, f, cr, ct) fsync((vp)->v_fd) macro
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_filegrp.c691 error = VOP_FSYNC(fgp->fg_attrvp, FSYNC, kcred, NULL); in filegrp_sync()
1669 error = VOP_FSYNC(attrvp, FSYNC, kcred, NULL); in filegrpattr_create()
H A Dcachefs_subr.c738 error = VOP_FSYNC(cachep->c_resfilevp, FSYNC, kcred, NULL); in cachefs_cache_rssync()
2428 error = VOP_FSYNC(frontvp, FSYNC, cr, NULL); in cachefs_async_populate()
H A Dcachefs_cnode.c1472 error = VOP_FSYNC(cp->c_backvp, FSYNC, kcred, in cachefs_cnode_sync()
H A Dcachefs_ioctl.c1452 error = VOP_FSYNC(backvp, FSYNC, cr, NULL); in cachefs_io_pushback()
H A Dcachefs_vnops.c3248 error = VOP_FSYNC(cp->c_backvp, syncflag, cr, in cachefs_fsync()
3338 error = VOP_FSYNC(cp->c_frontvp, FSYNC, kcred, NULL); in cachefs_sync_metadata()
7638 error = VOP_FSYNC(cp->c_frontvp, FSYNC, cr, in cachefs_getapage()
/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_misc.c777 else if (rc = VOP_FSYNC(vp, FSYNC, CRED(), NULL)) in cpr_write_deffile()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c225 return (VOP_FSYNC(vp, syncflag, cr, ct)); in lo_fsync()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c834 return (VOP_FSYNC(vp, 1, cr, &smb_ct)); in smb_vop_commit()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1064 #define VOP_FSYNC(vp, syncflag, cr, ct) \ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1069 #define VOP_FSYNC(vp, syncflag, cr, ct) \ macro
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1607 return (VOP_FSYNC(fnp->fn_realvp, syncflag, crp, ct)); in fifo_fsync()
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1561 (void) VOP_FSYNC(realvp, syncflag, cr, ct); in spec_fsync()
/titanic_44/usr/src/uts/common/io/
H A Dlofi.c1322 error = VOP_FSYNC(lsp->ls_vp, syncflag, kcred, NULL); in lofi_strategy_task()

12