Searched defs:f2fs_map_blocks (Results 1 – 2 of 2) sorted by relevance
693 struct f2fs_map_blocks { struct694 struct block_device *m_bdev; /* for multi-device dio */695 block_t m_pblk;696 block_t m_lblk;697 unsigned int m_len;698 unsigned int m_flags;699 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */700 pgoff_t *m_next_extent; /* point to next possible extent */701 int m_seg_type;702 bool m_may_create; /* indicate it is from write path */[all …]
1586 int f2fs_map_blocks(struct inode *inode, struct f2fs_map_blocks *map, int flag) in f2fs_map_blocks() function