Home
last modified time | relevance | path

Searched refs:LIZARDFS_ERROR_EPERM (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/lizardfs/lizardfs-3.12.0/src/master/
H A Dfilesystem_operations.cc103 return LIZARDFS_ERROR_EPERM; in fs_readreserved_size()
122 return LIZARDFS_ERROR_EPERM; in fs_readtrash_size()
145 return LIZARDFS_ERROR_EPERM; in fs_getdetachedattr()
171 return LIZARDFS_ERROR_EPERM; in fs_gettrashpath()
667 return LIZARDFS_ERROR_EPERM; in fs_setattr()
671 return LIZARDFS_ERROR_EPERM; in fs_setattr()
685 return LIZARDFS_ERROR_EPERM; in fs_setattr()
1070 return LIZARDFS_ERROR_EPERM; in fs_unlink()
1073 return LIZARDFS_ERROR_EPERM; in fs_unlink()
1138 return LIZARDFS_ERROR_EPERM; in fs_rmdir()
[all …]
H A Dfilesystem_quota.cc66 return LIZARDFS_ERROR_EPERM; in fs_quota_get_all()
105 return LIZARDFS_ERROR_EPERM; in fs_quota_get()
110 return LIZARDFS_ERROR_EPERM; in fs_quota_get()
119 return LIZARDFS_ERROR_EPERM; in fs_quota_get()
224 return LIZARDFS_ERROR_EPERM; in fs_quota_set()
H A Drecursive_remove_task.cc41 return LIZARDFS_ERROR_EPERM; in retrieveNodes()
H A Dsetgoal_task.cc53 return LIZARDFS_ERROR_EPERM; in execute()
H A Dsettrashtime_task.cc52 return LIZARDFS_ERROR_EPERM; in execute()
H A Dfilesystem_node.cc1776 return LIZARDFS_ERROR_EPERM; in verify_session()
1806 return LIZARDFS_ERROR_EPERM; in fsnodes_get_node_for_operation()
1821 return LIZARDFS_ERROR_EPERM; in fsnodes_get_node_for_operation()
1829 return LIZARDFS_ERROR_EPERM; in fsnodes_get_node_for_operation()
1833 return LIZARDFS_ERROR_EPERM; in fsnodes_get_node_for_operation()
1837 return LIZARDFS_ERROR_EPERM; in fsnodes_get_node_for_operation()
H A Dsnapshot_task.cc43 return LIZARDFS_ERROR_EPERM; in cloneNodeTest()
H A Dmatotsserv.cc162 uint8_t status = LIZARDFS_ERROR_EPERM; in matotsserv_register_tapeserver()
H A Dmatoclserv.cc3149 status = LIZARDFS_ERROR_EPERM; in matoclserv_fuse_settrashtime()
3154 status = LIZARDFS_ERROR_EPERM; in matoclserv_fuse_settrashtime()
3159 status = LIZARDFS_ERROR_EPERM; in matoclserv_fuse_settrashtime()
3300 status = LIZARDFS_ERROR_EPERM; in matoclserv_fuse_setgoal()
3303 status = LIZARDFS_ERROR_EPERM; in matoclserv_fuse_setgoal()
4389 matoclserv_createpacket(eptr, matocl::adminRegisterResponse::build(LIZARDFS_ERROR_EPERM)); in matoclserv_admin_register_response()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/mount/
H A Dspecial_setattr.cc56 lizardfs_error_string(LIZARDFS_ERROR_EPERM)); in setattr()
57 throw RequestException(LIZARDFS_ERROR_EPERM); in setattr()
H A Dlizard_client.cc988 lizardfs_error_string(LIZARDFS_ERROR_EPERM)); in mknod()
989 throw RequestException(LIZARDFS_ERROR_EPERM); in mknod()
1939 err = (status == LIZARDFS_ERROR_EPERM ? LIZARDFS_ERROR_EPERM : LIZARDFS_ERROR_IO); in read()
2057 err = status == LIZARDFS_ERROR_EPERM ? LIZARDFS_ERROR_EPERM : LIZARDFS_ERROR_IO; in write()
2562 lizardfs_error_string(LIZARDFS_ERROR_EPERM)); in setxattr()
2563 throw RequestException(LIZARDFS_ERROR_EPERM); in setxattr()
2595 throw RequestException(LIZARDFS_ERROR_EPERM); in setxattr()
2689 throw RequestException(LIZARDFS_ERROR_EPERM); in getxattr()
2774 throw RequestException(LIZARDFS_ERROR_EPERM); in listxattr()
2828 throw RequestException(LIZARDFS_ERROR_EPERM); in removexattr()
[all …]
H A Dglobal_io_limiter.cc122 return LIZARDFS_ERROR_EPERM; in waitForRead()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/protocol/
H A Dmatocl_unittest.cc178 LIZARDFS_DEFINE_INOUT_PAIR(uint8_t, status, LIZARDFS_ERROR_EPERM, 0); in TEST()
194 LIZARDFS_DEFINE_INOUT_PAIR(uint8_t, status, LIZARDFS_ERROR_EPERM, 0); in TEST()
229 LIZARDFS_DEFINE_INOUT_PAIR(uint8_t, status, LIZARDFS_ERROR_EPERM, 0); in TEST()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dlizardfs_error_codes.h26 LIZARDFS_ERROR_EPERM = 1, // Operation not permitted enumerator
H A Dmfserr.cc50 case LIZARDFS_ERROR_EPERM: in lizardfs_error_conv()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/admin/
H A Dmanage_locks_command.cc105 if (status == LIZARDFS_ERROR_EPERM) { in processUnlock()