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

  /src/sys/ufs/lfs/
lfs_pages.c 120 vm_prot_t a_access_type;
126 (ap->a_access_type & VM_PROT_WRITE) != 0) {
129 if ((ap->a_access_type & VM_PROT_WRITE) != 0) {
  /src/sys/sys/
vnode_if.h 506 vm_prot_t a_access_type; member in struct:vop_getpages_args
  /src/sys/miscfs/genfs/
genfs_io.c 101 vm_prot_t a_access_type;
112 const bool memwrite = (ap->a_access_type & VM_PROT_WRITE) != 0;
1604 vm_prot_t a_access_type;
1618 const bool memwrite = (ap->a_access_type & VM_PROT_WRITE) != 0;
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 1198 vm_prot_t a_access_type;
1206 const vm_prot_t access_type = ap->a_access_type;
  /src/sys/nfs/
nfs_bio.c 1241 vm_prot_t a_access_type;
1254 bool write = (ap->a_access_type & VM_PROT_WRITE) != 0;
  /src/sys/fs/unionfs/
unionfs_vnops.c 1838 vm_prot_t a_access_type;
1855 ap->a_centeridx, ap->a_access_type, ap->a_advice, ap->a_flags);
  /src/sys/kern/
vnode_if.c 1940 a.a_access_type = access_type;
  /src/sys/fs/puffs/
puffs_vnops.c 2986 vm_prot_t a_access_type;
3007 write = (ap->a_access_type & VM_PROT_WRITE) != 0;

Completed in 21 milliseconds