HomeSort by: relevance | last modified time | path
    Searched refs:union_copyup (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/union/
union.h 148 extern int union_copyup(struct union_node *, int, kauth_cred_t,
union_vnops.c 647 error = union_copyup(un, (mode&O_TRUNC) == 0, cred, l);
787 error = union_copyup(un, 1, ap->a_cred, curlwp);
950 error = union_copyup(un, (vap->va_size != 0),
1266 error = union_copyup(un, 1, cnp->cn_cred, curlwp);
union_subr.c 689 union_copyup(struct union_node *un, int docopy, kauth_cred_t cred, function in typeref:typename:int

Completed in 14 milliseconds