Searched defs:nfs3_putpage (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c209 static int nfs3_putpage(vnode_t *, offset_t, size_t, int, cred_t *,
266 VOPNAME_PUTPAGE, { .vop_putpage = nfs3_putpage },
419 error = nfs3_putpage(vp, (offset_t)0, 0, B_ASYNC,
1297 error = nfs3_putpage(vp, (offset_t)0, 0, 0, cr, ct);
1378 error = nfs3_putpage(vp, (offset_t)0, 0, 0, cr, NULL);
1863 error = nfs3_putpage(vp, (offset_t)0, 0, 0,
2917 error = nfs3_putpage(vp, (offset_t)0, 0, 0, cr, ct);
4994 nfs3_putpage(vnode_t *vp, offset_t off, size_t len, int flags, cred_t *cr, function
5192 error = nfs3_putpage(vp, io_off, io_len,
5453 error = nfs3_putpage(v
[all...]

Completed in 336 milliseconds