Searched defs:f2fs_dev_info (Results 1 – 1 of 1) sorted by relevance
1259 struct f2fs_dev_info { struct1260 struct file *bdev_file;1261 struct block_device *bdev;1262 char path[MAX_PATH_LEN];1263 unsigned int total_segments;1264 block_t start_blk;1265 block_t end_blk;1267 unsigned int nr_blkz; /* Total number of zones */1268 unsigned long *blkz_seq; /* Bitmap indicating sequential zones */