Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcrypto.h158 int ceph_fscrypt_decrypt_extents(struct inode *inode, struct page **page,
250 static inline int ceph_fscrypt_decrypt_extents(struct inode *inode, in ceph_fscrypt_decrypt_extents() function
H A Dcrypto.c549 * ceph_fscrypt_decrypt_extents: decrypt received extents in given buffer
560 int ceph_fscrypt_decrypt_extents(struct inode *inode, struct page **page, in ceph_fscrypt_decrypt_extents() function
H A Dfile.c1173 fret = ceph_fscrypt_decrypt_extents(inode, pages, in __ceph_sync_read()