Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h772 struct f2fs_map_blocks { struct
773 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 …]
H A Ddata.c1532 int f2fs_map_blocks(struct inode *inode, struct f2fs_map_blocks *map, int flag) in f2fs_map_blocks() function