Searched refs:CONST_STRLEN (Results 1 – 2 of 2) sorted by relevance
156 (CONST_STRLEN("fscrypt-") + sizeof_field(struct super_block, s_id))161 (CONST_STRLEN("fscrypt-") + 2 * FSCRYPT_KEY_IDENTIFIER_SIZE + \162 CONST_STRLEN("-users") + 1)165 (2 * FSCRYPT_KEY_IDENTIFIER_SIZE + CONST_STRLEN(".uid.") + 10 + 1)
19 #define CONST_STRLEN(str) (sizeof(str) - 1) macro