Searched defs:f2fs_map_blocks (Results 1 – 2 of 2) sorted by relevance
772 struct f2fs_map_blocks { struct773 struct block_device *m_bdev; /* for multi-device dio */774 block_t m_pblk;775 block_t m_lblk;776 unsigned int m_len;777 unsigned int m_flags;778 unsigned long m_last_pblk; /* last allocated block, only used for DIO in LFS mode */779 pgoff_t *m_next_pgofs; /* point next possible non-hole pgofs */780 pgoff_t *m_next_extent; /* point to next possible extent */781 int m_seg_type;[all …]
1532 int f2fs_map_blocks(struct inode *inode, struct f2fs_map_blocks *map, int flag) in f2fs_map_blocks() function