Searched defs:f2fs_dev_info (Results 1 – 1 of 1) sorted by relevance
1168 struct f2fs_dev_info { struct1169 struct block_device *bdev;1170 char path[MAX_PATH_LEN];1171 unsigned int total_segments;1172 block_t start_blk;1173 block_t end_blk;1175 unsigned int nr_blkz; /* Total number of zones */1176 unsigned long *blkz_seq; /* Bitmap indicating sequential zones */