Searched refs:bio_offset (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libsas/
H A Dsas_host_smp.c144 if (bio_offset(req->bio) + blk_rq_bytes(req) > PAGE_SIZE ||
145 bio_offset(rsp->bio) + blk_rq_bytes(rsp) > PAGE_SIZE) {
163 buf = kmap_atomic(bio_page(req->bio), KM_USER0) + bio_offset(req->bio);
165 kunmap_atomic(buf - bio_offset(req->bio), KM_USER0);
259 buf = kmap_atomic(bio_page(rsp->bio), KM_USER0) + bio_offset(rsp->bio);
262 kunmap_atomic(buf - bio_offset(rsp->bio), KM_USER0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h66 #define bio_offset(bio) bio_iovec((bio))->bv_offset macro
85 return page_address(bio_page(bio)) + bio_offset(bio);
98 #define bio_to_phys(bio) (page_to_phys(bio_page((bio))) + (unsigned long) bio_offset((bio)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddisk-io.h90 unsigned long bio_flags, u64 bio_offset,
H A Ddisk-io.c78 * bio_offset is optional, can be used if the pages in the bio
81 u64 bio_offset; member in struct:async_submit_bio
543 async->bio_offset);
566 async->bio_offset);
580 u64 bio_offset,
603 async->bio_offset = bio_offset;
640 u64 bio_offset)
652 u64 bio_offset)
663 u64 bio_offset)
577 btrfs_wq_submit_bio(struct btrfs_fs_info *fs_info, struct inode *inode, int rw, struct bio *bio, int mirror_num, unsigned long bio_flags, u64 bio_offset, extent_submit_bio_hook_t *submit_bio_start, extent_submit_bio_hook_t *submit_bio_done) argument
637 __btree_submit_bio_start(struct inode *inode, int rw, struct bio *bio, int mirror_num, unsigned long bio_flags, u64 bio_offset) argument
650 __btree_submit_bio_done(struct inode *inode, int rw, struct bio *bio, int mirror_num, unsigned long bio_flags, u64 bio_offset) argument
661 btree_submit_bio_hook(struct inode *inode, int rw, struct bio *bio, int mirror_num, unsigned long bio_flags, u64 bio_offset) argument
[all...]
H A Dextent_io.h52 unsigned long bio_flags, u64 bio_offset);
H A Dinode.c1389 u64 bio_offset)
1409 u64 bio_offset)
1421 u64 bio_offset)
1446 bio_flags, bio_offset,
1386 __btrfs_submit_bio_start(struct inode *inode, int rw, struct bio *bio, int mirror_num, unsigned long bio_flags, u64 bio_offset) argument
1407 __btrfs_submit_bio_done(struct inode *inode, int rw, struct bio *bio, int mirror_num, unsigned long bio_flags, u64 bio_offset) argument
1419 btrfs_submit_bio_hook(struct inode *inode, int rw, struct bio *bio, int mirror_num, unsigned long bio_flags, u64 bio_offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_metapage.c371 unsigned long bio_offset = 0; local
411 if (bio_add_page(bio, page, bio_bytes, bio_offset) <
446 bio_offset = offset;
453 if (bio_add_page(bio, page, bio_bytes, bio_offset) < bio_bytes)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_req.c1083 unsigned int bio_offset = local
1089 - ((bio_offset & (DRBD_MAX_SEGMENT_SIZE-1)) + bio_size);

Completed in 104 milliseconds