Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpktcdvd.h179 sector_t current_sector; /* Keep track of where the elevator is */ member
/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py252 current_sector = start_sector + (i // SECTOR_SIZE)
267 FatDirectoryEntry(entry, current_sector, current_offset)
/openbmc/linux/drivers/block/
H A Dpktcdvd.c482 seq_printf(m, "\tcurrent sector:\t\t0x%llx\n", pd->current_sector); in pkt_seq_show()
1140 first_node = pkt_rbtree_find(pd, pd->current_sector); in pkt_handle_queue()
1175 pd->current_sector = zone + pd->settings.size; in pkt_handle_queue()