Lines Matching refs:fret
484 int fret; in ceph_fscrypt_decrypt_pages() local
486 fret = ceph_fscrypt_decrypt_block_inplace(inode, page[pgidx], in ceph_fscrypt_decrypt_pages()
489 if (fret < 0) { in ceph_fscrypt_decrypt_pages()
491 ret = fret; in ceph_fscrypt_decrypt_pages()
535 int fret; in ceph_fscrypt_decrypt_extents() local
545 fret = ceph_fscrypt_decrypt_pages(inode, &page[pgidx], in ceph_fscrypt_decrypt_extents()
548 ceph_vinop(inode), i, ext->off, ext->len, fret); in ceph_fscrypt_decrypt_extents()
549 if (fret < 0) { in ceph_fscrypt_decrypt_extents()
551 ret = fret; in ceph_fscrypt_decrypt_extents()
554 ret = pgsoff + fret; in ceph_fscrypt_decrypt_extents()
592 int fret; in ceph_fscrypt_encrypt_pages() local
594 fret = ceph_fscrypt_encrypt_block_inplace(inode, page[pgidx], in ceph_fscrypt_encrypt_pages()
597 if (fret < 0) { in ceph_fscrypt_encrypt_pages()
599 ret = fret; in ceph_fscrypt_encrypt_pages()