Lines Matching defs:f2fs_map_blocks
772 struct f2fs_map_blocks { struct
773 struct block_device *m_bdev; /* for multi-device dio */
774 block_t m_pblk;
775 block_t m_lblk;
776 unsigned int m_len;
777 unsigned int m_flags;
778 unsigned long m_last_pblk; /* last allocated block, only used for DIO in LFS mode */
779 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */
780 pgoff_t *m_next_extent; /* point to next possible extent */
781 int m_seg_type;
782 bool m_may_create; /* indicate it is from write path */
783 bool m_multidev_dio; /* indicate it allows multi-device dio */