Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dpktcdvd.h60 #define PACKET_MERGE_SEGS 4 /* perform segment merging to keep */ macro
/linux-4.1.27/drivers/block/
Dpktcdvd.c930 clear_bit(PACKET_MERGE_SEGS, &pd->flags); in pkt_set_segment_merging()
938 set_bit(PACKET_MERGE_SEGS, &pd->flags); in pkt_set_segment_merging()
1329 if (test_bit(PACKET_MERGE_SEGS, &pd->flags) || (pkt->write_size < pkt->frames)) { in pkt_start_write()