Searched refs:BIO_MAX_PAGES (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/fs/logfs/ |
D | dev_bdev.c | 101 if (max_pages > BIO_MAX_PAGES) in __bdev_writeseg() 102 max_pages = BIO_MAX_PAGES; in __bdev_writeseg() 196 if (max_pages > BIO_MAX_PAGES) in do_erase() 197 max_pages = BIO_MAX_PAGES; in do_erase()
|
/linux-2.6.39/drivers/md/ |
D | dm-bio-record.h | 36 struct dm_bio_vec_details bi_io_vec[BIO_MAX_PAGES];
|
/linux-2.6.39/fs/ |
D | bio-integrity.c | 37 IS(1), IS(4), IS(16), IS(64), IS(128), IS(BIO_MAX_PAGES), 56 case 129 ... BIO_MAX_PAGES: in vecs_to_idx() 762 unsigned int max_slab = vecs_to_idx(BIO_MAX_PAGES); in bioset_integrity_create()
|
D | bio.c | 47 BV(1), BV(4), BV(16), BV(64), BV(128), BV(BIO_MAX_PAGES), 194 case 129 ... BIO_MAX_PAGES: in bvec_alloc_bs()
|
D | direct-io.c | 589 nr_pages = min(nr_pages, BIO_MAX_PAGES); in dio_new_bio()
|
/linux-2.6.39/block/ |
D | blk-lib.c | 158 min(nr_sects, (sector_t)BIO_MAX_PAGES)); in blkdev_issue_zeroout()
|
D | blk-map.c | 139 if (end - start > BIO_MAX_PAGES) in blk_rq_map_user()
|
/linux-2.6.39/include/linux/ |
D | bio.h | 42 #define BIO_MAX_PAGES 256 macro 43 #define BIO_MAX_SIZE (BIO_MAX_PAGES << PAGE_CACHE_SHIFT)
|
/linux-2.6.39/drivers/target/ |
D | target_core_pscsi.c | 1161 nr_vecs = min_t(int, BIO_MAX_PAGES, nr_pages); in __pscsi_map_task_SG()
|
/linux-2.6.39/fs/btrfs/ |
D | extent_io.c | 1949 nr = BIO_MAX_PAGES; in submit_extent_page()
|