Searched refs:V_LOCALITY (Results 1 – 3 of 3) sorted by relevance
3940 if ((vp->v_flag & V_LOCALITY) == 0) { in lgrp_shm_policy_init()3955 if ((vp->v_flag & V_LOCALITY) == 0) { in lgrp_shm_policy_init()3957 vp->v_flag |= V_LOCALITY; in lgrp_shm_policy_init()4041 vp->v_flag &= ~V_LOCALITY; in lgrp_shm_policy_fini()4172 if ((vp->v_flag & V_LOCALITY) == 0 || vp->v_locality == NULL) in lgrp_shm_policy_set()
322 #define V_LOCALITY 0x8000 /* whether locality aware */ macro
327 #define V_LOCALITY 0x8000 /* whether locality aware */ macro