Searched refs:BINDFSERROR (Results 1 – 2 of 2) sorted by relevance
149 BINDFSERROR("error copying data from user %d\n", error); in bindfs_mount()157 …BINDFSERROR("path to mount too large for this system %zu vs %lu\n", count, sizeof(vfs_statfs(mp)->… in bindfs_mount()163 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