Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDnamei.h161 #define ISRESTARTED 0x00000400 /* restarted namei */ macro
189 TRAILINGSLASH | ISRESTARTED)
292 if (__predict_true((cnp->cn_flags & ISRESTARTED) == 0)) \
/freebsd-14-stable/sys/kern/
HDvfs_lookup.c88 ndp->ni_cnd.cn_flags |= ISRESTARTED; \
663 (cnp->cn_flags & ISRESTARTED) == 0)) { in namei()
711 (cnp->cn_flags & ISRESTARTED) == 0)) { in namei()
747 cnp->cn_flags |= ISRESTARTED; in namei()
HDvfs_cache.c4375 FAILIFEXISTS | FOLLOW | EMPTYPATH | LOCKSHARED | ISRESTARTED | WILLBEDIR | \