Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfscrypt.h320 void fscrypt_destroy_keyring(struct super_block *sb);
543 static inline void fscrypt_destroy_keyring(struct super_block *sb) in fscrypt_destroy_keyring() function
/Linux-v6.6/fs/crypto/
Dkeyring.c218 void fscrypt_destroy_keyring(struct super_block *sb) in fscrypt_destroy_keyring() function
/Linux-v6.6/fs/
Dsuper.c685 fscrypt_destroy_keyring(sb); in generic_shutdown_super()