Home
last modified time | relevance | path

Searched refs:CNP_PDIRUNLOCK (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/kern/
HDvfs_lookup.c84 KKASSERT(cnp->cn_flags & CNP_PDIRUNLOCK); in relookup()
86 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in relookup()
143 KKASSERT((cnp->cn_flags & CNP_PDIRUNLOCK) == 0); in relookup()
147 if ((cnp->cn_flags & CNP_PDIRUNLOCK) == 0) { in relookup()
148 cnp->cn_flags |= CNP_PDIRUNLOCK; in relookup()
HDvfs_default.c219 if ((cnp.cn_flags & CNP_PDIRUNLOCK) == 0) in vop_compat_nresolve()
292 if (cnp.cn_flags & CNP_PDIRUNLOCK) in vop_compat_nlookupdotdot()
359 KKASSERT((cnp.cn_flags & CNP_PDIRUNLOCK) == 0); in vop_compat_ncreate()
373 if ((cnp.cn_flags & CNP_PDIRUNLOCK) == 0) in vop_compat_ncreate()
438 KKASSERT((cnp.cn_flags & CNP_PDIRUNLOCK) == 0); in vop_compat_nmkdir()
452 if ((cnp.cn_flags & CNP_PDIRUNLOCK) == 0) in vop_compat_nmkdir()
518 KKASSERT((cnp.cn_flags & CNP_PDIRUNLOCK) == 0); in vop_compat_nmknod()
532 if ((cnp.cn_flags & CNP_PDIRUNLOCK) == 0) in vop_compat_nmknod()
604 KKASSERT((cnp.cn_flags & CNP_PDIRUNLOCK) == 0); in vop_compat_nlink()
616 if ((cnp.cn_flags & CNP_PDIRUNLOCK) == 0) in vop_compat_nlink()
[all …]
/dragonfly/sys/vfs/msdosfs/
HDmsdosfs_lookup.c143 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in msdosfs_lookup()
398 cnp->cn_flags |= CNP_PDIRUNLOCK; in msdosfs_lookup()
484 cnp->cn_flags |= CNP_PDIRUNLOCK; in msdosfs_lookup()
515 cnp->cn_flags |= CNP_PDIRUNLOCK; in msdosfs_lookup()
542 cnp->cn_flags |= CNP_PDIRUNLOCK; in msdosfs_lookup()
546 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in msdosfs_lookup()
555 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in msdosfs_lookup()
572 cnp->cn_flags |= CNP_PDIRUNLOCK; in msdosfs_lookup()
HDmsdosfs_vnops.c1046 tcnp->cn_flags |= CNP_PDIRUNLOCK; in msdosfs_rename()
1058 if (tcnp->cn_flags & CNP_PDIRUNLOCK) in msdosfs_rename()
1137 if (fcnp->cn_flags & CNP_PDIRUNLOCK) in msdosfs_rename()
/dragonfly/sys/vfs/ufs/
HDufs_lookup.c140 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in ufs_lookup()
423 cnp->cn_flags |= CNP_PDIRUNLOCK; in ufs_lookup()
484 cnp->cn_flags |= CNP_PDIRUNLOCK; in ufs_lookup()
505 cnp->cn_flags |= CNP_PDIRUNLOCK; in ufs_lookup()
531 cnp->cn_flags |= CNP_PDIRUNLOCK; in ufs_lookup()
539 cnp->cn_flags |= CNP_PDIRUNLOCK; in ufs_lookup()
566 cnp->cn_flags |= CNP_PDIRUNLOCK; in ufs_lookup()
571 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in ufs_lookup()
581 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in ufs_lookup()
593 cnp->cn_flags |= CNP_PDIRUNLOCK; in ufs_lookup()
HDufs_vnops.c976 tcnp->cn_flags |= CNP_PDIRUNLOCK; in ufs_rename()
989 if (tcnp->cn_flags & CNP_PDIRUNLOCK) in ufs_rename()
995 KKASSERT((tcnp->cn_flags & CNP_PDIRUNLOCK) == 0); in ufs_rename()
1175 if (fcnp->cn_flags & CNP_PDIRUNLOCK) in ufs_rename()
1181 KKASSERT((fcnp->cn_flags & CNP_PDIRUNLOCK) == 0); in ufs_rename()
/dragonfly/sys/vfs/isofs/cd9660/
HDcd9660_lookup.c124 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in cd9660_lookup()
354 cnp->cn_flags |= CNP_PDIRUNLOCK; in cd9660_lookup()
359 cnp->cn_flags |= CNP_PDIRUNLOCK; in cd9660_lookup()
372 cnp->cn_flags |= CNP_PDIRUNLOCK; in cd9660_lookup()
/dragonfly/sys/vfs/ntfs/
HDntfs_vnops.c689 cnp->cn_flags |= CNP_PDIRUNLOCK; in ntfs_lookup()
698 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in ntfs_lookup()
709 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in ntfs_lookup()
723 cnp->cn_flags |= CNP_PDIRUNLOCK; in ntfs_lookup()
/dragonfly/sys/sys/
HDnamei.h106 #define CNP_PDIRUNLOCK 0x00200000 /* fs lookup() unlocked parent dir */ macro
/dragonfly/sys/vfs/smbfs/
HDsmbfs_vnops.c1031 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in smbfs_lookup()
1091 cnp->cn_flags |= CNP_PDIRUNLOCK; in smbfs_lookup()
1117 cnp->cn_flags |= CNP_PDIRUNLOCK; in smbfs_lookup()
1133 cnp->cn_flags |= CNP_PDIRUNLOCK; in smbfs_lookup()
1147 cnp->cn_flags |= CNP_PDIRUNLOCK; in smbfs_lookup()
1164 cnp->cn_flags |= CNP_PDIRUNLOCK; in smbfs_lookup()
/dragonfly/sys/vfs/ext2fs/
HDext2_vnops.c827 tcnp->cn_flags |= CNP_PDIRUNLOCK; in ext2_rename()
839 if (tcnp->cn_flags & CNP_PDIRUNLOCK) in ext2_rename()
985 if (fcnp->cn_flags & CNP_PDIRUNLOCK) in ext2_rename()
991 KKASSERT((fcnp->cn_flags & CNP_PDIRUNLOCK) == 0); in ext2_rename()
HDext2_lookup.c674 cnp->cn_flags |= CNP_PDIRUNLOCK; in ext2_lookup_ino()
/dragonfly/sys/vfs/hpfs/
HDhpfs_vnops.c1029 cnp->cn_flags |= CNP_PDIRUNLOCK; in hpfs_lookup()
1076 cnp->cn_flags |= CNP_PDIRUNLOCK; in hpfs_lookup()
/dragonfly/sys/vfs/nfs/
HDnfs_vnops.c1208 cnp->cn_flags |= CNP_PDIRUNLOCK; in nfs_lookup()
1216 cnp->cn_flags |= CNP_PDIRUNLOCK; in nfs_lookup()
1220 cnp->cn_flags &= ~CNP_PDIRUNLOCK; in nfs_lookup()
1232 cnp->cn_flags |= CNP_PDIRUNLOCK; in nfs_lookup()
1247 cnp->cn_flags |= CNP_PDIRUNLOCK; in nfs_lookup()
1280 cnp->cn_flags |= CNP_PDIRUNLOCK; in nfs_lookup()
/dragonfly/sys/vfs/procfs/
HDprocfs_vnops.c866 cnp->cn_flags |= CNP_PDIRUNLOCK; in procfs_lookup()
/dragonfly/sys/vfs/udf/
HDudf_vnops.c956 a->a_cnp->cn_flags |= CNP_PDIRUNLOCK; in udf_lookup()