Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h445 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops() function
822 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops() function
/linux/fs/ceph/
H A Dcrypto.c145 fscrypt_set_ops(sb, &ceph_fscrypt_ops); in ceph_fscrypt_set_ops()