Home
last modified time | relevance | path

Searched refs:pvn_write_done (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Dpvn.h67 void pvn_write_done(struct page *plist, int flags);
H A Dvm_pvn.c361 pvn_write_done(page_t *plist, int flags) in pvn_write_done() function
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2094 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 Dudf_vnops.c2313 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 Dnfs_client.c1559 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 Dnfs4_client.c1793 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 Dnfs_vnops.c4261 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 Dnfs3_vnops.c5173 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 Dnfs4_vnops.c10400 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 Dswap_vnops.c734 pvn_write_done(pp, ((err) ? B_ERROR : 0) | B_WRITE | flags); in swap_putapage()
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1837 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 Dhsfs_vnops.c1678 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 Ddc_vnops.c664 pvn_write_done(pp, flags | in dc_putpage()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c4188 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 Dufs_vnops.c5570 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 Dbio.c1916 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 Dspecvnops.c2166 pvn_write_done(pp, ((err) ? B_ERROR : 0) | B_WRITE | flags); in spec_putapage()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c1508 pvn_write_done(pp, ((error) ? B_ERROR : 0) | B_WRITE | flags); in cachefs_push()