Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h1236 struct f2fs_io_info { struct
1237 struct f2fs_sb_info *sbi; /* f2fs_sb_info pointer */
1238 nid_t ino; /* inode number */
1239 enum page_type type; /* contains DATA/NODE/META/META_FLUSH */
1240 enum temp_type temp; /* contains HOT/WARM/COLD */
1241 enum req_op op; /* contains REQ_OP_ */
1242 blk_opf_t op_flags; /* req_flag_bits */
1243 block_t new_blkaddr; /* new block address to be written */
1244 block_t old_blkaddr; /* old block address before Cow */
1245 union {
[all …]