Searched refs:UNIONFS_INTERNAL_DEBUG (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/fs/unionfs/
H A Dunion_vnops.c68 #define UNIONFS_INTERNAL_DEBUG(msg, args...) printf(msg, ## args)
71 #define UNIONFS_INTERNAL_DEBUG(msg, args...) macro
106 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: enter: nameiop=%ld, flags=%lx, path=%s\n", nameiop, cnflags, cnp->cn_nameptr);
166 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", error);
183 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", uerror);
201 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: debug: whiteout=%d, path=%s\n", iswhiteout, cnp->cn_nameptr);
228 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", lerror);
241 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n",
342 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", error);
356 UNIONFS_INTERNAL_DEBUG("unionfs_creat
[all...]

Completed in 180 milliseconds