Lines Matching refs:status
1170 int status = LoadSrcTgtVersion3(params, &tgt, &blocks, true); in PerformCommandMove() local
1172 if (status == -1) { in PerformCommandMove()
1177 if (status == 0) { in PerformCommandMove()
1187 if (status == 0) { in PerformCommandMove()
1370 int status = LoadSrcTgtVersion3(params, &tgt, &blocks, false); in PerformCommandDiff() local
1372 if (status == -1) { in PerformCommandDiff()
1377 if (status == 0) { in PerformCommandDiff()
1387 if (status == 0) { in PerformCommandDiff()
2229 fec_status status; in BlockImageRecoverFn() local
2230 if (!fh.get_status(status)) { in BlockImageRecoverFn()
2239 if (status.data_size <= static_cast<uint64_t>(j) * BLOCKSIZE) { in BlockImageRecoverFn()