Searched refs:gossip_err (Results 1 – 15 of 15) sorted by relevance
/linux-5.19.10/fs/orangefs/ |
D | devorangefs-req.c | 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() [all …]
|
D | acl.c | 30 gossip_err("orangefs_get_acl: bogus value of type %d\n", type); in orangefs_get_acl() 57 gossip_err("inode %pU retrieving acl's failed with error %d\n", in orangefs_get_acl() 83 gossip_err("%s: invalid type %d!\n", __func__, type); in __orangefs_set_acl() 142 gossip_err("%s: posix_acl_update_mode err: %d\n", in orangefs_set_acl()
|
D | super.c | 94 gossip_err("Error: mount option [%s] is not supported.\n", p); in parse_mount_options() 356 gossip_err("fh buffer is too small for encoding\n"); in orangefs_encode_fh() 408 gossip_err("orangefs_unmount: service_operation %d\n", r); in orangefs_unmount() 489 gossip_err("ERROR: device name not specified.\n"); in orangefs_mount() 512 gossip_err("ERROR: Retrieved null fs_id\n"); in orangefs_mount() 588 gossip_err("orangefs_mount: mount request failed with %d\n", ret); in orangefs_mount() 590 gossip_err("Ensure that all orangefs-servers have the same FS configuration files\n"); in orangefs_mount() 591 …gossip_err("Look at pvfs2-client-core log file (typically /tmp/pvfs2-client.log) for more details\… in orangefs_mount() 655 gossip_err("Cannot create orangefs_inode_cache\n"); in orangefs_inode_cache_initialize()
|
D | orangefs-cache.c | 29 gossip_err("Cannot create orangefs_op_cache\n"); in op_cache_initialize() 148 gossip_err("op_alloc: kmem_cache_zalloc failed!\n"); in op_alloc() 162 gossip_err("NULL pointer in op_release\n"); in op_release()
|
D | orangefs-bufmap.c | 274 gossip_err("orangefs error: asked for %d pages, only got %d.\n", in orangefs_bufmap_map() 335 gossip_err("orangefs error: memory alignment (front). %p\n", in orangefs_bufmap_initialize() 342 gossip_err("orangefs error: memory alignment (back).(%p + %d)\n", in orangefs_bufmap_initialize() 349 gossip_err("orangefs error: user provided an oddly sized buffer: (%d, %d, %d)\n", in orangefs_bufmap_initialize() 357 gossip_err("orangefs error: bufmap size not page size divisible (%d).\n", in orangefs_bufmap_initialize() 375 gossip_err("orangefs: error: bufmap already initialized.\n"); in orangefs_bufmap_initialize()
|
D | file.c | 142 …gossip_err("%s: Failed to copy-in buffers. Please make sure that the pvfs2-client is running. %ld\… in wait_for_direct_io() 217 gossip_err("%s: unexpected op state :%d:.\n", in wait_for_direct_io() 229 gossip_err("%s: error in %s handle %pU, returning %zd\n", in wait_for_direct_io() 256 …gossip_err("%s: Failed to copy-out buffers. Please make sure that the pvfs2-client is running (%ld… in wait_for_direct_io() 365 gossip_err("%s: orangefs_inode_getattr failed, " in orangefs_fault()
|
D | orangefs-utils.c | 486 gossip_err("orangefs: error status received.\n"); in orangefs_normalize_to_errno() 487 gossip_err("orangefs: assuming error code is inverted.\n"); in orangefs_normalize_to_errno() 511 gossip_err("%s: bad error code :%d:.\n", in orangefs_normalize_to_errno() 530 gossip_err("%s: unknown error code.\n", __func__); in orangefs_normalize_to_errno()
|
D | waitqueue.c | 164 gossip_err("%s: %s -- wait timed out; aborting attempt.\n", in service_operation() 295 gossip_err("interrupted operation is in a weird state 0x%x\n", in orangefs_clean_up_interrupted_operation()
|
D | namei.c | 65 gossip_err("%s: Failed to allocate inode for file :%pd:\n", in orangefs_create() 273 gossip_err in orangefs_symlink() 348 gossip_err("*** Failed to allocate orangefs dir inode\n"); in orangefs_mkdir()
|
D | orangefs-debugfs.c | 754 gossip_err("%s: overflow!\n", __func__); in do_k_string() 781 gossip_err("%s: overflow!\n", __func__); in do_c_string() 964 gossip_err("%s: no debug help string \n", in orangefs_debugfs_new_client_string() 1022 gossip_err("Invalid mask type....\n"); in orangefs_debugfs_new_debug()
|
D | xattr.c | 420 gossip_err("%s: bogus NULL pointers\n", __func__); in orangefs_listxattr() 457 gossip_err("%s: impossible value for returned_count:%d:\n", in orangefs_listxattr() 471 gossip_err("%s: impossible value for lengths[%d]\n", in orangefs_listxattr()
|
D | orangefs-mod.c | 141 gossip_err("%s: could not initialize device subsystem %d!\n", in orangefs_init()
|
D | protocol.h | 362 #define gossip_err pr_err macro
|
D | orangefs-sysfs.c | 477 gossip_err("sysfs_service_op_show: unknown kobj_id:%s:\n", in sysfs_service_op_show() 801 gossip_err("sysfs_service_op_store: unknown kobj_id:%s:\n", in sysfs_service_op_store() 817 gossip_err("sysfs_service_op_store: service op returned:%d:\n", in sysfs_service_op_store()
|
D | inode.c | 739 gossip_err("%s: orangefs_inode_getattr failed, ret:%d:.\n", in orangefs_setattr_size() 959 gossip_err("%s: only supports setting one of FS_IMMUTABLE_FL|FS_APPEND_FL|FS_NOATIME_FL\n", in orangefs_fileattr_set()
|