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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c251 pcfs_putapage, B_INVAL, (struct cred *)NULL);
422 pcfs_putapage, B_INVAL | B_TRUNC, CRED()); local
439 pcfs_putapage, B_INVAL | B_TRUNC, CRED()); local
716 (u_offset_t)0, pcfs_putapage,
748 (u_offset_t)0, pcfs_putapage,
H A Dpc_vnops.c130 int pcfs_putapage(struct vnode *, page_t *, u_offset_t *, size_t *, int,
934 pcfs_putapage, B_INVAL, (struct cred *)NULL);
964 pcfs_putapage, B_INVAL | B_TRUNC,
1697 pcfs_putapage, flags, cr);
1721 err = pcfs_putapage(vp, pp, &io_off, &io_len,
1756 pcfs_putapage( function
1851 PC_DPRINTF4(4, "pcfs_putapage: vp=%p pp=%p off=%lld len=%lu\n",
1854 PC_DPRINTF1(1, "pcfs_putapage err=%d", err);

Completed in 292 milliseconds