Lines Matching defs:sparse
971 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD);
1013 sparse ? CEPH_OSD_OP_SPARSE_READ :
1042 if (sparse) {
1066 if (sparse && ret >= 0)
1247 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ);
1268 if (sparse && rc >= 0)
1406 bool sparse = ceph_test_mount_opt(fsc, SPARSEREAD);
1435 int readop = sparse ? CEPH_OSD_OP_SPARSE_READ : CEPH_OSD_OP_READ;
1498 if (sparse) {
1532 if (sparse && ret >= 0)