Home
last modified time | relevance | path

Searched refs:V_LOCALITY (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dlgrp.c3940 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()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h322 #define V_LOCALITY 0x8000 /* whether locality aware */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h327 #define V_LOCALITY 0x8000 /* whether locality aware */ macro