Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dcrypto.h97 void ceph_fscrypt_set_ops(struct super_block *sb);
175 static inline void ceph_fscrypt_set_ops(struct super_block *sb) in ceph_fscrypt_set_ops() function
H A Dcrypto.c142 void ceph_fscrypt_set_ops(struct super_block *sb) in ceph_fscrypt_set_ops() function
H A Dsuper.c1213 ceph_fscrypt_set_ops(s); in ceph_set_super()