Lines Matching refs:gossip_err

30 	gossip_err("*****************************************************\n");\
31 gossip_err("ORANGEFS Device Error: You cannot open the device file "); \
32 gossip_err("\n/dev/%s more than once. Please make sure that\nthere " \
34 gossip_err("instances of a program using this device\ncurrently " \
36 gossip_err("For example, you can use the lsof program as follows:\n");\
37 gossip_err("'lsof | grep %s' (run this as root)\n", \
39 gossip_err(" open_access_count = %d\n", open_access_count); \
40 gossip_err("*****************************************************\n");\
127 gossip_err("%s: device cannot be opened outside init_user_ns\n", in orangefs_devreq_open()
133 gossip_err("%s: device cannot be opened in blocking mode\n", in orangefs_devreq_open()
170 gossip_err("%s: blocking read from client-core.\n", in orangefs_devreq_read()
180 gossip_err("orangefs: client-core tried to read wrong size\n"); in orangefs_devreq_read()
233 gossip_err( in orangefs_devreq_read()
268 gossip_err("orangefs: ERROR: Current op already queued.\n"); in orangefs_devreq_read()
330 gossip_err("orangefs: Failed to copy data to user space\n"); in orangefs_devreq_read()
381 gossip_err("%s: total:%d: must be at least:%u:\n", in orangefs_devreq_write_iter()
389 gossip_err("%s: failed to copy head.\n", __func__); in orangefs_devreq_write_iter()
394 gossip_err("%s: userspace claims version" in orangefs_devreq_write_iter()
403 gossip_err("Error: Device magic number does not match.\n"); in orangefs_devreq_write_iter()
410 gossip_err("Error: userspace version changes\n"); in orangefs_devreq_write_iter()
424 gossip_err("%s: failed to copy downcall.\n", __func__); in orangefs_devreq_write_iter()
437 gossip_err("%s: funky write, head_size:%d" in orangefs_devreq_write_iter()
451 gossip_err("%s: %x operation with trailer.", in orangefs_devreq_write_iter()
460 gossip_err("%s: %x operation with no trailer.", in orangefs_devreq_write_iter()
475 gossip_err("%s: failed to copy trailer.\n", __func__); in orangefs_devreq_write_iter()
576gossip_err("device ioctl magic numbers don't match! Did you rebuild pvfs2-client-core/libpvfs2? [c… in check_ioctl_command()
584 gossip_err("Invalid ioctl command number [%d >= %d]\n", in check_ioctl_command()