Searched refs:UNIONFS_INTERNAL_DEBUG (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/fs/unionfs/ |
| D | union_vnops.c | 70 #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, 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() 203 …UNIONFS_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 …]
|