Searched refs:a_access_type (Results 1 – 9 of 9) sorted by relevance
126 (ap->a_access_type & VM_PROT_WRITE) != 0) { in lfs_getpages()129 if ((ap->a_access_type & VM_PROT_WRITE) != 0) { in lfs_getpages()
506 vm_prot_t a_access_type; member
112 const bool memwrite = (ap->a_access_type & VM_PROT_WRITE) != 0; in genfs_getpages()1618 const bool memwrite = (ap->a_access_type & VM_PROT_WRITE) != 0; in genfs_compat_getpages()
1206 const vm_prot_t access_type = ap->a_access_type; in tmpfs_getpages()
1254 bool write = (ap->a_access_type & VM_PROT_WRITE) != 0; in nfs_getpages()
1855 ap->a_centeridx, ap->a_access_type, ap->a_advice, ap->a_flags); in unionfs_getpages()
1940 a.a_access_type = access_type; in VOP_GETPAGES()
3007 write = (ap->a_access_type & VM_PROT_WRITE) != 0; in puffs_vnop_getpages()
5999 const bool memwrite = (ap->a_access_type & VM_PROT_WRITE) != 0; in zfs_netbsd_getpages()