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

/freebsd-12-stable/sys/fs/unionfs/
H A Dunion_vnops.c70 #define UNIONFS_INTERNAL_DEBUG(msg, args...) printf(msg, ## args)
73 #define UNIONFS_INTERNAL_DEBUG(msg, args...) macro
108 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: enter: nameiop=%ld, flags=%lx, path=%s\n", nameiop, cnflags, cnp->cn_nameptr);
168 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", error);
185 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", uerror);
203 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: debug: whiteout=%d, path=%s\n", iswhiteout, cnp->cn_nameptr);
230 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", lerror);
243 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n",
344 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", error);
358 UNIONFS_INTERNAL_DEBUG("unionfs_creat
[all...]

Completed in 201 milliseconds