Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dmessaging.c21 static int ecryptfs_hash_bits; variable
23 hash_long((unsigned long)from_kuid(&init_user_ns, current_euid()), ecryptfs_hash_bits)
365 ecryptfs_hash_bits = 1; in ecryptfs_init_messaging()
366 while (ecryptfs_number_of_users >> ecryptfs_hash_bits) in ecryptfs_init_messaging()
367 ecryptfs_hash_bits++; in ecryptfs_init_messaging()
369 * (1 << ecryptfs_hash_bits)), in ecryptfs_init_messaging()
376 for (i = 0; i < (1 << ecryptfs_hash_bits); i++) in ecryptfs_init_messaging()
431 for (i = 0; i < (1 << ecryptfs_hash_bits); i++) { in ecryptfs_release_messaging()