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.h1285 struct f2fs_io_info { struct
1286 struct f2fs_sb_info *sbi; /* f2fs_sb_info pointer */
1287 nid_t ino; /* inode number */
1288 enum page_type type; /* contains DATA/NODE/META/META_FLUSH */
1289 enum temp_type temp; /* contains HOT/WARM/COLD */
1290 enum req_op op; /* contains REQ_OP_ */
1291 blk_opf_t op_flags; /* req_flag_bits */
1292 block_t new_blkaddr; /* new block address to be written */
1293 block_t old_blkaddr; /* old block address before Cow */
1294 union {
[all …]