Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c3951 if ((vp->v_flag & V_LOCALITY) == 0) { in lgrp_shm_policy_init()
3966 if ((vp->v_flag & V_LOCALITY) == 0) { in lgrp_shm_policy_init()
3968 vp->v_flag |= V_LOCALITY; in lgrp_shm_policy_init()
4052 vp->v_flag &= ~V_LOCALITY; in lgrp_shm_policy_fini()
4184 if ((vp->v_flag & V_LOCALITY) == 0 || vp->v_locality == NULL) in lgrp_shm_policy_set()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h322 #define V_LOCALITY 0x8000 /* whether locality aware */ macro
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h329 #define V_LOCALITY 0x8000 /* whether locality aware */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h386 #define V_LOCALITY 0x8000 /* whether locality aware */ macro