Searched refs:UNIONFSDEBUG (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/unionfs/ |
H A D | unionfs_vfsops.c | 96 UNIONFSDEBUG("%s(mp = %p)\n", __func__, mp); in unionfs_mount() 166 UNIONFSDEBUG("%s: uid=%d, gid=%d\n", __func__, uid, gid); in unionfs_mount() 167 UNIONFSDEBUG("%s: udir=%#03o, ufile=%#03o\n", __func__, udir, ufile); in unionfs_mount() 168 UNIONFSDEBUG("%s: copymode=%d\n", __func__, copymode); in unionfs_mount() 296 UNIONFSDEBUG("%s: from %s, on %s\n", __func__, in unionfs_mount() 317 UNIONFSDEBUG("%s: mp = %p\n", __func__, mp); in unionfs_unmount() 364 UNIONFSDEBUG("%s: rootvp=%p locked=%#x\n", __func__, in unionfs_root() 398 UNIONFSDEBUG("%s(mp = %p, lvp = %p, uvp = %p)\n", in unionfs_statvfs() 469 UNIONFSDEBUG("%s\n", __func__); /* printed during system boot */ in unionfs_init()
|
H A D | unionfs.h | 156 #define UNIONFSDEBUG(format, args...) printf(format ,## args) macro 158 #define UNIONFSDEBUG(format, args...) macro
|
H A D | unionfs_vnops.c | 289 UNIONFSDEBUG("unionfs_lookup: Unable to create shadow dir."); in unionfs_lookup() 306 UNIONFSDEBUG("unionfs_lookup: Unable to create unionfs vnode."); in unionfs_lookup()
|