/titanic_44/usr/src/uts/common/syscall/ |
H A D | fdsync.c | 67 if (error = VOP_FSYNC(fp->f_vnode, syncflag, fp->f_cred, NULL)) in fdsync()
|
H A D | pathconf.c | 110 if (!(error = VOP_FSYNC(vp, FSYNC, cr, NULL))) in cpathconf()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_srv.c | 319 (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 D | nfs3_srv.c | 322 (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 D | nfs4_srv.c | 1438 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 D | namevno.c | 173 (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 D | namevfs.c | 658 return (VOP_FSYNC(nodep->nm_filevp, FSYNC, crp, NULL)); in nm_sync()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | inst_sync.c | 252 error = VOP_FSYNC(fp->vp, FSYNC, CRED(), NULL); in in_fflush()
|
H A D | devcache.c | 620 rval = VOP_FSYNC(fp->kf_vp, FSYNC, kcred, NULL); in kfclose()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_file.c | 203 zio->io_error = VOP_FSYNC(vf->vf_vnode, FSYNC | FDSYNC, in vdev_file_io_start()
|
H A D | spa_config.c | 185 err = VOP_FSYNC(vp, FSYNC, kcred, NULL); in spa_config_write()
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 479 #define VOP_FSYNC(vp, f, cr, ct) fsync((vp)->v_fd) macro
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_filegrp.c | 691 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 D | cachefs_subr.c | 738 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 D | cachefs_cnode.c | 1472 error = VOP_FSYNC(cp->c_backvp, FSYNC, kcred, in cachefs_cnode_sync()
|
H A D | cachefs_ioctl.c | 1452 error = VOP_FSYNC(backvp, FSYNC, cr, NULL); in cachefs_io_pushback()
|
H A D | cachefs_vnops.c | 3248 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 D | cpr_misc.c | 777 else if (rc = VOP_FSYNC(vp, FSYNC, CRED(), NULL)) in cpr_write_deffile()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 225 return (VOP_FSYNC(vp, syncflag, cr, ct)); in lo_fsync()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 834 return (VOP_FSYNC(vp, 1, cr, &smb_ct)); in smb_vop_commit()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1064 #define VOP_FSYNC(vp, syncflag, cr, ct) \ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1069 #define VOP_FSYNC(vp, syncflag, cr, ct) \ macro
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1607 return (VOP_FSYNC(fnp->fn_realvp, syncflag, crp, ct)); in fifo_fsync()
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 1561 (void) VOP_FSYNC(realvp, syncflag, cr, ct); in spec_fsync()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | lofi.c | 1322 error = VOP_FSYNC(lsp->ls_vp, syncflag, kcred, NULL); in lofi_strategy_task()
|