Searched refs:SAVESTART (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_lookup.c | 453 if ((cnp->cn_flags & (SAVENAME | SAVESTART)) == 0) { in namei() 761 if (cnp->cn_flags & SAVESTART) in lookup() 934 if (cnp->cn_flags & SAVESTART) { in lookup() 1058 if (cnp->cn_flags & SAVESTART) { in lookup() 1162 if (cnp->cn_flags & SAVESTART) in relookup() 1189 if (cnp->cn_flags & SAVESTART) in relookup() 1232 if (cnp->cn_flags & SAVESTART) in relookup() 1311 (ndp->ni_cnd.cn_flags & SAVESTART)) { in NDFREE()
|
| H A D | vfs_syscalls.c | 3480 NDINIT_ATRIGHTS(&fromnd, DELETE, LOCKPARENT | LOCKLEAF | SAVESTART | in kern_renameat() 3484 NDINIT_ATRIGHTS(&fromnd, DELETE, WANTPARENT | SAVESTART | AUDITVNODE1, in kern_renameat() 3500 SAVESTART | AUDITVNODE2, pathseg, new, newfd, in kern_renameat()
|
| /freebsd-12.1/sys/sys/ |
| H A D | namei.h | 146 #define SAVESTART 0x00001000 /* save starting directory */ macro
|
| /freebsd-12.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdserv.c | 558 LOCKLEAF | SAVESTART); in nfsrvd_lookup() 1086 LOCKPARENT | LOCKLEAF | SAVESTART | NOCACHE); in nfsrvd_create() 1251 cnflags = (LOCKPARENT | SAVESTART); in nfsrvd_mknod() 1558 NFSNAMEICNDSET(&fromnd.ni_cnd, nd->nd_cred, DELETE, WANTPARENT | SAVESTART); in nfsrvd_rename() 1619 NFSNAMEICNDSET(&tond.ni_cnd, nd->nd_cred, RENAME, LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART); in nfsrvd_rename() 1826 LOCKPARENT | SAVESTART | NOCACHE); in nfsrvd_symlink() 2934 LOCKPARENT | LOCKLEAF | SAVESTART | NOCACHE); in nfsrvd_open() 2937 LOCKLEAF | SAVESTART); in nfsrvd_open() 3573 LOCKLEAF | SAVESTART); in nfsrvd_secinfo()
|
| H A D | nfs_nfsdport.c | 585 if ((cnp->cn_flags & (SAVENAME | SAVESTART)) == 0) in nfsvno_namei() 3831 LOCKPARENT | LOCKLEAF | SAVESTART | NOCACHE); in nfsrv_dscreate()
|
| /freebsd-12.1/sys/fs/unionfs/ |
| H A D | union_subr.c | 544 cn->cn_flags |= (cnp->cn_flags & (DOWHITEOUT | SAVESTART)); in unionfs_relookup() 546 cn->cn_flags |= (cnp->cn_flags & SAVESTART); in unionfs_relookup()
|
| /freebsd-12.1/sys/fs/msdosfs/ |
| H A D | msdosfs_vnops.c | 1059 if ((tcnp->cn_flags & SAVESTART) == 0) in msdosfs_rename() 1110 if ((fcnp->cn_flags & SAVESTART) == 0) in msdosfs_rename()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zfs_vnops.c | 5283 ASSERT(ap->a_fcnp->cn_flags & (SAVENAME|SAVESTART)); 5284 ASSERT(ap->a_tcnp->cn_flags & (SAVENAME|SAVESTART));
|
| /freebsd-12.1/sys/ufs/ufs/ |
| H A D | ufs_vnops.c | 1310 if ((tcnp->cn_flags & SAVESTART) == 0)
|