Home | History | Annotate | Download | only in unionfs

Lines Matching defs:unionfs_lookup

106 unionfs_lookup(void *v)
135 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: enter: nameiop=%ld, flags=%lx, path=%s\n", nameiop, cnflags, cnp->cn_nameptr);
190 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", error);
207 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", uerror);
222 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: debug: whiteout=%d, path=%s\n", iswhiteout, cnp->cn_nameptr);
249 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", lerror);
261 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n",
289 UNIONFSDEBUG("unionfs_lookup: Unable to create shadow dir.");
306 UNIONFSDEBUG("unionfs_lookup: Unable to create unionfs vnode.");
327 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", error);
1883 { &vop_lookup_desc, unionfs_lookup }, /* lookup */