HomeSort by: relevance | last modified time | path
    Searched defs:union_do_lookup (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/union/
union_subr.c 111 static int union_do_lookup(struct vnode *, struct componentname *, kauth_cred_t, const char *);
767 union_do_lookup(struct vnode *dvp, struct componentname *cnp, kauth_cred_t cred, function in typeref:typename:int
825 error = union_do_lookup(dvp, &cn,
869 error = union_do_lookup(dvp, &cn,
885 * whereas union_do_lookup is told where to start.
903 error = union_do_lookup(un->un_dirvp, &cn, l->l_cred,
union_subr.c 111 static int union_do_lookup(struct vnode *, struct componentname *, kauth_cred_t, const char *);
767 union_do_lookup(struct vnode *dvp, struct componentname *cnp, kauth_cred_t cred, function in typeref:typename:int
825 error = union_do_lookup(dvp, &cn,
869 error = union_do_lookup(dvp, &cn,
885 * whereas union_do_lookup is told where to start.
903 error = union_do_lookup(un->un_dirvp, &cn, l->l_cred,

Completed in 22 milliseconds