Searched refs:DLM_LOCKSPACE_LEN (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | debug_fs.c | 743 char name[DLM_LOCKSPACE_LEN + 8]; in dlm_create_debug_file() 756 snprintf(name, DLM_LOCKSPACE_LEN + 8, "%s_locks", ls->ls_name); in dlm_create_debug_file() 767 snprintf(name, DLM_LOCKSPACE_LEN + 8, "%s_all", ls->ls_name); in dlm_create_debug_file() 778 snprintf(name, DLM_LOCKSPACE_LEN + 8, "%s_toss", ls->ls_name); in dlm_create_debug_file() 787 snprintf(name, DLM_LOCKSPACE_LEN + 8, "%s_waiters", ls->ls_name); in dlm_create_debug_file()
|
| H A D | config.h | 41 char ci_cluster_name[DLM_LOCKSPACE_LEN];
|
| H A D | lockspace.c | 423 if (namelen > DLM_LOCKSPACE_LEN || namelen == 0) in new_lockspace() 450 strncmp(cluster, dlm_config.ci_cluster_name, DLM_LOCKSPACE_LEN)) { in new_lockspace()
|
| H A D | config.c | 81 char cl_cluster_name[DLM_LOCKSPACE_LEN]; 409 DLM_LOCKSPACE_LEN); in make_cluster()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | dlmconstants.h | 22 #define DLM_LOCKSPACE_LEN 64 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | dlmconstants.h | 22 #define DLM_LOCKSPACE_LEN 64 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | dlmconstants.h | 22 #define DLM_LOCKSPACE_LEN 64 macro
|