HomeSort by: relevance | last modified time | path
    Searched refs:PGO_LOCKED (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/uvm/
uvm_pager.h 153 #define PGO_LOCKED 0x040 /* fault data structures are locked [get] */
uvm_vnode.c 164 * => flags: PGO_LOCKED: fault data structures are locked
172 int *npagesp /* IN (OUT if PGO_LOCKED)*/,
183 && (flags & PGO_LOCKED) == 0 && vp->v_tag != VT_TMPFS) {
192 if (flags & PGO_LOCKED)
uvm_aobj.c 794 * case 1 can be handled with PGO_LOCKED, cases 2 and 3 cannot.
799 * => flags: PGO_LOCKED: fault data structures are locked
820 * processing a read fault with PGO_LOCKED.
826 ((flags & PGO_LOCKED) != 0 && (access_type & VM_PROT_WRITE) == 0));
838 if (flags & PGO_LOCKED) {
uvm_bio.c 321 * no need to try with PGO_LOCKED...
326 if (flags & PGO_LOCKED) {
328 flags &= ~PGO_LOCKED;
uvm_fault.c 924 PGO_LOCKED|PGO_SYNCIO);
1871 * (PGO_LOCKED).
2000 PGO_LOCKED);
2064 * calling pgo_get with PGO_LOCKED returns us pages which
uvm_loan.c 623 &pg, &npages, 0, VM_PROT_READ, MADV_NORMAL, PGO_LOCKED);
  /src/sys/miscfs/deadfs/
dead_vnops.c 343 if ((ap->a_flags & PGO_LOCKED) == 0)
  /src/sys/ufs/lfs/
lfs_pages.c 403 * (4) If we are called with PGO_LOCKED, the finfo array we are to write
407 * XXX note that we're (ab)using PGO_LOCKED as "seglock held".
673 if ((ap->a_flags & (PGO_CLEANIT|PGO_LOCKED)) == PGO_CLEANIT &&
680 * PGO_LOCKED.
724 seglocked = (ap->a_flags & PGO_LOCKED) != 0;
lfs_segment.c 838 PGO_CLEANIT | PGO_ALLPAGES | PGO_LOCKED);
  /src/sys/miscfs/genfs/
genfs_io.c 131 * processing a read fault with PGO_LOCKED.
136 ((flags & PGO_LOCKED) != 0 && !memwrite));
154 if ((flags & PGO_LOCKED) == 0)
196 if ((flags & PGO_LOCKED) == 0) {
224 * For PGO_LOCKED requests, just return whatever's in memory.
227 if (flags & PGO_LOCKED) {
1625 if (ap->a_flags & PGO_LOCKED) {
layer_vnops.c 804 if (ap->a_flags & PGO_LOCKED) {
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 1220 if ((flags & PGO_LOCKED) == 0)
1239 if ((flags & PGO_LOCKED) == 0)
  /src/sys/miscfs/kernfs/
kernfs_vnops.c 1160 if ((ap->a_flags & PGO_LOCKED) == 0)
  /src/sys/nfs/
nfs_bio.c 1255 bool locked = (ap->a_flags & PGO_LOCKED) != 0;
1291 * If PGO_LOCKED is set, real pages shouldn't exists
  /src/sys/fs/unionfs/
unionfs_vnops.c 1851 if (ap->a_flags & PGO_LOCKED) {
  /src/sys/coda/
coda_vnops.c 1991 if (ap->a_flags & PGO_LOCKED) {
  /src/sys/miscfs/procfs/
procfs_vnops.c 1930 if ((ap->a_flags & PGO_LOCKED) == 0)
  /src/sys/fs/union/
union_vnops.c 1914 if (ap->a_flags & PGO_LOCKED) {
  /src/sys/fs/puffs/
puffs_vnops.c 3006 locked = (ap->a_flags & PGO_LOCKED) != 0;

Completed in 73 milliseconds