/src/sys/uvm/ |
uvm_bio.c | 575 int gpflags = local in function:ubc_alloc 593 &npages, 0, VM_PROT_READ | VM_PROT_WRITE, advice, gpflags); 850 int gpflags = flags | PGO_NOTIMESTAMP | PGO_SYNCIO; local in function:ubc_alloc_direct 856 gpflags |= PGO_OVERWRITE | PGO_NOBLOCKALLOC; 865 gpflags |= PGO_JOURNALLOCKED | PGO_PASTEOF; 869 gpflags |= PGO_NOBLOCKALLOC; 883 npages, 0, access_type, advice, gpflags); 899 KASSERT((pg->flags & PG_FAKE) == 0 || (gpflags & PGO_OVERWRITE));
|
uvm_bio.c | 575 int gpflags = local in function:ubc_alloc 593 &npages, 0, VM_PROT_READ | VM_PROT_WRITE, advice, gpflags); 850 int gpflags = flags | PGO_NOTIMESTAMP | PGO_SYNCIO; local in function:ubc_alloc_direct 856 gpflags |= PGO_OVERWRITE | PGO_NOBLOCKALLOC; 865 gpflags |= PGO_JOURNALLOCKED | PGO_PASTEOF; 869 gpflags |= PGO_NOBLOCKALLOC; 883 npages, 0, access_type, advice, gpflags); 899 KASSERT((pg->flags & PG_FAKE) == 0 || (gpflags & PGO_OVERWRITE));
|
uvm_bio.c | 575 int gpflags = local in function:ubc_alloc 593 &npages, 0, VM_PROT_READ | VM_PROT_WRITE, advice, gpflags); 850 int gpflags = flags | PGO_NOTIMESTAMP | PGO_SYNCIO; local in function:ubc_alloc_direct 856 gpflags |= PGO_OVERWRITE | PGO_NOBLOCKALLOC; 865 gpflags |= PGO_JOURNALLOCKED | PGO_PASTEOF; 869 gpflags |= PGO_NOBLOCKALLOC; 883 npages, 0, access_type, advice, gpflags); 899 KASSERT((pg->flags & PG_FAKE) == 0 || (gpflags & PGO_OVERWRITE));
|
uvm_bio.c | 575 int gpflags = local in function:ubc_alloc 593 &npages, 0, VM_PROT_READ | VM_PROT_WRITE, advice, gpflags); 850 int gpflags = flags | PGO_NOTIMESTAMP | PGO_SYNCIO; local in function:ubc_alloc_direct 856 gpflags |= PGO_OVERWRITE | PGO_NOBLOCKALLOC; 865 gpflags |= PGO_JOURNALLOCKED | PGO_PASTEOF; 869 gpflags |= PGO_NOBLOCKALLOC; 883 npages, 0, access_type, advice, gpflags); 899 KASSERT((pg->flags & PG_FAKE) == 0 || (gpflags & PGO_OVERWRITE));
|