ISLASTCN 146 isofs/cd9660/cd9660_lookup.c if ((flags & ISLASTCN) && (vdp->v_mount->mnt_flag & MNT_RDONLY) &&
ISLASTCN 353 isofs/cd9660/cd9660_lookup.c if ((flags & ISLASTCN) && nameiop == LOOKUP)
ISLASTCN 391 isofs/cd9660/cd9660_lookup.c if (lockparent && (flags & ISLASTCN)) {
ISLASTCN 409 isofs/cd9660/cd9660_lookup.c if (!lockparent || !(flags & ISLASTCN)) {
ISLASTCN 1077 isofs/udf/udf_vnops.c if ((flags & ISLASTCN) && nameiop == LOOKUP)
ISLASTCN 1081 isofs/udf/udf_vnops.c if (!(flags & LOCKPARENT) || !(flags & ISLASTCN)) {
ISLASTCN 1097 isofs/udf/udf_vnops.c if ((flags & ISLASTCN) &&
ISLASTCN 145 kern/vfs_cache.c (cnp->cn_flags & ISLASTCN) == 0) {
ISLASTCN 178 kern/vfs_cache.c if (!error && (~cnp->cn_flags & (LOCKPARENT|ISLASTCN)) == 0) {
ISLASTCN 191 kern/vfs_cache.c if (error || (~cnp->cn_flags & (LOCKPARENT|ISLASTCN)) != 0) {
ISLASTCN 213 kern/vfs_cache.c (~cnp->cn_flags & (LOCKPARENT|ISLASTCN)) != 0) {
ISLASTCN 92 kern/vfs_getcwd.c cn.cn_flags = ISLASTCN | ISDOTDOT | RDONLY;
ISLASTCN 196 kern/vfs_lookup.c if ((cnp->cn_flags & LOCKPARENT) && (cnp->cn_flags & ISLASTCN))
ISLASTCN 349 kern/vfs_lookup.c cnp->cn_flags |= ISLASTCN;
ISLASTCN 406 kern/vfs_lookup.c cnp->cn_flags |= ISLASTCN;
ISLASTCN 409 kern/vfs_lookup.c cnp->cn_flags &= ~ISLASTCN;
ISLASTCN 508 kern/vfs_lookup.c cnp->cn_flags |= ISLASTCN;
ISLASTCN 556 kern/vfs_lookup.c if (!(cnp->cn_flags & ISLASTCN)) {
ISLASTCN 591 kern/vfs_lookup.c if ((cnp->cn_flags & LOCKPARENT) && (cnp->cn_flags & ISLASTCN) &&
ISLASTCN 725 kern/vfs_lookup.c if ((cnp->cn_flags & LOCKPARENT) && (cnp->cn_flags & ISLASTCN))
ISLASTCN 701 miscfs/procfs/procfs_vnops.c wantpunlock = (~cnp->cn_flags & (LOCKPARENT | ISLASTCN));
ISLASTCN 193 msdosfs/msdosfs_lookup.c (flags & ISLASTCN))
ISLASTCN 372 msdosfs/msdosfs_lookup.c (flags & ISLASTCN) && dp->de_refcnt != 0) {
ISLASTCN 466 msdosfs/msdosfs_lookup.c if (nameiop == DELETE && (flags & ISLASTCN)) {
ISLASTCN 506 msdosfs/msdosfs_lookup.c (flags & ISLASTCN)) {
ISLASTCN 558 msdosfs/msdosfs_lookup.c if (lockparent && (flags & ISLASTCN)) {
ISLASTCN 573 msdosfs/msdosfs_lookup.c if (!lockparent || !(flags & ISLASTCN)) {
ISLASTCN 625 nfs/nfs_vnops.c if ((flags & ISLASTCN) && (dvp->v_mount->mnt_flag & MNT_RDONLY) &&
ISLASTCN 689 nfs/nfs_vnops.c if (cnp->cn_nameiop != LOOKUP && (flags & ISLASTCN))
ISLASTCN 691 nfs/nfs_vnops.c if ((!lockparent || !(flags & ISLASTCN)) &&
ISLASTCN 724 nfs/nfs_vnops.c if (cnp->cn_nameiop == RENAME && wantparent && (flags & ISLASTCN)) {
ISLASTCN 783 nfs/nfs_vnops.c if (lockparent && (flags & ISLASTCN)) {
ISLASTCN 804 nfs/nfs_vnops.c if (!lockparent || !(flags & ISLASTCN)) {
ISLASTCN 809 nfs/nfs_vnops.c if (cnp->cn_nameiop != LOOKUP && (flags & ISLASTCN))
ISLASTCN 812 nfs/nfs_vnops.c (cnp->cn_nameiop != DELETE || !(flags & ISLASTCN))) {
ISLASTCN 838 nfs/nfs_vnops.c (flags & ISLASTCN) && error == ENOENT) {
ISLASTCN 844 nfs/nfs_vnops.c if (cnp->cn_nameiop != LOOKUP && (flags & ISLASTCN))
ISLASTCN 718 ntfs/ntfs_vnops.c if ((cnp->cn_flags & ISLASTCN) &&
ISLASTCN 767 ntfs/ntfs_vnops.c if (lockparent && (cnp->cn_flags & ISLASTCN)) {
ISLASTCN 789 ntfs/ntfs_vnops.c if(!lockparent || (cnp->cn_flags & ISLASTCN) == 0) {
ISLASTCN 293 ufs/ext2fs/ext2fs_lookup.c if ((flags & ISLASTCN) && (vdp->v_mount->mnt_flag & MNT_RDONLY) &&
ISLASTCN 316 ufs/ext2fs/ext2fs_lookup.c (flags & ISLASTCN)) {
ISLASTCN 467 ufs/ext2fs/ext2fs_lookup.c (flags & ISLASTCN) && dp->i_e2fs_nlink != 0) {
ISLASTCN 550 ufs/ext2fs/ext2fs_lookup.c if ((flags & ISLASTCN) && nameiop == LOOKUP)
ISLASTCN 560 ufs/ext2fs/ext2fs_lookup.c if (nameiop == DELETE && (flags & ISLASTCN)) {
ISLASTCN 611 ufs/ext2fs/ext2fs_lookup.c (flags & ISLASTCN)) {
ISLASTCN 659 ufs/ext2fs/ext2fs_lookup.c if (lockparent && (flags & ISLASTCN)) {
ISLASTCN 673 ufs/ext2fs/ext2fs_lookup.c if (!lockparent || !(flags & ISLASTCN)) {
ISLASTCN 154 ufs/ufs/ufs_lookup.c if ((flags & ISLASTCN) && (vdp->v_mount->mnt_flag & MNT_RDONLY) &&
ISLASTCN 177 ufs/ufs/ufs_lookup.c (flags & ISLASTCN)) {
ISLASTCN 379 ufs/ufs/ufs_lookup.c (flags & ISLASTCN) && dp->i_effnlink != 0) {
ISLASTCN 459 ufs/ufs/ufs_lookup.c if ((flags & ISLASTCN) && nameiop == LOOKUP)
ISLASTCN 469 ufs/ufs/ufs_lookup.c if (nameiop == DELETE && (flags & ISLASTCN)) {
ISLASTCN 522 ufs/ufs/ufs_lookup.c (flags & ISLASTCN)) {
ISLASTCN 573 ufs/ufs/ufs_lookup.c if (lockparent && (flags & ISLASTCN)) {
ISLASTCN 588 ufs/ufs/ufs_lookup.c if (!lockparent || !(flags & ISLASTCN)) {
ISLASTCN 624 xfs/xfs_node-bsd.c cnp->cn_flags |= MAKEENTRY | LOCKPARENT | ISLASTCN;
ISLASTCN 273 xfs/xfs_vnodeops-bsd.c int lockparent = (cnp->cn_flags & (LOCKPARENT | ISLASTCN))
ISLASTCN 274 xfs/xfs_vnodeops-bsd.c == (LOCKPARENT | ISLASTCN);
ISLASTCN 290 xfs/xfs_vnodeops-bsd.c && (cnp->cn_flags & ISLASTCN)) {
ISLASTCN 294 xfs/xfs_vnodeops-bsd.c if (cnp->cn_nameiop != LOOKUP && cnp->cn_flags & ISLASTCN)
ISLASTCN 300 xfs/xfs_vnodeops-bsd.c } else if (!(cnp->cn_flags & ISLASTCN) || !lockparent) {
ISLASTCN 605 xfs/xfs_vnodeops-common.c && (cnp->cn_flags & ISLASTCN)) {