Searched refs:nfs3_putpage (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_vnops.c | 210 static int nfs3_putpage(vnode_t *, offset_t, size_t, int, cred_t *, 267 VOPNAME_PUTPAGE, { .vop_putpage = nfs3_putpage }, 420 error = nfs3_putpage(vp, (offset_t)0, 0, B_ASYNC, in nfs3_close() 1298 error = nfs3_putpage(vp, (offset_t)0, 0, 0, cr, ct); in nfs3_getattr() 1379 error = nfs3_putpage(vp, (offset_t)0, 0, 0, cr, NULL); in nfs3setattr() 1864 error = nfs3_putpage(vp, (offset_t)0, 0, 0, in nfs3_inactive() 2918 error = nfs3_putpage(vp, (offset_t)0, 0, 0, cr, ct); in nfs3_remove() 4995 nfs3_putpage(vnode_t *vp, offset_t off, size_t len, int flags, cred_t *cr, in nfs3_putpage() function 5193 error = nfs3_putpage(vp, io_off, io_len, in nfs3_sync_putapage() 5467 error = nfs3_putpage(vp, (offset_t)0, 0, B_INVAL, cr, ct); in nfs3_frlock() [all …]
|