Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcrypto.h157 int ceph_fscrypt_encrypt_pages(struct inode *inode, struct page **page, u64 off,
254 static inline int ceph_fscrypt_encrypt_pages(struct inode *inode, in ceph_fscrypt_encrypt_pages() function
H A Dcrypto.c574 int ceph_fscrypt_encrypt_pages(struct inode *inode, struct page **page, u64 off, in ceph_fscrypt_encrypt_pages() function
H A Dfile.c1988 ret = ceph_fscrypt_encrypt_pages(inode, pages, in ceph_sync_write()