Searched refs:nfs3_putpage (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_vnops.c | 209 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, in nfs3_close() 1297 error = nfs3_putpage(vp, (offset_t)0, 0, 0, cr, ct); in nfs3_getattr() 1378 error = nfs3_putpage(vp, (offset_t)0, 0, 0, cr, NULL); in nfs3setattr() 1863 error = nfs3_putpage(vp, (offset_t)0, 0, 0, in nfs3_inactive() 2917 error = nfs3_putpage(vp, (offset_t)0, 0, 0, cr, ct); in nfs3_remove() 4994 nfs3_putpage(vnode_t *vp, offset_t off, size_t len, int flags, cred_t *cr, in nfs3_putpage() function 5192 error = nfs3_putpage(vp, io_off, io_len, in nfs3_sync_putapage() 5453 error = nfs3_putpage(vp, (offset_t)0, 0, B_INVAL, cr, ct); in nfs3_frlock() [all …]
|