Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcrypto.h93 void ceph_fscrypt_set_ops(struct super_block *sb);
167 static inline void ceph_fscrypt_set_ops(struct super_block *sb) in ceph_fscrypt_set_ops() function
H A Dcrypto.c92 void ceph_fscrypt_set_ops(struct super_block *sb) in ceph_fscrypt_set_ops() function
H A Dsuper.c1220 ceph_fscrypt_set_ops(s); in ceph_set_super()