Searched defs:f2fs_map_blocks (Results 1 – 2 of 2) sorted by relevance
588 struct f2fs_map_blocks { struct589 block_t m_pblk;590 block_t m_lblk;591 unsigned int m_len;592 unsigned int m_flags;593 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */594 pgoff_t *m_next_extent; /* point to next possible extent */595 int m_seg_type;
1007 int f2fs_map_blocks(struct inode *inode, struct f2fs_map_blocks *map, in f2fs_map_blocks() function