Searched refs:m_bdev (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/erofs/
H A Ddata.c206 map->m_bdev = sb->s_bdev;
223 map->m_bdev = dif->bdev_file ? file_bdev(dif->bdev_file) : NULL;
241 map->m_bdev = dif->bdev_file ?
281 iomap->bdev = mdev.m_bdev;
H A Dinternal.h373 struct block_device *m_bdev; member in struct:erofs_map_dev
H A Dzdata.c1646 bio->bi_bdev != mdev.m_bdev)) {
1669 bio_alloc(mdev.m_bdev, BIO_MAX_VECS,
/linux-master/fs/f2fs/
H A Ddata.c1501 map->m_bdev = dev->bdev;
1505 map->m_bdev = inode->i_sb->s_bdev;
1536 map->m_bdev = inode->i_sb->s_bdev;
1655 map->m_bdev = FDEV(bidx).bdev;
1660 if (map->m_multidev_dio && map->m_bdev != FDEV(bidx).bdev)
1727 map->m_bdev = FDEV(bidx).bdev;
4192 iomap->bdev = map.m_bdev;
H A Df2fs.h701 struct block_device *m_bdev; /* for multi-device dio */ member in struct:f2fs_map_blocks
/linux-master/include/trace/events/
H A Df2fs.h609 __entry->dev = map->m_bdev->bd_dev;

Completed in 235 milliseconds