Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfscrypt.h226 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops() function
544 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops() function
/Linux-v5.10/fs/ubifs/
Dsuper.c2213 fscrypt_set_ops(sb, &ubifs_crypt_operations); in ubifs_fill_super()