Searched refs:pcfs_putapage (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_node.c | 251 pcfs_putapage, B_INVAL, (struct cred *)NULL); in pc_rele() 422 pcfs_putapage, B_INVAL | B_TRUNC, CRED()); in pc_truncate() 439 pcfs_putapage, B_INVAL | B_TRUNC, CRED()); in pc_truncate() 716 (u_offset_t)0, pcfs_putapage, in pc_diskchanged() 748 (u_offset_t)0, pcfs_putapage, in pc_diskchanged()
|
H A D | pc_vnops.c | 130 int pcfs_putapage(struct vnode *, page_t *, u_offset_t *, size_t *, int, 934 pcfs_putapage, B_INVAL, (struct cred *)NULL); in pcfs_inactive() 964 pcfs_putapage, B_INVAL | B_TRUNC, in pcfs_inactive() 1697 pcfs_putapage, flags, cr); in pcfs_putpage() 1721 err = pcfs_putapage(vp, pp, &io_off, &io_len, in pcfs_putpage() 1756 pcfs_putapage( in pcfs_putapage() function
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | pc_node.h | 146 extern int pcfs_putapage(struct vnode *, page_t *, u_offset_t *, size_t *, int,
|