Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfscrypt.h256 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops() function
585 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops() function
/kernel/linux/linux-5.10/fs/ubifs/
Dsuper.c2215 fscrypt_set_ops(sb, &ubifs_crypt_operations); in ubifs_fill_super()