Lines Matching defs:operation
119 enum btrfs_rbio_ops operation;
578 if (last->operation != cur->operation)
588 if (last->operation == BTRFS_RBIO_PARITY_SCRUB)
591 if (last->operation == BTRFS_RBIO_REBUILD_MISSING)
594 if (last->operation == BTRFS_RBIO_READ_REBUILD) {
809 if (next->operation == BTRFS_RBIO_READ_REBUILD)
811 else if (next->operation == BTRFS_RBIO_REBUILD_MISSING) {
814 } else if (next->operation == BTRFS_RBIO_WRITE) {
817 } else if (next->operation == BTRFS_RBIO_PARITY_SCRUB) {
925 max_errors = (rbio->operation == BTRFS_RBIO_PARITY_SCRUB) ?
1797 rbio->operation = BTRFS_RBIO_WRITE;
1854 if (rbio->operation == BTRFS_RBIO_READ_REBUILD ||
1855 rbio->operation == BTRFS_RBIO_REBUILD_MISSING) {
1868 if (rbio->operation == BTRFS_RBIO_PARITY_SCRUB &&
1880 if ((rbio->operation == BTRFS_RBIO_READ_REBUILD ||
1881 rbio->operation == BTRFS_RBIO_REBUILD_MISSING) &&
1968 if (rbio->operation == BTRFS_RBIO_WRITE) {
1985 if ((rbio->operation == BTRFS_RBIO_READ_REBUILD ||
1986 rbio->operation == BTRFS_RBIO_REBUILD_MISSING) &&
2006 if (rbio->operation == BTRFS_RBIO_READ_REBUILD ||
2007 rbio->operation == BTRFS_RBIO_REBUILD_MISSING) {
2033 if (rbio->operation == BTRFS_RBIO_WRITE)
2035 else if (rbio->operation == BTRFS_RBIO_PARITY_SCRUB)
2152 if (rbio->operation == BTRFS_RBIO_READ_REBUILD ||
2153 rbio->operation == BTRFS_RBIO_REBUILD_MISSING)
2187 rbio->operation = BTRFS_RBIO_READ_REBUILD;
2290 rbio->operation = BTRFS_RBIO_PARITY_SCRUB;
2730 rbio->operation = BTRFS_RBIO_REBUILD_MISSING;