Searched refs:nfs_putpage (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 175 static int nfs_putpage(vnode_t *, offset_t, size_t, int, cred_t *, 230 VOPNAME_PUTPAGE, { .vop_putpage = nfs_putpage }, 381 error = nfs_putpage(vp, (offset_t)0, 0, B_ASYNC, 386 error = nfs_putpage(vp, (offset_t)0, 0, 0, cr, ct); 1126 error = nfs_putpage(vp, (offset_t)0, 0, 0, cr, ct); 1220 error = nfs_putpage(vp, (offset_t)0, 0, 0, cr, NULL); 1573 error = nfs_putpage(vp, (offset_t)0, 0, 0, cr, ct); 1646 error = nfs_putpage(vp, (offset_t)0, 0, 0, 2302 error = nfs_putpage(vp, (offset_t)0, 0, 0, cr, ct); 4079 nfs_putpage(vnode_ function [all...] |
Completed in 66 milliseconds