Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h414 void fscrypt_destroy_keyring(struct super_block *sb);
640 static inline void fscrypt_destroy_keyring(struct super_block *sb) in fscrypt_destroy_keyring() function
/linux/fs/crypto/
H A Dkeyring.c235 void fscrypt_destroy_keyring(struct super_block *sb) in fscrypt_destroy_keyring() function
/linux/fs/
H A Dsuper.c652 fscrypt_destroy_keyring(sb); in generic_shutdown_super()