Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dnamei.h187 #define TRAILINGSLASH 0x40000000 /* path ended in a slash */ macro
196 TRAILINGSLASH | ISRESTARTED)
/freebsd/sys/kern/
H A Dvfs_lookup.c1169 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()
H A Dvfs_cache.c4838 MPASS((cnp->cn_flags & TRAILINGSLASH) == 0); in cache_fplookup_final_modifying()
6046 * sets the TRAILINGSLASH flag to denote this took place. There are several
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c343 (cnp->cn_flags & TRAILINGSLASH) != 0) && in fdesc_lookup()