/titanic_41/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 | 361 pvn_write_done(page_t *plist, int flags) in pvn_write_done() function
|
/titanic_41/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 2094 pvn_write_done(pplist, B_ERROR | B_WRITE | flags); in tmp_putapage() 2115 pvn_write_done(pplist, B_ERROR | B_WRITE | flags); in tmp_putapage() 2123 pvn_write_done(npplist, B_ERROR | B_WRITE | flags); in tmp_putapage() 2135 pvn_write_done(pplist, ((err) ? B_ERROR : 0) | B_WRITE | flags); in tmp_putapage()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 2313 pvn_write_done(cpp, B_ERROR); in udf_pageio() 2826 pvn_write_done(pp, B_ERROR | B_WRITE | flags); in ud_putapage() 2853 pvn_write_done(pp, flags); in ud_putapage() 2930 pvn_write_done(pp, ((error) ? B_ERROR : 0) | B_WRITE | flags); in ud_putapage() 2937 pvn_write_done(pp, B_ERROR | B_WRITE | flags); in ud_putapage()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 1559 pvn_write_done(pp, flags | B_ERROR); in nfs_async_putapage() 1571 pvn_write_done(pp, flags | B_ERROR); in nfs_async_putapage() 1691 pvn_write_done(pp, flags | B_ERROR); in nfs_async_pageio() 1704 pvn_write_done(pp, flags | B_ERROR); in nfs_async_pageio()
|
H A D | nfs4_client.c | 1793 pvn_write_done(pp, flags | B_ERROR); in nfs4_async_putapage() 1807 pvn_write_done(pp, flags | B_ERROR); in nfs4_async_putapage() 1925 pvn_write_done(pp, flags | B_ERROR); in nfs4_async_pageio() 1938 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 | 5173 pvn_write_done(pp, flags); in nfs3_sync_putapage() 5203 pvn_write_done(pp, flags); in nfs3_sync_putapage() 5926 pvn_write_done(pp, (error ? B_ERROR : 0) | flags); in nfs3_sync_pageio()
|
H A D | nfs4_vnops.c | 10400 pvn_write_done(pp, flags); in nfs4_sync_putapage() 10430 pvn_write_done(pp, flags); in nfs4_sync_putapage() 11691 pvn_write_done(pp, (error ? B_ERROR : 0) | flags); in nfs4_sync_pageio()
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 1837 pvn_write_done(pp, ((err) ? B_ERROR : 0) | B_WRITE | flags); in pcfs_putapage() 1842 pvn_write_done(pp, B_WRITE | flags); in pcfs_putapage() 1844 pvn_write_done(pp, B_ERROR | B_WRITE | flags); in pcfs_putapage()
|
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 1678 pvn_write_done(pp, B_ERROR | B_WRITE | B_INVAL | B_FORCE | flags); in hsfs_putapage() 1763 pvn_write_done(pp, flags | in hsfs_putpage()
|
/titanic_41/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 664 pvn_write_done(pp, flags | in dc_putpage()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 4188 pvn_write_done(pp, B_INVAL|B_FORCE|B_ERROR); in zfs_null_putapage() 4252 pvn_write_done(trunc, flags); in zfs_putapage() 4299 pvn_write_done(pp, (err ? B_ERROR : 0) | flags); in zfs_putapage()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 5570 pvn_write_done(pp, ((err) ? B_ERROR : 0) | B_WRITE | flags); in ufs_putapage() 5577 pvn_write_done(pp, B_ERROR | B_WRITE | flags); in ufs_putapage() 6117 pvn_write_done(cpp, B_ERROR); in ufs_pageio()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | bio.c | 1916 pvn_write_done(bp->b_pages, B_WRITE | bp->b_flags); in bio_pageio_done()
|
/titanic_41/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 2166 pvn_write_done(pp, ((err) ? B_ERROR : 0) | B_WRITE | flags); in spec_putapage()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 1508 pvn_write_done(pp, ((error) ? B_ERROR : 0) | B_WRITE | flags); in cachefs_push()
|