Searched refs:PG_RDONLY (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/uvm/
H A Duvm_page.h233 * PG_RDONLY:
251 #define PG_RDONLY 0x00000080 /* page must be mapped read-only */ macro
H A Duvm_vnode.c373 /* skip PG_RDONLY pages if requested */
374 if ((flags & UFP_NORDONLY) && (pg->flags & PG_RDONLY)) {
H A Duvm_bio.c276 * is marked as PG_RDONLY.
282 KASSERT((pg->flags & PG_RDONLY) == 0 ||
868 /* Don't need the empty blocks allocated, PG_RDONLY is okay */
915 KASSERT((pg->flags & PG_RDONLY) == 0 || (flags & UBC_WRITE) == 0);
H A Duvm_loan.c853 pg->flags |= PG_RDONLY;
H A Duvm_page.c2052 if ((pg->flags & PG_RDONLY) != 0) {
/netbsd-current/sys/ufs/lfs/
H A Dulfs_inode.c232 * PG_RDONLY on any pages that are now fully backed by disk blocks.
247 pgs[i]->flags &= ~PG_RDONLY;
/netbsd-current/sys/ufs/ufs/
H A Dufs_inode.c263 * and clear PG_RDONLY on any pages that are now fully backed
278 pgs[i]->flags &= ~PG_RDONLY;
/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_io.c404 KASSERT((pg->flags & PG_RDONLY) == 0 || !blockalloc);
405 pg->flags &= ~PG_RDONLY;
429 (blockalloc && (pg->flags & PG_RDONLY) != 0)) {
523 KASSERT(!memwrite || !blockalloc || (pg->flags & PG_RDONLY) == 0);
669 if ((pgs[pidx]->flags & PG_RDONLY)) {
723 * mark the pages we zeroed PG_RDONLY.
739 pgs[pidx + i]->flags |= PG_RDONLY;
788 * for read faults, we marked the page PG_RDONLY so that future
807 pg->flags &= ~PG_RDONLY;
1538 * mark the pages we zeroed PG_RDONLY
[all...]
/netbsd-current/sys/nfs/
H A Dnfs_bio.c1010 pgs[i]->flags |= PG_NEEDCOMMIT | PG_RDONLY;
1067 pgs[i]->flags &= ~(PG_NEEDCOMMIT | PG_RDONLY);
1133 pgs[i]->flags &= ~(PG_NEEDCOMMIT | PG_RDONLY);
1306 * set PG_RDONLY on the pages so that we come back here if someone
1320 pg->flags |= PG_RDONLY;
1366 pg->flags &= ~(PG_NEEDCOMMIT | PG_RDONLY);
/netbsd-current/sys/arch/ia64/ia64/
H A Dpmap.c751 m->flags |= PG_RDONLY;
1066 m->flags |= PG_RDONLY;
1805 m->flags &= ~PG_RDONLY;
2300 if (pg->flags & PG_RDONLY)
2312 pg->flags |= PG_RDONLY;
2354 if (pg->flags & PG_RDONLY)
2641 m->flags |= PG_RDONLY;
/netbsd-current/sys/fs/puffs/
H A Dpuffs_vnops.c2840 vmp->flags |= PG_RDONLY;
3092 pgs[i]->flags |= PG_RDONLY;

Completed in 570 milliseconds