Home
last modified time | relevance | path

Searched refs:PGO_NOBLOCKALLOC (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_pager.h157 #define PGO_NOBLOCKALLOC 0x800 /* backing block allocation is not needed */ macro
H A Duvm_bio.c387 &npages, 0, access_type, umap->advice, flags | PGO_NOBLOCKALLOC | in ubc_fault()
576 PGO_SYNCIO|PGO_OVERWRITE|PGO_PASTEOF|PGO_NOBLOCKALLOC| in ubc_alloc()
856 gpflags |= PGO_OVERWRITE | PGO_NOBLOCKALLOC; in ubc_alloc_direct()
869 gpflags |= PGO_NOBLOCKALLOC; in ubc_alloc_direct()
/netbsd-src/sys/ufs/lfs/
H A Dulfs_inode.c216 VM_PROT_WRITE, 0, PGO_SYNCIO | PGO_PASTEOF | PGO_NOBLOCKALLOC | in ulfs_balloc_range()
/netbsd-src/sys/ufs/ufs/
H A Dufs_inode.c247 VM_PROT_WRITE, 0, PGO_SYNCIO | PGO_PASTEOF | PGO_NOBLOCKALLOC | in ufs_balloc_range()
/netbsd-src/sys/rump/librump/rumpkern/
H A Dvm.c1345 #define PAGERFLAGS (PGO_SYNCIO | PGO_NOBLOCKALLOC | PGO_NOTIMESTAMP)
/netbsd-src/sys/miscfs/genfs/
H A Dgenfs_io.c114 const bool blockalloc = memwrite && (flags & PGO_NOBLOCKALLOC) == 0; in genfs_getpages()