/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvfsops.c | 157 (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 D | ufs_directio.c | 602 (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 D | quotacalls.c | 273 (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 D | ufs_extvnops.c | 504 (void) VOP_PUTPAGE(vnodep, 0, 0, B_INVAL, credp, NULL); in ufs_alloc_data()
|
H A D | ufs_vfsops.c | 490 (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 D | ufs_lockfs.c | 379 if ((error = VOP_PUTPAGE(common_specvp(ufsvfsp->vfs_devvp), in ufs_flush()
|
H A D | ufs_subr.c | 489 error = VOP_PUTPAGE(vp, (offset_t)0, (size_t)0, in ufs_syncip()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_file.c | 133 (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 D | swap_subr.c | 257 (void) VOP_PUTPAGE(vp, (offset_t)0, 0, in swap_sync()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | fsflush.c | 304 (void) VOP_PUTPAGE(vp, offset, PAGESIZE, B_ASYNC, in fsflush_do_pages()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 382 (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 D | udf_subr.c | 494 error = VOP_PUTPAGE(vp, (offset_t)0, in ud_syncip()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_common.c | 601 error = VOP_PUTPAGE(vp, (offset_t)0, (uint_t)0, in nfs_directio()
|
H A D | nfs4_callback.c | 1636 (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 D | nfs4_rnode.c | 220 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 D | smbfs_client.c | 139 (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 D | vm_pageout.c | 723 if (VOP_PUTPAGE(arg->a_vp, (offset_t)arg->a_off, in pageout()
|
H A D | dumpsubr.c | 1535 (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 D | zfs_context.h | 476 #define VOP_PUTPAGE(vp, of, sz, fl, cr, ct) 0 macro
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_node.c | 210 err = VOP_PUTPAGE(PCTOV(pcp), 0, 0, flags, in syncpcp()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | vpm.c | 1109 error = VOP_PUTPAGE(vp, off, psize, bflags, CRED(), NULL); in vpm_sync_pages()
|
H A D | seg_kp.c | 1251 (void) VOP_PUTPAGE(vp, (offset_t)off, PAGESIZE, in segkp_unlock()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 1052 return (VOP_PUTPAGE(vp, off, len, flags, cr, ct)); in lo_putpage()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1086 #define VOP_PUTPAGE(vp, of, sz, fl, cr, ct) \ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1091 #define VOP_PUTPAGE(vp, of, sz, fl, cr, ct) \ macro
|