Searched refs:BINDFSERROR (Results 1 – 2 of 2) sorted by relevance
152 BINDFSERROR("error copying data from user %d\n", error); in bindfs_mount()160 BINDFSERROR("path to mount too large for this system %zu vs %lu\n", count, MAX_MNT_FROM_LENGTH); in bindfs_mount()166 BINDFSERROR("lookup of %s failed error: %d\n", data, error); in bindfs_mount()
156 #define BINDFSERROR(format, args...) printf("ERROR: BindFS %s: " format, __FUNCTION__, ##args) macro