Searched refs:PGO_NOBLOCKALLOC (Results 1 – 6 of 6) sorted by relevance
157 #define PGO_NOBLOCKALLOC 0x800 /* backing block allocation is not needed */ macro
387 &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()
216 VM_PROT_WRITE, 0, PGO_SYNCIO | PGO_PASTEOF | PGO_NOBLOCKALLOC | in ulfs_balloc_range()
247 VM_PROT_WRITE, 0, PGO_SYNCIO | PGO_PASTEOF | PGO_NOBLOCKALLOC | in ufs_balloc_range()
1345 #define PAGERFLAGS (PGO_SYNCIO | PGO_NOBLOCKALLOC | PGO_NOTIMESTAMP)
114 const bool blockalloc = memwrite && (flags & PGO_NOBLOCKALLOC) == 0; in genfs_getpages()