Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/crypto/
H A Dkeyring.c949 * FS_IOC_REMOVE_ENCRYPTION_KEY (all_users=false) removes the current user's
951 * FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS (all_users=true) always removes the
967 static int do_remove_key(struct file *filp, void __user *_uarg, bool all_users) in do_remove_key() argument
1002 if (all_users) in do_remove_key()
/kernel/linux/linux-6.6/fs/crypto/
H A Dkeyring.c981 * FS_IOC_REMOVE_ENCRYPTION_KEY (all_users=false) removes the current user's
983 * FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS (all_users=true) always removes the
999 static int do_remove_key(struct file *filp, void __user *_uarg, bool all_users) in do_remove_key() argument
1034 if (all_users) in do_remove_key()

Completed in 4 milliseconds