Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Df2fs.h1019 struct f2fs_io_info { struct
1020 struct f2fs_sb_info *sbi; /* f2fs_sb_info pointer */
1021 nid_t ino; /* inode number */
1022 enum page_type type; /* contains DATA/NODE/META/META_FLUSH */
1046 struct f2fs_io_info fio; /* store buffered io info. */ argument