Searched refs:ISDOTDOT (Results 1 – 25 of 34) sorted by relevance
12
234 || (flags & ISDOTDOT)) { in cd9660_lookup()236 && ep->name[0] == ((flags & ISDOTDOT) ? 1 : 0)) { in cd9660_lookup()378 if (flags & ISDOTDOT) { in cd9660_lookup()
54 #define ISDOTDOT(c) (NTRM((c)[0]) == '.' && ISDOT(&((c)[1]))) macro
134 if (ISDOT(item) || ISDOTDOT(item)) in spdir()
647 p[1] && ISDOTDOT(p) && (p == *(t-1) || *(p-1) == '/') ) in tglob()
332 #define IS_DOTDOT(sp, p) (ISDOTDOT(p) && ((p) == (sp) || *((p) - 1) == '/')) in dnormalize()
1373 if (ISDOT(d->d_name) || ISDOTDOT(d->d_name)) in xgetcwd()
186 #define ISDOTDOT 0x20000000 /* current component name is .. */ macro195 (NOEXECCHECK | MAKEENTRY | ISSYMLINK | ISLASTCN | ISDOTDOT | \
1213 cnp->cn_flags &= ~(ISDOTDOT|ISLASTCN); in vfs_lookup()1220 cnp->cn_flags |= ISDOTDOT; in vfs_lookup()1260 if (cnp->cn_flags & ISDOTDOT) { in vfs_lookup()1457 if (cnp->cn_flags & ISDOTDOT) { in vfs_lookup()1528 if ((cnp->cn_flags & ISDOTDOT) == 0) { in vfs_lookup()1602 if (cnp->cn_flags & ISDOTDOT) in vfs_relookup()
1988 MPASS((cnp->cn_flags & ISDOTDOT) != 0); in cache_lookup_dotdot()2111 MPASS((cnp->cn_flags & ISDOTDOT) == 0); in cache_lookup_fallback()2199 MPASS((cnp->cn_flags & ISDOTDOT) == 0); in cache_lookup()4582 (ISDOTDOT | MAKEENTRY | ISLASTCN)4754 cnp->cn_flags |= ISDOTDOT; in cache_fplookup_partial_setup()4841 MPASS((cnp->cn_flags & ISDOTDOT) == 0); in cache_fplookup_final_modifying()4915 cnp->cn_flags |= ISDOTDOT; in cache_fplookup_final_modifying()5231 MPASS((cnp->cn_flags & ISDOTDOT) == 0); in cache_fplookup_noentry()
340 MPASS(cnp && (cnp->cn_flags & ISDOTDOT) == 0); in fuse_vnode_get()364 if (cnp == NULL || ((cnp->cn_flags & ISDOTDOT) == 0 && in fuse_vnode_get()
231 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1]))) macro299 if (ISDOT(d->d_name) || ISDOTDOT(d->d_name)) in getwd()
495 if (cnp->cn_flags & ISDOTDOT) { in pfs_lookup()573 if (cnp->cn_flags & ISDOTDOT) { in pfs_lookup()586 if (cnp->cn_flags & ISDOTDOT) { in pfs_lookup()
106 !(cnp->cn_flags & ISDOTDOT))); in tmpfs_lookup1()113 if (cnp->cn_flags & ISDOTDOT) { in tmpfs_lookup1()876 if ((fcnp->cn_flags & ISDOTDOT) != 0 || in tmpfs_rename_relock()1039 if ((fcnp->cn_flags & ISDOTDOT) != 0 || in tmpfs_rename()1063 if ((fcnp->cn_flags & ISDOTDOT) != 0 || in tmpfs_rename()
1069 if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) { in smbfs_lookup()1139 if (flags & ISDOTDOT) { in smbfs_lookup()1206 if (flags & ISDOTDOT) { in smbfs_lookup()
654 } else if ((flags & ISDOTDOT) != 0) { in zfsctl_root_lookup()952 if (flags & ISDOTDOT) { in zfsctl_snapdir_lookup()
856 if ((cnp->cn_flags & ISDOTDOT) != 0) { in zfs_lookup()875 cn.cn_flags = cnp->cn_flags & ~ISDOTDOT; in zfs_lookup()920 if ((cnp->cn_flags & ISDOTDOT) == 0) in zfs_lookup()971 if ((cnp->cn_flags & ISDOTDOT) != 0) { in zfs_lookup()3054 if ((scnp->cn_flags & ISDOTDOT) != 0 || in zfs_rename_relock_lookup()3067 if ((tcnp->cn_flags & ISDOTDOT) != 0) in zfs_rename_relock_lookup()3410 (scnp->cn_flags | tcnp->cn_flags) & ISDOTDOT) { in zfs_do_rename_impl()5003 if (opennamed && !is_nameddir && (cnp->cn_flags & ISDOTDOT) != 0) in zfs_freebsd_lookup()5028 (cnp->cn_flags & ISDOTDOT) == 0) { in zfs_freebsd_lookup()
223 if (cnp->cn_flags & ISDOTDOT) { in autofs_lookup()
1192 if (flags & ISDOTDOT) { in udf_lookup()1226 if (flags & ISDOTDOT) { in udf_lookup()
248 if (cnp->cn_flags & ISDOTDOT) { in tarfs_lookup()
569 if (flags & ISDOTDOT) { in msdosfs_lookup_ino()
1095 (fcnp->cn_flags & ISDOTDOT) != 0 || in msdosfs_rename()1096 (tcnp->cn_flags & ISDOTDOT) != 0) { in msdosfs_rename()
443 if ((flags & ISDOTDOT) != 0) { in null_lookup()
1086 if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) in devfs_lookupx()1101 if (flags & ISDOTDOT) { in devfs_lookupx()
653 if (flags & ISDOTDOT) { in ext2_lookup_ino()
688 if (flags & ISDOTDOT) { in ufs_lookup_ino()