Home
last modified time | relevance | path

Searched refs:DLM_LOCKSPACE_LEN (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/fs/dlm/
H A Ddebug_fs.c743 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 Dconfig.h41 char ci_cluster_name[DLM_LOCKSPACE_LEN];
H A Dlockspace.c423 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 Dconfig.c81 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 Ddlmconstants.h22 #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 Ddlmconstants.h22 #define DLM_LOCKSPACE_LEN 64 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddlmconstants.h22 #define DLM_LOCKSPACE_LEN 64 macro