Lines Matching defs:as
62 #include <vm/as.h>
225 * the tmpfs mount, as well as in the global
862 * node - create the attr dir as a side effect
1254 /* Notify the target dir. if not the same as the source dir. */
1307 * Notify the target dir if not same as source dir.
1966 * as writer somewhere above, then we don't need to grab the
1967 * lock as reader in this routine.
1972 * If this is pageout don't block on the lock as you could deadlock
2042 * Only reason putapage is going to give us SE_NOSWAP as error
2113 * If this routine is called as a result of segvn_sync
2115 * error here. In such case we would return SE_NOSWAP as error.
2173 struct as *as,
2208 as_rangelock(as);
2209 error = choose_addr(as, addrp, len, off, ADDR_VACALIGN, flags);
2211 as_rangeunlock(as);
2226 error = as_map(as, *addrp, len, segvn_create, &vn_a);
2227 as_rangeunlock(as);
2240 struct as *as,
2257 struct as *as,