Searched refs:btrfs_map_bio (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.h157 int btrfs_map_bio(struct btrfs_root *root, int rw, struct bio *bio,
H A Dcompression.c402 ret = btrfs_map_bio(root, WRITE, bio, 0, 1);
428 ret = btrfs_map_bio(root, WRITE, bio, 0, 1);
666 ret = btrfs_map_bio(root, READ, comp_bio,
689 ret = btrfs_map_bio(root, READ, comp_bio, mirror_num, 0);
H A Ddisk-io.c644 * submission context. Just jump into btrfs_map_bio
656 * submission context. Just jump into btrfs_map_bio
658 return btrfs_map_bio(BTRFS_I(inode)->root, rw, bio, mirror_num, 1);
676 return btrfs_map_bio(BTRFS_I(inode)->root, rw, bio,
H A Dinode.c1412 return btrfs_map_bio(root, rw, bio, mirror_num, 1);
1452 return btrfs_map_bio(root, rw, bio, mirror_num, 0);
5506 ret = btrfs_map_bio(root, rw, bio, 0, 1);
H A Dvolumes.c2987 int btrfs_map_bio(struct btrfs_root *root, int rw, struct bio *bio, function

Completed in 90 milliseconds