Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)
364 ecryptfs_hash_bits = 1; in ecryptfs_init_messaging()
365 while (ecryptfs_number_of_users >> ecryptfs_hash_bits) in ecryptfs_init_messaging()
366 ecryptfs_hash_bits++; in ecryptfs_init_messaging()
368 * (1 << ecryptfs_hash_bits)), in ecryptfs_init_messaging()
375 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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds