Lines Matching defs:f2fs_map_blocks
656 struct f2fs_map_blocks { struct
657 struct block_device *m_bdev; /* for multi-device dio */
658 block_t m_pblk;
659 block_t m_lblk;
660 unsigned int m_len;
661 unsigned int m_flags;
662 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */
663 pgoff_t *m_next_extent; /* point to next possible extent */
664 int m_seg_type;
665 bool m_may_create; /* indicate it is from write path */
666 bool m_multidev_dio; /* indicate it allows multi-device dio */