Home
last modified time | relevance | path

Searched refs:pvn_write_kluster (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/vm/
H A Dpvn.h63 struct page *pvn_write_kluster(struct vnode *vp, struct page *pp,
H A Dvm_pvn.c235 pvn_write_kluster( in pvn_write_kluster() function
/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c2811 pp = pvn_write_kluster(vp, pp, &io_off, in ud_putapage()
2884 pp = pvn_write_kluster(vp, pp, &io_off, in ud_putapage()
/titanic_50/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2081 pvn_write_kluster(vp, pp, &tmpoff, &pp_len, klstart, kllen, flags); in tmp_putapage()
/titanic_50/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c2145 pp = pvn_write_kluster(vp, pp, &tmpoff, &io_len, blkoff, in spec_putapage()
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1789 pp = pvn_write_kluster(vp, pp, &io_off, &io_len, pp->p_offset, in pcfs_putapage()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c4148 pp = pvn_write_kluster(vp, pp, &io_off, &io_len, lbn_off, in nfs_putapage()
H A Dnfs3_vnops.c5058 pp = pvn_write_kluster(vp, pp, &io_off, &io_len, lbn_off, in nfs3_putapage()
H A Dnfs4_vnops.c10302 pp = pvn_write_kluster(vp, pp, &io_off, &io_len, lbn_off, in nfs4_putapage()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c4235 pp = pvn_write_kluster(vp, pp, &off, &len, koff, klen, flags); in zfs_putapage()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c5455 pp = pvn_write_kluster(vp, pp, &io_off, &io_len, off, contig, flags); in ufs_putapage()