Home
last modified time | relevance | path

Searched refs:ECRYPTFS_MAX_NUM_USERS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dmessaging.c358 if (ecryptfs_number_of_users > ECRYPTFS_MAX_NUM_USERS) { in ecryptfs_init_messaging()
359 ecryptfs_number_of_users = ECRYPTFS_MAX_NUM_USERS; in ecryptfs_init_messaging()
H A Decryptfs_kernel.h37 #define ECRYPTFS_MAX_NUM_USERS 32768 macro