Searched refs:VNT_RESOLVED (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h121 #define VNT_RESOLVED (1UL << 31) macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c8195 rp->vr_flags |= VNT_RESOLVED;
8197 rp->vr_flags &= ~VNT_RESOLVED;
8368 if ((rp->vr_flags & VNT_RESOLVED) == 0) {
8382 rp->vr_flags &= ~VNT_RESOLVED;
8409 if (rp->vr_flags & VNT_RESOLVED) {
8436 rp->vr_flags |= VNT_RESOLVED;
8461 if ((rp->vr_flags & VNT_RESOLVED) == 0) {
8486 rp->vr_flags &= ~VNT_RESOLVED;
8557 (mp->mnt_vnodecovered->v_resolve->vr_flags & VNT_RESOLVED)) {

Completed in 21 milliseconds