Searched defs:f2fs_dev_info (Results 1 – 1 of 1) sorted by relevance
1214 struct f2fs_dev_info { struct1215 struct block_device *bdev;1216 char path[MAX_PATH_LEN];1217 unsigned int total_segments;1218 block_t start_blk;1219 block_t end_blk;1221 unsigned int nr_blkz; /* Total number of zones */1222 unsigned long *blkz_seq; /* Bitmap indicating sequential zones */1223 block_t *zone_capacity_blocks; /* Array of zone capacity in blks */