Searched refs:hat_ismod (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pvn.c408 if ((pp->p_vpnext != pp) && !hat_ismod(pp)) {
643 if (!hat_ismod(pp) || (flags & B_TRUNC)) {
662 * The above hat_ismod() check is useless because:
848 if (!hat_ismod(pp) && !page_io_locked(pp)) {
878 } else if (!(flags & B_ASYNC) && !hat_ismod(pp)) {
H A Dhat.h473 #define hat_ismod(pp) (hat_page_getattr(pp, P_MOD)) macro
H A Dvm_page.c2658 !hat_ismod(pp));
3433 if (vp->v_pages != NULL && IS_VMODSORT(vp) && hat_ismod(pp))
4343 hat_ismod(pp) && !IS_SWAPVP(vp) && vp->v_vfsp != NULL &&
5110 if (checkmod && hat_ismod(pp)) {
6636 if (hat_ismod(pp)) {
6652 if (hat_ismod(pp)) {
H A Dpage_retire.c366 if (hat_ismod(pp)) \
H A Dseg_vn.c2823 else if (!hat_ismod(pp))
2982 else if (rw != S_OTHER && !hat_ismod(opp))
3028 page_tryupgrade(opp) && !hat_ismod(opp) &&
3046 if (!hat_ismod(opp) && !hat_page_is_mapped(opp))
3111 else if (!hat_ismod(pp))
3804 if (!hat_ismod((ppa)[i])) { \
5578 !hat_ismod(pp))
7188 if (hat_ismod(pp) && pp->p_vnode) {
H A Dseg_kp.c1238 hat_ismod(pp) && page_tryupgrade(pp)) {
H A Dseg_map.c760 else if (rw != S_OTHER && !hat_ismod(pp))
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c286 mod = hat_ismod(pp);
/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c1634 if (hat_ismod(pp)) {
H A Dmem_config.c2006 mod = hat_ismod(pp);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c6148 if (hat_ismod(pp)) {
6312 if (pp->p_fsdata == C_NOCOMMIT || hat_ismod(pp))
6328 if (pp->p_fsdata == C_NOCOMMIT || hat_ismod(pp)) {
6410 if (pp->p_fsdata == C_NOCOMMIT || hat_ismod(pp)) {
H A Dnfs4_vnops.c11711 if (hat_ismod(pp)) {
11953 if (pp->p_fsdata == C_NOCOMMIT || hat_ismod(pp))
11968 if (pp->p_fsdata == C_NOCOMMIT || hat_ismod(pp)) {
12048 if (pp->p_fsdata == C_NOCOMMIT || hat_ismod(pp)) {

Completed in 248 milliseconds