Searched refs:bio_vec (Results 1 – 25 of 37) sorted by relevance
12
/fs/squashfs/ |
D | block.c | 40 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in copy_bio_to_actor() 88 struct bio_vec *bv; in squashfs_bio_read_cached() 291 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_read_data()
|
D | lzo_wrapper.c | 70 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lzo_uncompress()
|
D | zlib_wrapper.c | 57 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zlib_uncompress()
|
D | lz4_wrapper.c | 96 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lz4_uncompress()
|
D | zstd_wrapper.c | 72 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zstd_uncompress()
|
D | xz_wrapper.c | 124 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_xz_uncompress()
|
/fs/9p/ |
D | vfs_addr.c | 41 struct bio_vec bvec = {.bv_page = page, .bv_len = PAGE_SIZE}; in v9fs_fid_readpage() 155 struct bio_vec bvec; in v9fs_vfs_writepage_locked()
|
/fs/orangefs/ |
D | inode.c | 25 struct bio_vec bv; in orangefs_writepage_locked() 87 struct bio_vec *bv; 229 ow->bv = kcalloc(ow->maxpages, sizeof(struct bio_vec), GFP_KERNEL); in orangefs_writepages() 295 struct bio_vec bv; in orangefs_readpage()
|
/fs/crypto/ |
D | bio.c | 33 struct bio_vec *bv; in fscrypt_decrypt_bio()
|
/fs/iomap/ |
D | buffered-io.c | 173 iomap_read_page_end_io(struct bio_vec *bvec, int error) in iomap_read_page_end_io() 193 struct bio_vec *bvec; in iomap_read_end_io() 536 struct bio_vec bvec; in iomap_read_page_sync() 1044 struct bio_vec *bv; in iomap_finish_ioend()
|
/fs/gfs2/ |
D | lops.c | 170 struct bio_vec *bvec, in gfs2_end_log_write_bh() 205 struct bio_vec *bvec; in gfs2_end_log_write() 399 struct bio_vec *bvec; in gfs2_end_log_read()
|
D | meta_io.c | 194 struct bio_vec *bvec; in gfs2_meta_read_endio()
|
/fs/verity/ |
D | verify.c | 229 struct bio_vec *bv; in fsverity_verify_bio()
|
/fs/ceph/ |
D | file.c | 84 struct bio_vec *bvecs) in __iter_get_bvecs() 107 struct bio_vec bv = { in __iter_get_bvecs() 131 struct bio_vec **bvecs, int *num_bvecs) in iter_get_bvecs_alloc() 133 struct bio_vec *bv; in iter_get_bvecs_alloc() 164 static void put_bvecs(struct bio_vec *bvecs, int num_bvecs, bool should_dirty) in put_bvecs() 1220 struct bio_vec *bvecs; in ceph_direct_read_write()
|
/fs/ |
D | splice.c | 628 struct bio_vec *array = kcalloc(nbufs, sizeof(struct bio_vec), in iter_file_splice_write() 651 array = kcalloc(nbufs, sizeof(struct bio_vec), in iter_file_splice_write()
|
D | mpage.c | 57 struct bio_vec *bv; in mpage_end_io()
|
/fs/xfs/ |
D | xfs_log_priv.h | 227 struct bio_vec ic_bvec[];
|
/fs/btrfs/ |
D | compression.c | 265 struct bio_vec *bvec; in end_compressed_bio_read() 538 struct bio_vec *last = bio_last_bvec_all(bio); in bio_end_offset() 1313 struct bio_vec bvec; in btrfs_decompress_buf2page()
|
D | file-item.c | 329 struct bio_vec bvec; in search_file_offset_in_bio() 633 struct bio_vec bvec; in btrfs_csum_one_bio()
|
D | raid56.c | 1161 struct bio_vec bvec; in index_rbio_pages() 1449 struct bio_vec *bvec; in set_bio_pages_uptodate()
|
/fs/ext4/ |
D | readpage.c | 74 struct bio_vec *bv; in __read_end_io()
|
D | page-io.c | 102 struct bio_vec *bvec; in ext4_finish_bio()
|
/fs/zonefs/ |
D | super.c | 1658 struct bio_vec bio_vec; in zonefs_read_super() local 1666 bio_init(&bio, &bio_vec, 1); in zonefs_read_super()
|
/fs/f2fs/ |
D | data.c | 126 struct bio_vec *bv; in f2fs_finish_read_bio() 183 struct bio_vec *bv; in f2fs_verify_bio() 233 struct bio_vec *bv; in f2fs_handle_step_decompress() 317 struct bio_vec *bvec; in f2fs_write_end_io() 576 struct bio_vec *bvec; in __has_merged_page()
|
/fs/afs/ |
D | write.c | 956 struct bio_vec bv[1]; in afs_launder_page()
|
12