Searched refs:retry_op (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dscrub.c543 retry_op:
607 goto retry_op;
632 goto retry_op;
644 goto retry_op;
/linux-master/fs/ceph/
H A Dfile.c987 struct iov_iter *to, int *retry_op,
1176 *retry_op = CHECK_EOF;
1187 doutc(cl, "result %zd retry_op %d\n", ret, *retry_op);
1192 int *retry_op)
1202 return __ceph_sync_read(inode, &iocb->ki_pos, to, retry_op, NULL);
2059 int retry_op = 0, read = 0; local
2096 if (!retry_op &&
2102 retry_op = CHECK_EOF;
2104 ret = ceph_sync_read(iocb, to, &retry_op);
986 __ceph_sync_read(struct inode *inode, loff_t *ki_pos, struct iov_iter *to, int *retry_op, u64 *last_objver) argument
1191 ceph_sync_read(struct kiocb *iocb, struct iov_iter *to, int *retry_op) argument
[all...]
H A Dsuper.h1317 struct iov_iter *to, int *retry_op,
H A Dinode.c2346 int retry_op = 0; local
2389 ret = __ceph_sync_read(inode, &pos, &iter, &retry_op, &objver);

Completed in 134 milliseconds