Searched refs:bioc_ret (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/btrfs/ |
D | volumes.h | 610 struct btrfs_io_context **bioc_ret, int mirror_num); 613 struct btrfs_io_context **bioc_ret);
|
D | volumes.c | 253 struct btrfs_io_context **bioc_ret, 6176 struct btrfs_io_context **bioc_ret, in handle_ops_on_dev_replace() argument 6181 struct btrfs_io_context *bioc = *bioc_ret; in handle_ops_on_dev_replace() 6270 *bioc_ret = bioc; in handle_ops_on_dev_replace() 6375 struct btrfs_io_context **bioc_ret, in __btrfs_map_block() argument 6401 ASSERT(bioc_ret); in __btrfs_map_block() 6567 *bioc_ret = NULL; in __btrfs_map_block() 6616 *bioc_ret = bioc; in __btrfs_map_block() 6645 struct btrfs_io_context **bioc_ret, int mirror_num) in btrfs_map_block() argument 6647 return __btrfs_map_block(fs_info, op, logical, length, bioc_ret, in btrfs_map_block() [all …]
|