Searched defs:f2fs_dev_info (Results 1 – 1 of 1) sorted by relevance
1286 struct f2fs_dev_info { struct1287 struct file *bdev_file;1288 struct block_device *bdev;1289 char path[MAX_PATH_LEN];1290 unsigned int total_segments;1291 block_t start_blk;1292 block_t end_blk;1294 unsigned int nr_blkz; /* Total number of zones */1295 unsigned long *blkz_seq; /* Bitmap indicating sequential zones */