Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Df2fs.h686 struct f2fs_map_blocks { struct
687 struct block_device *m_bdev; /* for multi-device dio */
688 block_t m_pblk;
689 block_t m_lblk;
690 unsigned int m_len;
691 unsigned int m_flags;
692 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */
693 pgoff_t *m_next_extent; /* point to next possible extent */
694 int m_seg_type;
695 bool m_may_create; /* indicate it is from write path */
[all …]
Ddata.c1596 int f2fs_map_blocks(struct inode *inode, struct f2fs_map_blocks *map, int flag) in f2fs_map_blocks() function