retry_op          583 fs/ceph/file.c 			      int *retry_op)
retry_op          718 fs/ceph/file.c 			*retry_op = CHECK_EOF;
retry_op          723 fs/ceph/file.c 	dout("sync_read result %zd retry_op %d\n", ret, *retry_op);
retry_op         1265 fs/ceph/file.c 	int retry_op = 0, read = 0;
retry_op         1299 fs/ceph/file.c 			if (!retry_op && (iocb->ki_flags & IOCB_DIRECT)) {
retry_op         1303 fs/ceph/file.c 					retry_op = CHECK_EOF;
retry_op         1305 fs/ceph/file.c 				ret = ceph_sync_read(iocb, to, &retry_op);
retry_op         1308 fs/ceph/file.c 			retry_op = READ_INLINE;
retry_op         1333 fs/ceph/file.c 	if (retry_op > HAVE_RETRIED && ret >= 0) {
retry_op         1337 fs/ceph/file.c 		if (retry_op == READ_INLINE) {
retry_op         1349 fs/ceph/file.c 				BUG_ON(retry_op != READ_INLINE);
retry_op         1356 fs/ceph/file.c 		if (retry_op == READ_INLINE) {
retry_op         1383 fs/ceph/file.c 		if (retry_op == CHECK_EOF && iocb->ki_pos < i_size &&
retry_op         1390 fs/ceph/file.c 			retry_op = HAVE_RETRIED;
retry_op          491 fs/xfs/scrub/scrub.c retry_op:
retry_op          509 fs/xfs/scrub/scrub.c 		goto retry_op;
retry_op          551 fs/xfs/scrub/scrub.c 			goto retry_op;