Lines Matching refs:status
1175 int status = LoadSrcTgtVersion3(params, &tgt, &blocks, true); in PerformCommandMove() local
1177 if (status == -1) { in PerformCommandMove()
1182 if (status == 0) { in PerformCommandMove()
1192 if (status == 0) { in PerformCommandMove()
1375 int status = LoadSrcTgtVersion3(params, &tgt, &blocks, false); in PerformCommandDiff() local
1377 if (status == -1) { in PerformCommandDiff()
1382 if (status == 0) { in PerformCommandDiff()
1392 if (status == 0) { in PerformCommandDiff()
2261 fec_status status; in BlockImageRecoverFn() local
2262 if (!fh.get_status(status)) { in BlockImageRecoverFn()
2271 if (status.data_size <= static_cast<uint64_t>(j) * BLOCKSIZE) { in BlockImageRecoverFn()