Home
last modified time | relevance | path

Searched refs:VOP_PUTPAGE (Results 1 – 25 of 41) sorted by relevance

12

/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecvfsops.c157 (void) VOP_PUTPAGE(vp, (offset_t)0, (uint_t)0, B_ASYNC, cr, in spec_sync()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c602 (void) VOP_PUTPAGE(vp, (offset_t)0, (size_t)0, in ufs_directio_write()
739 (void) VOP_PUTPAGE(vp, (offset_t)0, (size_t)0, in ufs_directio_write()
915 (void) VOP_PUTPAGE(vp, (offset_t)0, (size_t)0, in ufs_directio_read()
H A Dquotacalls.c273 (void) VOP_PUTPAGE(vp, (offset_t)0, (size_t)qip->i_size, in opendq()
644 (void) VOP_PUTPAGE(ITOV(qip), dqoff(dqp->dq_uid) & ~qip->i_fs->fs_bmask, in setquota()
H A Dufs_extvnops.c504 (void) VOP_PUTPAGE(vnodep, 0, 0, B_INVAL, credp, NULL); in ufs_alloc_data()
H A Dufs_vfsops.c490 (void) VOP_PUTPAGE(vp, (offset_t)0, (size_t)0, B_INVAL, in ufs_mountroot()
865 (void) VOP_PUTPAGE(common_specvp(devvp), (offset_t)0, in mountfs()
1671 (void) VOP_PUTPAGE(common_specvp(bvp), (offset_t)0, (size_t)0, in ufs_unmount()
H A Dufs_lockfs.c379 if ((error = VOP_PUTPAGE(common_specvp(ufsvfsp->vfs_devvp), in ufs_flush()
H A Dufs_subr.c489 error = VOP_PUTPAGE(vp, (offset_t)0, (size_t)0, in ufs_syncip()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c133 (void) VOP_PUTPAGE(vf->vf_vnode, 0, 0, B_INVAL, kcred, NULL); in vdev_file_close()
/titanic_44/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c257 (void) VOP_PUTPAGE(vp, (offset_t)0, 0, in swap_sync()
/titanic_44/usr/src/uts/common/fs/
H A Dfsflush.c304 (void) VOP_PUTPAGE(vp, offset, PAGESIZE, B_ASYNC, in fsflush_do_pages()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c382 (void) VOP_PUTPAGE(bvp, (offset_t)0, (uint32_t)0, B_INVAL, cr, NULL); in udf_unmount()
569 (void) VOP_PUTPAGE(vp, (offset_t)0, in udf_mountroot()
692 (void) VOP_PUTPAGE(devvp, (offset_t)0, (uint_t)0, in ud_mountfs()
784 (void) VOP_PUTPAGE(common_specvp(devvp), (offset_t)0, in ud_mountfs()
H A Dudf_subr.c494 error = VOP_PUTPAGE(vp, (offset_t)0, in ud_syncip()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c601 error = VOP_PUTPAGE(vp, (offset_t)0, (uint_t)0, in nfs_directio()
H A Dnfs4_callback.c1636 (void) VOP_PUTPAGE(vp, 0, 0, 0, cr, NULL); in nfs4delegreturn_impl()
2105 error = VOP_PUTPAGE(vp, 0, 0, 0, cr, NULL); in nfs4delegreturn_thread()
2123 error = VOP_PUTPAGE(vp, 0, 0, B_INVAL, cr, NULL); in nfs4delegreturn_thread()
H A Dnfs4_rnode.c220 error = VOP_PUTPAGE(vp, (u_offset_t)0, 0, 0, cr, NULL); in r4flushpages()
1386 (void) VOP_PUTPAGE(vp, (u_offset_t)0, 0, B_ASYNC, cr, NULL); in r4flush()
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_client.c139 (void) VOP_PUTPAGE(vp, (u_offset_t)0, 0, B_INVAL, cr, NULL); in smbfs_purge_caches()
/titanic_44/usr/src/uts/common/os/
H A Dvm_pageout.c723 if (VOP_PUTPAGE(arg->a_vp, (offset_t)arg->a_off, in pageout()
H A Ddumpsubr.c1535 (void) VOP_PUTPAGE(dumpvp, dumpvp_start, in dump_ereports()
1578 (void) VOP_PUTPAGE(dumpvp, dumpvp_start, in dump_messages()
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h476 #define VOP_PUTPAGE(vp, of, sz, fl, cr, ct) 0 macro
/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c210 err = VOP_PUTPAGE(PCTOV(pcp), 0, 0, flags, in syncpcp()
/titanic_44/usr/src/uts/common/vm/
H A Dvpm.c1109 error = VOP_PUTPAGE(vp, off, psize, bflags, CRED(), NULL); in vpm_sync_pages()
H A Dseg_kp.c1251 (void) VOP_PUTPAGE(vp, (offset_t)off, PAGESIZE, in segkp_unlock()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1052 return (VOP_PUTPAGE(vp, off, len, flags, cr, ct)); in lo_putpage()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1086 #define VOP_PUTPAGE(vp, of, sz, fl, cr, ct) \ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1091 #define VOP_PUTPAGE(vp, of, sz, fl, cr, ct) \ macro

12