Searched defs:f2fs_map_blocks (Results 1 – 2 of 2) sorted by relevance
619 struct f2fs_map_blocks { struct620 block_t m_pblk;621 block_t m_lblk;622 unsigned int m_len;623 unsigned int m_flags;624 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */625 pgoff_t *m_next_extent; /* point to next possible extent */626 int m_seg_type;627 bool m_may_create; /* indicate it is from write path */
1454 int f2fs_map_blocks(struct inode *inode, struct f2fs_map_blocks *map, in f2fs_map_blocks() function