Lines Matching refs:fret
533 int fret; in ceph_fscrypt_decrypt_pages() local
535 fret = ceph_fscrypt_decrypt_block_inplace(inode, page[pgidx], in ceph_fscrypt_decrypt_pages()
538 if (fret < 0) { in ceph_fscrypt_decrypt_pages()
540 ret = fret; in ceph_fscrypt_decrypt_pages()
584 int fret; in ceph_fscrypt_decrypt_extents() local
594 fret = ceph_fscrypt_decrypt_pages(inode, &page[pgidx], in ceph_fscrypt_decrypt_extents()
597 ceph_vinop(inode), i, ext->off, ext->len, fret); in ceph_fscrypt_decrypt_extents()
598 if (fret < 0) { in ceph_fscrypt_decrypt_extents()
600 ret = fret; in ceph_fscrypt_decrypt_extents()
603 ret = pgsoff + fret; in ceph_fscrypt_decrypt_extents()
641 int fret; in ceph_fscrypt_encrypt_pages() local
643 fret = ceph_fscrypt_encrypt_block_inplace(inode, page[pgidx], in ceph_fscrypt_encrypt_pages()
646 if (fret < 0) { in ceph_fscrypt_encrypt_pages()
648 ret = fret; in ceph_fscrypt_encrypt_pages()