Home
last modified time | relevance | path

Searched defs:f2fs_map_blocks (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/fs/f2fs/
Df2fs.h660 struct f2fs_map_blocks { struct
661 block_t m_pblk;
662 block_t m_lblk;
663 unsigned int m_len;
664 unsigned int m_flags;
665 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */
666 pgoff_t *m_next_extent; /* point to next possible extent */
667 int m_seg_type;
668 bool m_may_create; /* indicate it is from write path */
Ddata.c1499 int f2fs_map_blocks(struct inode *inode, struct f2fs_map_blocks *map, in f2fs_map_blocks() function