/illumos-gate/usr/src/uts/common/vm/ |
H A D | pvn.h | 67 void pvn_write_done(struct page *plist, int flags);
|
H A D | vm_pvn.c | 360 pvn_write_done(page_t *plist, int flags) in pvn_write_done() function
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 2109 pvn_write_done(pplist, B_ERROR | B_WRITE | flags); in tmp_putapage() 2130 pvn_write_done(pplist, B_ERROR | B_WRITE | flags); in tmp_putapage() 2138 pvn_write_done(npplist, B_ERROR | B_WRITE | flags); in tmp_putapage() 2150 pvn_write_done(pplist, ((err) ? B_ERROR : 0) | B_WRITE | flags); in tmp_putapage()
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 2315 pvn_write_done(cpp, B_ERROR); in udf_pageio() 2825 pvn_write_done(pp, B_ERROR | B_WRITE | flags); in ud_putapage() 2852 pvn_write_done(pp, flags); in ud_putapage() 2929 pvn_write_done(pp, ((error) ? B_ERROR : 0) | B_WRITE | flags); in ud_putapage() 2936 pvn_write_done(pp, B_ERROR | B_WRITE | flags); in ud_putapage()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 1567 pvn_write_done(pp, flags | B_ERROR); in nfs_async_putapage() 1579 pvn_write_done(pp, flags | B_ERROR); in nfs_async_putapage() 1699 pvn_write_done(pp, flags | B_ERROR); in nfs_async_pageio() 1712 pvn_write_done(pp, flags | B_ERROR); in nfs_async_pageio()
|
H A D | nfs4_client.c | 1794 pvn_write_done(pp, flags | B_ERROR); in nfs4_async_putapage() 1808 pvn_write_done(pp, flags | B_ERROR); in nfs4_async_putapage() 1926 pvn_write_done(pp, flags | B_ERROR); in nfs4_async_pageio() 1939 pvn_write_done(pp, flags | B_ERROR); in nfs4_async_pageio()
|
H A D | nfs_vnops.c | 4261 pvn_write_done(pp, flags); in nfs_sync_putapage() 4291 pvn_write_done(pp, flags); in nfs_sync_putapage() 4926 pvn_write_done(pp, (error ? B_ERROR : 0) | flags); in nfs_sync_pageio()
|
H A D | nfs3_vnops.c | 5174 pvn_write_done(pp, flags); in nfs3_sync_putapage() 5204 pvn_write_done(pp, flags); in nfs3_sync_putapage() 5940 pvn_write_done(pp, (error ? B_ERROR : 0) | flags); in nfs3_sync_pageio()
|
H A D | nfs4_vnops.c | 10396 pvn_write_done(pp, flags); in nfs4_sync_putapage() 10426 pvn_write_done(pp, flags); in nfs4_sync_putapage() 11492 pvn_write_done(pp, (error ? B_ERROR : 0) | flags); in nfs4_sync_pageio()
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 1836 pvn_write_done(pp, ((err) ? B_ERROR : 0) | B_WRITE | flags); in pcfs_putapage() 1841 pvn_write_done(pp, B_WRITE | flags); in pcfs_putapage() 1843 pvn_write_done(pp, B_ERROR | B_WRITE | flags); in pcfs_putapage()
|
/illumos-gate/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 734 pvn_write_done(pp, ((err) ? B_ERROR : 0) | B_WRITE | flags); in swap_putapage()
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 1562 pvn_write_done(pp, B_ERROR | B_WRITE | B_INVAL | B_FORCE | flags); in hsfs_putapage() 1637 * I/O and force pvn_write_done() to destroy the page. in hsfs_putpage() 1642 pvn_write_done(pp, flags | in hsfs_putpage()
|
/illumos-gate/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 666 pvn_write_done(pp, flags | in dc_putpage()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 4610 pvn_write_done(pp, B_INVAL|B_FORCE|B_ERROR); in zfs_null_putapage() 4674 pvn_write_done(trunc, flags); in zfs_putapage() 4723 pvn_write_done(pp, (err ? B_ERROR : 0) | flags); in zfs_putapage()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 5447 pvn_write_done(pp, ((err) ? B_ERROR : 0) | B_WRITE | flags); in ufs_putapage() 5454 pvn_write_done(pp, B_ERROR | B_WRITE | flags); in ufs_putapage() 5990 pvn_write_done(cpp, B_ERROR); in ufs_pageio()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | bio.c | 1899 pvn_write_done(bp->b_pages, B_WRITE | bp->b_flags); in bio_pageio_done()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 4333 pvn_write_done(pp, flags); in smbfs_putapage() 4363 pvn_write_done(pp, flags); in smbfs_putapage()
|
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 2167 pvn_write_done(pp, ((err) ? B_ERROR : 0) | B_WRITE | flags); in spec_putapage()
|