Searched defs:f2fs_dev_info (Results 1 – 1 of 1) sorted by relevance
1241 struct f2fs_dev_info { struct1242 struct bdev_handle *bdev_handle;1243 struct block_device *bdev;1244 char path[MAX_PATH_LEN];1245 unsigned int total_segments;1246 block_t start_blk;1247 block_t end_blk;1249 unsigned int nr_blkz; /* Total number of zones */1250 unsigned long *blkz_seq; /* Bitmap indicating sequential zones */