Lines Matching refs:disk
218 * "aborting" requests, or force-detaching the disk, is intended for
231 * from disk into the original request pages, in the best case it will
244 drbd_emerg(device, "delayed completion of aborted local request; disk-timeout may be too aggressive\n");
613 to continue resync with a broken disk makes no sense at
951 ns.disk = D_INCONSISTENT;
954 ns.disk = D_UP_TO_DATE;
958 ns.disk = D_UP_TO_DATE;
1006 disk_state = min_t(enum drbd_disk_state, disk_state, device->state.disk);
1539 if (!odev->ldev || odev->state.disk == D_DISKLESS)
1571 if (odev->state.conn == C_STANDALONE && odev->state.disk == D_DISKLESS)
1597 if (odev->state.conn == C_STANDALONE && odev->state.disk == D_DISKLESS)
1647 if (!odev || !odev->ldev || odev->state.disk == D_DISKLESS)
1675 struct gendisk *disk = device->ldev->backing_bdev->bd_disk;
1681 device->rs_last_events = (int)part_stat_read_accum(&disk->part0, sectors);
1810 ns.disk = D_INCONSISTENT;
1838 * disabled, and know the disk state is ok. */
1949 D_ASSERT(device, device->state.disk == D_FAILED);
1982 drbd_force_state(device, NS(disk, D_DISKLESS));
2224 D_ASSERT(device, device->state.disk == D_DISKLESS && device->state.conn == C_STANDALONE);