Home
last modified time | relevance | path

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

/block/
Dblk-settings.c493 void blk_queue_stack_limits(struct request_queue *t, struct request_queue *b) in blk_queue_stack_limits() argument
495 blk_stack_limits(&t->limits, &b->limits, 0); in blk_queue_stack_limits()
520 int blk_stack_limits(struct queue_limits *t, struct queue_limits *b, in blk_stack_limits() argument
525 t->max_sectors = min_not_zero(t->max_sectors, b->max_sectors); in blk_stack_limits()
526 t->max_hw_sectors = min_not_zero(t->max_hw_sectors, b->max_hw_sectors); in blk_stack_limits()
527 t->max_write_same_sectors = min(t->max_write_same_sectors, in blk_stack_limits()
529 t->bounce_pfn = min_not_zero(t->bounce_pfn, b->bounce_pfn); in blk_stack_limits()
531 t->seg_boundary_mask = min_not_zero(t->seg_boundary_mask, in blk_stack_limits()
534 t->max_segments = min_not_zero(t->max_segments, b->max_segments); in blk_stack_limits()
535 t->max_integrity_segments = min_not_zero(t->max_integrity_segments, in blk_stack_limits()
[all …]
DKconfig21 Say Y here unless you know you really don't want to mount disks and
/block/partitions/
DKconfig11 Note that the answer to this question won't directly affect the
123 file system support", above. If you don't know what all this is
162 If you don't know what all this is about, say N.
194 helpful if the driver doesn't work as expected and you'd like to
227 you don't know what all this is about, say N.