Searched refs:UNIONFSDEBUG (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/fs/unionfs/ |
| D | union_vfsops.c | 97 UNIONFSDEBUG("unionfs_mount(mp = %p)\n", (void *)mp); in unionfs_domount() 230 UNIONFSDEBUG("unionfs_mount: uid=%d, gid=%d\n", uid, gid); in unionfs_domount() 231 UNIONFSDEBUG("unionfs_mount: udir=0%03o, ufile=0%03o\n", udir, ufile); in unionfs_domount() 232 UNIONFSDEBUG("unionfs_mount: copymode=%d\n", copymode); in unionfs_domount() 313 UNIONFSDEBUG("unionfs_mount: from %s, on %s\n", in unionfs_domount() 331 UNIONFSDEBUG("unionfs_unmount: mp = %p\n", (void *)mp); in unionfs_unmount() 365 UNIONFSDEBUG("unionfs_root: rootvp=%p locked=%x\n", in unionfs_root() 400 UNIONFSDEBUG("unionfs_statfs(mp = %p, lvp = %p, uvp = %p)\n", in unionfs_statfs()
|
| D | union.h | 145 #define UNIONFSDEBUG(format, args...) printf(format ,## args) macro 147 #define UNIONFSDEBUG(format, args...) macro
|
| D | union_vnops.c | 280 UNIONFSDEBUG("unionfs_lookup: Unable to create shadow dir."); in unionfs_lookup() 322 UNIONFSDEBUG("unionfs_lookup: Unable to create unionfs vnode."); in unionfs_lookup()
|
| D | union_subr.c | 75 UNIONFSDEBUG("unionfs_init\n"); /* printed during system boot */ in unionfs_init()
|