Searched defs:f2fs_dev_info (Results 1 – 1 of 1) sorted by relevance
1246 struct f2fs_dev_info { struct1247 struct block_device *bdev;1248 char path[MAX_PATH_LEN];1249 unsigned int total_segments;1250 block_t start_blk;1251 block_t end_blk;1253 unsigned int nr_blkz; /* Total number of zones */1254 unsigned long *blkz_seq; /* Bitmap indicating sequential zones */