Home
last modified time | relevance | path

Searched refs:PGO_NOTIMESTAMP (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/uvm/
H A Duvm_pager.h158 #define PGO_NOTIMESTAMP 0x1000 /* don't mark object accessed/modified */ macro
H A Duvm_readahead.c166 &npages, 0, VM_PROT_READ, UVM_ADV_RANDOM, PGO_NOTIMESTAMP); in ra_startio()
H A Duvm_bio.c388 PGO_NOTIMESTAMP); in ubc_fault()
577 PGO_NOTIMESTAMP; in ubc_alloc()
850 int gpflags = flags | PGO_NOTIMESTAMP | PGO_SYNCIO; in ubc_alloc_direct()
/netbsd/sys/ufs/lfs/
H A Dulfs_inode.c217 PGO_NOTIMESTAMP | PGO_GLOCKHELD); in ulfs_balloc_range()
/netbsd/sys/ufs/ufs/
H A Dufs_inode.c248 PGO_NOTIMESTAMP | PGO_GLOCKHELD); in ufs_balloc_range()
/netbsd/sys/rump/librump/rumpkern/
H A Dvm.c1347 #define PAGERFLAGS (PGO_SYNCIO | PGO_NOBLOCKALLOC | PGO_NOTIMESTAMP)
/netbsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1253 if ((flags & PGO_NOTIMESTAMP) == 0) { in tmpfs_getpages()
/netbsd/sys/miscfs/genfs/
H A Dgenfs_io.c207 if ((flags & PGO_NOTIMESTAMP) == 0 && in genfs_getpages()