Searched refs:ZSMALLOC_MAGIC (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/uapi/linux/ | ||
D | magic.h | 102 #define ZSMALLOC_MAGIC 0x58295829 macro |
/linux-5.19.10/mm/ | ||
D | zsmalloc.c | 1759 return init_pseudo(fc, ZSMALLOC_MAGIC) ? 0 : -ENOMEM; in zs_init_fs_context() |