Searched refs:nfs4_putpage (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 252 static int nfs4_putpage(vnode_t *, offset_t, size_t, int, cred_t *, 432 VOPNAME_PUTPAGE, { .vop_putpage = nfs4_putpage }, 3701 nfs4_putpage(vp, (u_offset_t)0, in nfs4_getattr() 3829 e.error = nfs4_putpage(vp, (offset_t)0, 0, 0, cr, NULL); in nfs4setattr() 4841 e.error = nfs4_putpage(vp, (u_offset_t)0, 0, 0, cr, NULL); in nfs4_inactive_otw() 6654 error = nfs4_putpage(vp, in nfs4_create() 7348 e.error = nfs4_putpage(vp, (u_offset_t)0, 0, 0, cr, ct); in nfs4_remove() 10210 nfs4_putpage(vnode_t *vp, offset_t off, size_t len, int flags, cred_t *cr, in nfs4_putpage() function 10415 error = nfs4_putpage(vp, io_off, io_len, in nfs4_sync_putapage() 10960 error = nfs4_putpage(vp, (offset_t)0, 0, B_INVAL, cr, ct); in nfs4_frlock() [all …]
|