Home | History | Annotate | Download | only in kern

Lines Matching refs:LOCKPARENT

428  * If flag has LOCKPARENT or'ed into it, the parent directory is returned
432 * or renaming and LOCKPARENT is specified, the target may not be ".".
433 * When deleting and LOCKPARENT is specified, the target may be ".".
448 * if LOCKPARENT set, return locked parent in ni_dvp
1108 if (cnp->cn_flags & LOCKPARENT) {
1241 if ((cnp->cn_flags & (ISLASTCN | LOCKPARENT)) !=
1242 (ISLASTCN | LOCKPARENT)) {
1324 * terminal is never set true when LOCKPARENT.
1328 (cnp->cn_flags & LOCKPARENT) != 0) {
1745 KASSERT((cnp->cn_flags & LOCKPARENT) == 0 || searchdir == NULL ||
1855 if ((cnp->cn_flags & (LOCKLEAF | LOCKPARENT)) == LOCKPARENT &&
1858 * Note: if LOCKPARENT but not LOCKLEAF is
1862 * LOCKPARENT doesn't mean you necessarily get
1873 (cnp->cn_flags & LOCKPARENT) == 0)) {
1885 * If LOCKPARENT is not set, the parent directory isn't returned.
1887 if ((cnp->cn_flags & LOCKPARENT) == 0 && searchdir != NULL) {
2068 KASSERT((cnp->cn_flags & LOCKPARENT) == 0);