Lines Matching defs:f2fs_map_blocks
709 struct f2fs_map_blocks { struct
710 struct block_device *m_bdev; /* for multi-device dio */
711 block_t m_pblk;
712 block_t m_lblk;
713 unsigned int m_len;
714 unsigned int m_flags;
715 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */
716 pgoff_t *m_next_extent; /* point to next possible extent */
717 int m_seg_type;
718 bool m_may_create; /* indicate it is from write path */
719 bool m_multidev_dio; /* indicate it allows multi-device dio */