Searched refs:TRAILINGSLASH (Results 1 – 4 of 4) sorted by relevance
187 #define TRAILINGSLASH 0x40000000 /* path ended in a slash */ macro196 TRAILINGSLASH | ISRESTARTED)
1169 cnp->cn_flags |= TRAILINGSLASH; in vfs_lookup()1386 if ((cnp->cn_flags & TRAILINGSLASH) && in vfs_lookup()1408 ((cnp->cn_flags & FOLLOW) || (cnp->cn_flags & TRAILINGSLASH) || in vfs_lookup()1482 if ((cnp->cn_flags & TRAILINGSLASH) && dp->v_type != VDIR) { in vfs_lookup()
4838 MPASS((cnp->cn_flags & TRAILINGSLASH) == 0); in cache_fplookup_final_modifying() 6046 * sets the TRAILINGSLASH flag to denote this took place. There are several
343 (cnp->cn_flags & TRAILINGSLASH) != 0) && in fdesc_lookup()