Home
last modified time | relevance | path

Searched refs:current_sector (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dpktcdvd.h186 sector_t current_sector; /* Keep track of where the elevator is */ member
/linux-4.4.14/drivers/block/
Dpktcdvd.c1215 first_node = pkt_rbtree_find(pd, pd->current_sector); in pkt_handle_queue()
1250 pd->current_sector = zone + pd->settings.size; in pkt_handle_queue()
2568 seq_printf(m, "\tcurrent sector:\t\t0x%llx\n", (unsigned long long)pd->current_sector); in pkt_seq_show()