Searched refs:pvn_write_kluster (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/vm/ |
H A D | pvn.h | 63 struct page *pvn_write_kluster(struct vnode *vp, struct page *pp,
|
H A D | vm_pvn.c | 235 pvn_write_kluster( in pvn_write_kluster() function
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 2811 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 D | tmp_vnops.c | 2081 pvn_write_kluster(vp, pp, &tmpoff, &pp_len, klstart, kllen, flags); in tmp_putapage()
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 2145 pp = pvn_write_kluster(vp, pp, &tmpoff, &io_len, blkoff, in spec_putapage()
|
/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 1789 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 D | nfs_vnops.c | 4148 pp = pvn_write_kluster(vp, pp, &io_off, &io_len, lbn_off, in nfs_putapage()
|
H A D | nfs3_vnops.c | 5058 pp = pvn_write_kluster(vp, pp, &io_off, &io_len, lbn_off, in nfs3_putapage()
|
H A D | nfs4_vnops.c | 10302 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 D | zfs_vnops.c | 4235 pp = pvn_write_kluster(vp, pp, &off, &len, koff, klen, flags); in zfs_putapage()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 5455 pp = pvn_write_kluster(vp, pp, &io_off, &io_len, off, contig, flags); in ufs_putapage()
|