Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dmessaging.c34 static int ecryptfs_hash_bits; variable
36 hash_long((unsigned long)uid, ecryptfs_hash_bits)
489 ecryptfs_hash_bits = 1; in ecryptfs_init_messaging()
490 while (ecryptfs_number_of_users >> ecryptfs_hash_bits) in ecryptfs_init_messaging()
491 ecryptfs_hash_bits++; in ecryptfs_init_messaging()
493 * (1 << ecryptfs_hash_bits)), in ecryptfs_init_messaging()
501 for (i = 0; i < (1 << ecryptfs_hash_bits); i++) in ecryptfs_init_messaging()
558 for (i = 0; i < (1 << ecryptfs_hash_bits); i++) { in ecryptfs_release_messaging()