Symbol: ISDOTDOT
sys/fs/autofs/autofs_vnops.c
223
if (cnp->cn_flags & ISDOTDOT) {
sys/fs/cd9660/cd9660_lookup.c
234
|| (flags & ISDOTDOT)) {
sys/fs/cd9660/cd9660_lookup.c
236
&& ep->name[0] == ((flags & ISDOTDOT) ? 1 : 0)) {
sys/fs/cd9660/cd9660_lookup.c
378
if (flags & ISDOTDOT) {
sys/fs/devfs/devfs_vnops.c
1086
if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT))
sys/fs/devfs/devfs_vnops.c
1101
if (flags & ISDOTDOT) {
sys/fs/ext2fs/ext2_lookup.c
653
if (flags & ISDOTDOT) {
sys/fs/ext2fs/ext2_vnops.c
852
dp == ip || (fcnp->cn_flags | tcnp->cn_flags) & ISDOTDOT ||
sys/fs/fuse/fuse_node.c
340
MPASS(cnp && (cnp->cn_flags & ISDOTDOT) == 0);
sys/fs/fuse/fuse_node.c
364
if (cnp == NULL || ((cnp->cn_flags & ISDOTDOT) == 0 &&
sys/fs/fuse/fuse_vnops.c
1535
bool isdotdot = cnp->cn_flags & ISDOTDOT;
sys/fs/msdosfs/msdosfs_lookup.c
570
if (flags & ISDOTDOT) {
sys/fs/msdosfs/msdosfs_vnops.c
1095
(fcnp->cn_flags & ISDOTDOT) != 0 ||
sys/fs/msdosfs/msdosfs_vnops.c
1096
(tcnp->cn_flags & ISDOTDOT) != 0) {
sys/fs/nfsclient/nfs_clvnops.c
1243
(opennamed && !is_nameddir && (flags & ISDOTDOT) != 0))
sys/fs/nfsclient/nfs_clvnops.c
1499
if (flags & ISDOTDOT) {
sys/fs/nfsserver/nfs_nfsdport.c
2853
ISDOTDOT;
sys/fs/nfsserver/nfs_nfsdport.c
2860
&& (cn.cn_flags & ISDOTDOT)
sys/fs/nullfs/null_vnops.c
443
if ((flags & ISDOTDOT) != 0) {
sys/fs/p9fs/p9fs_vnops.c
352
if (flags & ISDOTDOT) {
sys/fs/pseudofs/pseudofs_vnops.c
495
if (cnp->cn_flags & ISDOTDOT) {
sys/fs/pseudofs/pseudofs_vnops.c
573
if (cnp->cn_flags & ISDOTDOT) {
sys/fs/pseudofs/pseudofs_vnops.c
586
if (cnp->cn_flags & ISDOTDOT) {
sys/fs/smbfs/smbfs_vnops.c
1069
if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) {
sys/fs/smbfs/smbfs_vnops.c
1139
if (flags & ISDOTDOT) {
sys/fs/smbfs/smbfs_vnops.c
1206
if (flags & ISDOTDOT) {
sys/fs/tarfs/tarfs_vnops.c
248
if (cnp->cn_flags & ISDOTDOT) {
sys/fs/tmpfs/tmpfs_vnops.c
1039
if ((fcnp->cn_flags & ISDOTDOT) != 0 ||
sys/fs/tmpfs/tmpfs_vnops.c
106
!(cnp->cn_flags & ISDOTDOT)));
sys/fs/tmpfs/tmpfs_vnops.c
1063
if ((fcnp->cn_flags & ISDOTDOT) != 0 ||
sys/fs/tmpfs/tmpfs_vnops.c
113
if (cnp->cn_flags & ISDOTDOT) {
sys/fs/tmpfs/tmpfs_vnops.c
876
if ((fcnp->cn_flags & ISDOTDOT) != 0 ||
sys/fs/udf/udf_vnops.c
1192
if (flags & ISDOTDOT) {
sys/fs/udf/udf_vnops.c
1226
if (flags & ISDOTDOT) {
sys/fs/unionfs/union_vnops.c
161
if (cnflags & ISDOTDOT) {
sys/kern/uipc_mqueue.c
894
if (cnp->cn_flags & ISDOTDOT) {
sys/kern/vfs_cache.c
1988
MPASS((cnp->cn_flags & ISDOTDOT) != 0);
sys/kern/vfs_cache.c
2111
MPASS((cnp->cn_flags & ISDOTDOT) == 0);
sys/kern/vfs_cache.c
2199
MPASS((cnp->cn_flags & ISDOTDOT) == 0);
sys/kern/vfs_cache.c
4582
(ISDOTDOT | MAKEENTRY | ISLASTCN)
sys/kern/vfs_cache.c
4754
cnp->cn_flags |= ISDOTDOT;
sys/kern/vfs_cache.c
4841
MPASS((cnp->cn_flags & ISDOTDOT) == 0);
sys/kern/vfs_cache.c
4915
cnp->cn_flags |= ISDOTDOT;
sys/kern/vfs_cache.c
5231
MPASS((cnp->cn_flags & ISDOTDOT) == 0);
sys/kern/vfs_lookup.c
1209
cnp->cn_flags &= ~(ISDOTDOT|ISLASTCN);
sys/kern/vfs_lookup.c
1216
cnp->cn_flags |= ISDOTDOT;
sys/kern/vfs_lookup.c
1256
if (cnp->cn_flags & ISDOTDOT) {
sys/kern/vfs_lookup.c
1453
if (cnp->cn_flags & ISDOTDOT) {
sys/kern/vfs_lookup.c
1524
if ((cnp->cn_flags & ISDOTDOT) == 0) {
sys/kern/vfs_lookup.c
1598
if (cnp->cn_flags & ISDOTDOT)
sys/sys/namei.h
195
(NOEXECCHECK | MAKEENTRY | ISSYMLINK | ISLASTCN | ISDOTDOT | \
sys/ufs/ufs/ufs_lookup.c
688
if (flags & ISDOTDOT) {
sys/ufs/ufs/ufs_vnops.c
1468
(fcnp->cn_flags | tcnp->cn_flags) & ISDOTDOT) {