Lines Matching refs:ISLASTCN
827 if ((flags & (ISLASTCN | LOCKLEAF)) != (ISLASTCN | LOCKLEAF)) in needs_exclusive_leaf()
866 cnp->cn_flags |= ISLASTCN; in vfs_lookup_degenerate()
1209 cnp->cn_flags &= ~(ISDOTDOT|ISLASTCN); in vfs_lookup()
1218 cnp->cn_flags |= ISLASTCN; in vfs_lookup()
1265 if ((cnp->cn_flags & ISLASTCN) != 0 && in vfs_lookup()
1322 if ((cnp->cn_flags & LOCKPARENT) && (cnp->cn_flags & ISLASTCN) && in vfs_lookup()
1441 KASSERT((cnp->cn_flags & ISLASTCN) || *ndp->ni_next == '/', in vfs_lookup()
1560 KASSERT(cnp->cn_flags & ISLASTCN, in vfs_relookup()