Home
last modified time | relevance | path

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

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