ubi.h 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (c) International Business Machines Corp., 2006
  4. * Copyright (c) Nokia Corporation, 2006, 2007
  5. *
  6. * Author: Artem Bityutskiy (Битюцкий Артём)
  7. */
  8. #ifndef __UBI_UBI_H__
  9. #define __UBI_UBI_H__
  10. #include <linux/types.h>
  11. #include <linux/list.h>
  12. #include <linux/rbtree.h>
  13. #include <linux/sched.h>
  14. #include <linux/wait.h>
  15. #include <linux/mutex.h>
  16. #include <linux/rwsem.h>
  17. #include <linux/spinlock.h>
  18. #include <linux/fs.h>
  19. #include <linux/cdev.h>
  20. #include <linux/device.h>
  21. #include <linux/slab.h>
  22. #include <linux/string.h>
  23. #include <linux/vmalloc.h>
  24. #include <linux/notifier.h>
  25. #include <linux/mtd/mtd.h>
  26. #include <linux/mtd/ubi.h>
  27. #include <linux/pgtable.h>
  28. #include "ubi-media.h"
  29. /* Maximum number of supported UBI devices */
  30. #define UBI_MAX_DEVICES 32
  31. /* UBI name used for character devices, sysfs, etc */
  32. #define UBI_NAME_STR "ubi"
  33. struct ubi_device;
  34. /* Normal UBI messages */
  35. __printf(2, 3)
  36. void ubi_msg(const struct ubi_device *ubi, const char *fmt, ...);
  37. /* UBI warning messages */
  38. __printf(2, 3)
  39. void ubi_warn(const struct ubi_device *ubi, const char *fmt, ...);
  40. /* UBI error messages */
  41. __printf(2, 3)
  42. void ubi_err(const struct ubi_device *ubi, const char *fmt, ...);
  43. /* Background thread name pattern */
  44. #define UBI_BGT_NAME_PATTERN "ubi_bgt%dd"
  45. /*
  46. * This marker in the EBA table means that the LEB is um-mapped.
  47. * NOTE! It has to have the same value as %UBI_ALL.
  48. */
  49. #define UBI_LEB_UNMAPPED -1
  50. /*
  51. * In case of errors, UBI tries to repeat the operation several times before
  52. * returning error. The below constant defines how many times UBI re-tries.
  53. */
  54. #define UBI_IO_RETRIES 3
  55. /*
  56. * Length of the protection queue. The length is effectively equivalent to the
  57. * number of (global) erase cycles PEBs are protected from the wear-leveling
  58. * worker.
  59. */
  60. #define UBI_PROT_QUEUE_LEN 10
  61. /* The volume ID/LEB number/erase counter is unknown */
  62. #define UBI_UNKNOWN -1
  63. /*
  64. * The UBI debugfs directory name pattern and maximum name length (3 for "ubi"
  65. * + 2 for the number plus 1 for the trailing zero byte.
  66. */
  67. #define UBI_DFS_DIR_NAME "ubi%d"
  68. #define UBI_DFS_DIR_LEN (3 + 2 + 1)
  69. /*
  70. * Error codes returned by the I/O sub-system.
  71. *
  72. * UBI_IO_FF: the read region of flash contains only 0xFFs
  73. * UBI_IO_FF_BITFLIPS: the same as %UBI_IO_FF, but also there was a data
  74. * integrity error reported by the MTD driver
  75. * (uncorrectable ECC error in case of NAND)
  76. * UBI_IO_BAD_HDR: the EC or VID header is corrupted (bad magic or CRC)
  77. * UBI_IO_BAD_HDR_EBADMSG: the same as %UBI_IO_BAD_HDR, but also there was a
  78. * data integrity error reported by the MTD driver
  79. * (uncorrectable ECC error in case of NAND)
  80. * UBI_IO_BITFLIPS: bit-flips were detected and corrected
  81. *
  82. * Note, it is probably better to have bit-flip and ebadmsg as flags which can
  83. * be or'ed with other error code. But this is a big change because there are
  84. * may callers, so it does not worth the risk of introducing a bug
  85. */
  86. enum {
  87. UBI_IO_FF = 1,
  88. UBI_IO_FF_BITFLIPS,
  89. UBI_IO_BAD_HDR,
  90. UBI_IO_BAD_HDR_EBADMSG,
  91. UBI_IO_BITFLIPS,
  92. };
  93. /*
  94. * Return codes of the 'ubi_eba_copy_leb()' function.
  95. *
  96. * MOVE_CANCEL_RACE: canceled because the volume is being deleted, the source
  97. * PEB was put meanwhile, or there is I/O on the source PEB
  98. * MOVE_SOURCE_RD_ERR: canceled because there was a read error from the source
  99. * PEB
  100. * MOVE_TARGET_RD_ERR: canceled because there was a read error from the target
  101. * PEB
  102. * MOVE_TARGET_WR_ERR: canceled because there was a write error to the target
  103. * PEB
  104. * MOVE_TARGET_BITFLIPS: canceled because a bit-flip was detected in the
  105. * target PEB
  106. * MOVE_RETRY: retry scrubbing the PEB
  107. */
  108. enum {
  109. MOVE_CANCEL_RACE = 1,
  110. MOVE_SOURCE_RD_ERR,
  111. MOVE_TARGET_RD_ERR,
  112. MOVE_TARGET_WR_ERR,
  113. MOVE_TARGET_BITFLIPS,
  114. MOVE_RETRY,
  115. };
  116. /*
  117. * Return codes of the fastmap sub-system
  118. *
  119. * UBI_NO_FASTMAP: No fastmap super block was found
  120. * UBI_BAD_FASTMAP: A fastmap was found but it's unusable
  121. */
  122. enum {
  123. UBI_NO_FASTMAP = 1,
  124. UBI_BAD_FASTMAP,
  125. };
  126. /*
  127. * Flags for emulate_power_cut in ubi_debug_info
  128. *
  129. * POWER_CUT_EC_WRITE: Emulate a power cut when writing an EC header
  130. * POWER_CUT_VID_WRITE: Emulate a power cut when writing a VID header
  131. */
  132. enum {
  133. POWER_CUT_EC_WRITE = 0x01,
  134. POWER_CUT_VID_WRITE = 0x02,
  135. };
  136. /**
  137. * struct ubi_vid_io_buf - VID buffer used to read/write VID info to/from the
  138. * flash.
  139. * @hdr: a pointer to the VID header stored in buffer
  140. * @buffer: underlying buffer
  141. */
  142. struct ubi_vid_io_buf {
  143. struct ubi_vid_hdr *hdr;
  144. void *buffer;
  145. };
  146. /**
  147. * struct ubi_wl_entry - wear-leveling entry.
  148. * @u.rb: link in the corresponding (free/used) RB-tree
  149. * @u.list: link in the protection queue
  150. * @ec: erase counter
  151. * @pnum: physical eraseblock number
  152. *
  153. * This data structure is used in the WL sub-system. Each physical eraseblock
  154. * has a corresponding &struct wl_entry object which may be kept in different
  155. * RB-trees. See WL sub-system for details.
  156. */
  157. struct ubi_wl_entry {
  158. union {
  159. struct rb_node rb;
  160. struct list_head list;
  161. } u;
  162. int ec;
  163. int pnum;
  164. };
  165. /**
  166. * struct ubi_ltree_entry - an entry in the lock tree.
  167. * @rb: links RB-tree nodes
  168. * @vol_id: volume ID of the locked logical eraseblock
  169. * @lnum: locked logical eraseblock number
  170. * @users: how many tasks are using this logical eraseblock or wait for it
  171. * @mutex: read/write mutex to implement read/write access serialization to
  172. * the (@vol_id, @lnum) logical eraseblock
  173. *
  174. * This data structure is used in the EBA sub-system to implement per-LEB
  175. * locking. When a logical eraseblock is being locked - corresponding
  176. * &struct ubi_ltree_entry object is inserted to the lock tree (@ubi->ltree).
  177. * See EBA sub-system for details.
  178. */
  179. struct ubi_ltree_entry {
  180. struct rb_node rb;
  181. int vol_id;
  182. int lnum;
  183. int users;
  184. struct rw_semaphore mutex;
  185. };
  186. /**
  187. * struct ubi_rename_entry - volume re-name description data structure.
  188. * @new_name_len: new volume name length
  189. * @new_name: new volume name
  190. * @remove: if not zero, this volume should be removed, not re-named
  191. * @desc: descriptor of the volume
  192. * @list: links re-name entries into a list
  193. *
  194. * This data structure is utilized in the multiple volume re-name code. Namely,
  195. * UBI first creates a list of &struct ubi_rename_entry objects from the
  196. * &struct ubi_rnvol_req request object, and then utilizes this list to do all
  197. * the job.
  198. */
  199. struct ubi_rename_entry {
  200. int new_name_len;
  201. char new_name[UBI_VOL_NAME_MAX + 1];
  202. int remove;
  203. struct ubi_volume_desc *desc;
  204. struct list_head list;
  205. };
  206. struct ubi_volume_desc;
  207. /**
  208. * struct ubi_fastmap_layout - in-memory fastmap data structure.
  209. * @e: PEBs used by the current fastmap
  210. * @to_be_tortured: if non-zero tortured this PEB
  211. * @used_blocks: number of used PEBs
  212. * @max_pool_size: maximal size of the user pool
  213. * @max_wl_pool_size: maximal size of the pool used by the WL sub-system
  214. */
  215. struct ubi_fastmap_layout {
  216. struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];
  217. int to_be_tortured[UBI_FM_MAX_BLOCKS];
  218. int used_blocks;
  219. int max_pool_size;
  220. int max_wl_pool_size;
  221. };
  222. /**
  223. * struct ubi_fm_pool - in-memory fastmap pool
  224. * @pebs: PEBs in this pool
  225. * @used: number of used PEBs
  226. * @size: total number of PEBs in this pool
  227. * @max_size: maximal size of the pool
  228. *
  229. * A pool gets filled with up to max_size.
  230. * If all PEBs within the pool are used a new fastmap will be written
  231. * to the flash and the pool gets refilled with empty PEBs.
  232. *
  233. */
  234. struct ubi_fm_pool {
  235. int pebs[UBI_FM_MAX_POOL_SIZE];
  236. int used;
  237. int size;
  238. int max_size;
  239. };
  240. /**
  241. * struct ubi_eba_leb_desc - EBA logical eraseblock descriptor
  242. * @lnum: the logical eraseblock number
  243. * @pnum: the physical eraseblock where the LEB can be found
  244. *
  245. * This structure is here to hide EBA's internal from other part of the
  246. * UBI implementation.
  247. *
  248. * One can query the position of a LEB by calling ubi_eba_get_ldesc().
  249. */
  250. struct ubi_eba_leb_desc {
  251. int lnum;
  252. int pnum;
  253. };
  254. /**
  255. * struct ubi_volume - UBI volume description data structure.
  256. * @dev: device object to make use of the Linux device model
  257. * @cdev: character device object to create character device
  258. * @ubi: reference to the UBI device description object
  259. * @vol_id: volume ID
  260. * @ref_count: volume reference count
  261. * @readers: number of users holding this volume in read-only mode
  262. * @writers: number of users holding this volume in read-write mode
  263. * @exclusive: whether somebody holds this volume in exclusive mode
  264. * @metaonly: whether somebody is altering only meta data of this volume
  265. *
  266. * @reserved_pebs: how many physical eraseblocks are reserved for this volume
  267. * @vol_type: volume type (%UBI_DYNAMIC_VOLUME or %UBI_STATIC_VOLUME)
  268. * @usable_leb_size: logical eraseblock size without padding
  269. * @used_ebs: how many logical eraseblocks in this volume contain data
  270. * @last_eb_bytes: how many bytes are stored in the last logical eraseblock
  271. * @used_bytes: how many bytes of data this volume contains
  272. * @alignment: volume alignment
  273. * @data_pad: how many bytes are not used at the end of physical eraseblocks to
  274. * satisfy the requested alignment
  275. * @name_len: volume name length
  276. * @name: volume name
  277. *
  278. * @upd_ebs: how many eraseblocks are expected to be updated
  279. * @ch_lnum: LEB number which is being changing by the atomic LEB change
  280. * operation
  281. * @upd_bytes: how many bytes are expected to be received for volume update or
  282. * atomic LEB change
  283. * @upd_received: how many bytes were already received for volume update or
  284. * atomic LEB change
  285. * @upd_buf: update buffer which is used to collect update data or data for
  286. * atomic LEB change
  287. *
  288. * @eba_tbl: EBA table of this volume (LEB->PEB mapping)
  289. * @skip_check: %1 if CRC check of this static volume should be skipped.
  290. * Directly reflects the presence of the
  291. * %UBI_VTBL_SKIP_CRC_CHECK_FLG flag in the vtbl entry
  292. * @checked: %1 if this static volume was checked
  293. * @corrupted: %1 if the volume is corrupted (static volumes only)
  294. * @upd_marker: %1 if the update marker is set for this volume
  295. * @updating: %1 if the volume is being updated
  296. * @changing_leb: %1 if the atomic LEB change ioctl command is in progress
  297. * @direct_writes: %1 if direct writes are enabled for this volume
  298. *
  299. * @checkmap: bitmap to remember which PEB->LEB mappings got checked,
  300. * protected by UBI LEB lock tree.
  301. *
  302. * The @corrupted field indicates that the volume's contents is corrupted.
  303. * Since UBI protects only static volumes, this field is not relevant to
  304. * dynamic volumes - it is user's responsibility to assure their data
  305. * integrity.
  306. *
  307. * The @upd_marker flag indicates that this volume is either being updated at
  308. * the moment or is damaged because of an unclean reboot.
  309. */
  310. struct ubi_volume {
  311. struct device dev;
  312. struct cdev cdev;
  313. struct ubi_device *ubi;
  314. int vol_id;
  315. int ref_count;
  316. int readers;
  317. int writers;
  318. int exclusive;
  319. int metaonly;
  320. int reserved_pebs;
  321. int vol_type;
  322. int usable_leb_size;
  323. int used_ebs;
  324. int last_eb_bytes;
  325. long long used_bytes;
  326. int alignment;
  327. int data_pad;
  328. int name_len;
  329. char name[UBI_VOL_NAME_MAX + 1];
  330. int upd_ebs;
  331. int ch_lnum;
  332. long long upd_bytes;
  333. long long upd_received;
  334. void *upd_buf;
  335. struct ubi_eba_table *eba_tbl;
  336. unsigned int skip_check:1;
  337. unsigned int checked:1;
  338. unsigned int corrupted:1;
  339. unsigned int upd_marker:1;
  340. unsigned int updating:1;
  341. unsigned int changing_leb:1;
  342. unsigned int direct_writes:1;
  343. #ifdef CONFIG_MTD_UBI_FASTMAP
  344. unsigned long *checkmap;
  345. #endif
  346. };
  347. /**
  348. * struct ubi_volume_desc - UBI volume descriptor returned when it is opened.
  349. * @vol: reference to the corresponding volume description object
  350. * @mode: open mode (%UBI_READONLY, %UBI_READWRITE, %UBI_EXCLUSIVE
  351. * or %UBI_METAONLY)
  352. */
  353. struct ubi_volume_desc {
  354. struct ubi_volume *vol;
  355. int mode;
  356. };
  357. /**
  358. * struct ubi_debug_info - debugging information for an UBI device.
  359. *
  360. * @chk_gen: if UBI general extra checks are enabled
  361. * @chk_io: if UBI I/O extra checks are enabled
  362. * @chk_fastmap: if UBI fastmap extra checks are enabled
  363. * @disable_bgt: disable the background task for testing purposes
  364. * @emulate_bitflips: emulate bit-flips for testing purposes
  365. * @emulate_io_failures: emulate write/erase failures for testing purposes
  366. * @emulate_power_cut: emulate power cut for testing purposes
  367. * @power_cut_counter: count down for writes left until emulated power cut
  368. * @power_cut_min: minimum number of writes before emulating a power cut
  369. * @power_cut_max: maximum number of writes until emulating a power cut
  370. * @dfs_dir_name: name of debugfs directory containing files of this UBI device
  371. * @dfs_dir: direntry object of the UBI device debugfs directory
  372. * @dfs_chk_gen: debugfs knob to enable UBI general extra checks
  373. * @dfs_chk_io: debugfs knob to enable UBI I/O extra checks
  374. * @dfs_chk_fastmap: debugfs knob to enable UBI fastmap extra checks
  375. * @dfs_disable_bgt: debugfs knob to disable the background task
  376. * @dfs_emulate_bitflips: debugfs knob to emulate bit-flips
  377. * @dfs_emulate_io_failures: debugfs knob to emulate write/erase failures
  378. * @dfs_emulate_power_cut: debugfs knob to emulate power cuts
  379. * @dfs_power_cut_min: debugfs knob for minimum writes before power cut
  380. * @dfs_power_cut_max: debugfs knob for maximum writes until power cut
  381. */
  382. struct ubi_debug_info {
  383. unsigned int chk_gen:1;
  384. unsigned int chk_io:1;
  385. unsigned int chk_fastmap:1;
  386. unsigned int disable_bgt:1;
  387. unsigned int emulate_bitflips:1;
  388. unsigned int emulate_io_failures:1;
  389. unsigned int emulate_power_cut:2;
  390. unsigned int power_cut_counter;
  391. unsigned int power_cut_min;
  392. unsigned int power_cut_max;
  393. char dfs_dir_name[UBI_DFS_DIR_LEN + 1];
  394. struct dentry *dfs_dir;
  395. struct dentry *dfs_chk_gen;
  396. struct dentry *dfs_chk_io;
  397. struct dentry *dfs_chk_fastmap;
  398. struct dentry *dfs_disable_bgt;
  399. struct dentry *dfs_emulate_bitflips;
  400. struct dentry *dfs_emulate_io_failures;
  401. struct dentry *dfs_emulate_power_cut;
  402. struct dentry *dfs_power_cut_min;
  403. struct dentry *dfs_power_cut_max;
  404. };
  405. /**
  406. * struct ubi_device - UBI device description structure
  407. * @dev: UBI device object to use the Linux device model
  408. * @cdev: character device object to create character device
  409. * @ubi_num: UBI device number
  410. * @ubi_name: UBI device name
  411. * @vol_count: number of volumes in this UBI device
  412. * @volumes: volumes of this UBI device
  413. * @volumes_lock: protects @volumes, @rsvd_pebs, @avail_pebs, beb_rsvd_pebs,
  414. * @beb_rsvd_level, @bad_peb_count, @good_peb_count, @vol_count,
  415. * @vol->readers, @vol->writers, @vol->exclusive,
  416. * @vol->metaonly, @vol->ref_count, @vol->mapping and
  417. * @vol->eba_tbl.
  418. * @ref_count: count of references on the UBI device
  419. * @image_seq: image sequence number recorded on EC headers
  420. *
  421. * @rsvd_pebs: count of reserved physical eraseblocks
  422. * @avail_pebs: count of available physical eraseblocks
  423. * @beb_rsvd_pebs: how many physical eraseblocks are reserved for bad PEB
  424. * handling
  425. * @beb_rsvd_level: normal level of PEBs reserved for bad PEB handling
  426. *
  427. * @autoresize_vol_id: ID of the volume which has to be auto-resized at the end
  428. * of UBI initialization
  429. * @vtbl_slots: how many slots are available in the volume table
  430. * @vtbl_size: size of the volume table in bytes
  431. * @vtbl: in-RAM volume table copy
  432. * @device_mutex: protects on-flash volume table and serializes volume
  433. * creation, deletion, update, re-size, re-name and set
  434. * property
  435. *
  436. * @max_ec: current highest erase counter value
  437. * @mean_ec: current mean erase counter value
  438. *
  439. * @global_sqnum: global sequence number
  440. * @ltree_lock: protects the lock tree and @global_sqnum
  441. * @ltree: the lock tree
  442. * @alc_mutex: serializes "atomic LEB change" operations
  443. *
  444. * @fm_disabled: non-zero if fastmap is disabled (default)
  445. * @fm: in-memory data structure of the currently used fastmap
  446. * @fm_pool: in-memory data structure of the fastmap pool
  447. * @fm_wl_pool: in-memory data structure of the fastmap pool used by the WL
  448. * sub-system
  449. * @fm_protect: serializes ubi_update_fastmap(), protects @fm_buf and makes sure
  450. * that critical sections cannot be interrupted by ubi_update_fastmap()
  451. * @fm_buf: vmalloc()'d buffer which holds the raw fastmap
  452. * @fm_size: fastmap size in bytes
  453. * @fm_eba_sem: allows ubi_update_fastmap() to block EBA table changes
  454. * @fm_work: fastmap work queue
  455. * @fm_work_scheduled: non-zero if fastmap work was scheduled
  456. * @fast_attach: non-zero if UBI was attached by fastmap
  457. * @fm_anchor: The next anchor PEB to use for fastmap
  458. * @fm_do_produce_anchor: If true produce an anchor PEB in wl
  459. *
  460. * @used: RB-tree of used physical eraseblocks
  461. * @erroneous: RB-tree of erroneous used physical eraseblocks
  462. * @free: RB-tree of free physical eraseblocks
  463. * @free_count: Contains the number of elements in @free
  464. * @scrub: RB-tree of physical eraseblocks which need scrubbing
  465. * @pq: protection queue (contain physical eraseblocks which are temporarily
  466. * protected from the wear-leveling worker)
  467. * @pq_head: protection queue head
  468. * @wl_lock: protects the @used, @free, @pq, @pq_head, @lookuptbl, @move_from,
  469. * @move_to, @move_to_put @erase_pending, @wl_scheduled, @works,
  470. * @erroneous, @erroneous_peb_count, @fm_work_scheduled, @fm_pool,
  471. * and @fm_wl_pool fields
  472. * @move_mutex: serializes eraseblock moves
  473. * @work_sem: used to wait for all the scheduled works to finish and prevent
  474. * new works from being submitted
  475. * @wl_scheduled: non-zero if the wear-leveling was scheduled
  476. * @lookuptbl: a table to quickly find a &struct ubi_wl_entry object for any
  477. * physical eraseblock
  478. * @move_from: physical eraseblock from where the data is being moved
  479. * @move_to: physical eraseblock where the data is being moved to
  480. * @move_to_put: if the "to" PEB was put
  481. * @works: list of pending works
  482. * @works_count: count of pending works
  483. * @bgt_thread: background thread description object
  484. * @thread_enabled: if the background thread is enabled
  485. * @bgt_name: background thread name
  486. *
  487. * @flash_size: underlying MTD device size (in bytes)
  488. * @peb_count: count of physical eraseblocks on the MTD device
  489. * @peb_size: physical eraseblock size
  490. * @bad_peb_limit: top limit of expected bad physical eraseblocks
  491. * @bad_peb_count: count of bad physical eraseblocks
  492. * @good_peb_count: count of good physical eraseblocks
  493. * @corr_peb_count: count of corrupted physical eraseblocks (preserved and not
  494. * used by UBI)
  495. * @erroneous_peb_count: count of erroneous physical eraseblocks in @erroneous
  496. * @max_erroneous: maximum allowed amount of erroneous physical eraseblocks
  497. * @min_io_size: minimal input/output unit size of the underlying MTD device
  498. * @hdrs_min_io_size: minimal I/O unit size used for VID and EC headers
  499. * @ro_mode: if the UBI device is in read-only mode
  500. * @leb_size: logical eraseblock size
  501. * @leb_start: starting offset of logical eraseblocks within physical
  502. * eraseblocks
  503. * @ec_hdr_alsize: size of the EC header aligned to @hdrs_min_io_size
  504. * @vid_hdr_alsize: size of the VID header aligned to @hdrs_min_io_size
  505. * @vid_hdr_offset: starting offset of the volume identifier header (might be
  506. * unaligned)
  507. * @vid_hdr_aloffset: starting offset of the VID header aligned to
  508. * @hdrs_min_io_size
  509. * @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset
  510. * @bad_allowed: whether the MTD device admits bad physical eraseblocks or not
  511. * @nor_flash: non-zero if working on top of NOR flash
  512. * @max_write_size: maximum amount of bytes the underlying flash can write at a
  513. * time (MTD write buffer size)
  514. * @mtd: MTD device descriptor
  515. *
  516. * @peb_buf: a buffer of PEB size used for different purposes
  517. * @buf_mutex: protects @peb_buf
  518. * @ckvol_mutex: serializes static volume checking when opening
  519. *
  520. * @dbg: debugging information for this UBI device
  521. */
  522. struct ubi_device {
  523. struct cdev cdev;
  524. struct device dev;
  525. int ubi_num;
  526. char ubi_name[sizeof(UBI_NAME_STR)+5];
  527. int vol_count;
  528. struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
  529. spinlock_t volumes_lock;
  530. int ref_count;
  531. int image_seq;
  532. int rsvd_pebs;
  533. int avail_pebs;
  534. int beb_rsvd_pebs;
  535. int beb_rsvd_level;
  536. int bad_peb_limit;
  537. int autoresize_vol_id;
  538. int vtbl_slots;
  539. int vtbl_size;
  540. struct ubi_vtbl_record *vtbl;
  541. struct mutex device_mutex;
  542. int max_ec;
  543. /* Note, mean_ec is not updated run-time - should be fixed */
  544. int mean_ec;
  545. /* EBA sub-system's stuff */
  546. unsigned long long global_sqnum;
  547. spinlock_t ltree_lock;
  548. struct rb_root ltree;
  549. struct mutex alc_mutex;
  550. /* Fastmap stuff */
  551. int fm_disabled;
  552. struct ubi_fastmap_layout *fm;
  553. struct ubi_fm_pool fm_pool;
  554. struct ubi_fm_pool fm_wl_pool;
  555. struct rw_semaphore fm_eba_sem;
  556. struct rw_semaphore fm_protect;
  557. void *fm_buf;
  558. size_t fm_size;
  559. struct work_struct fm_work;
  560. int fm_work_scheduled;
  561. int fast_attach;
  562. struct ubi_wl_entry *fm_anchor;
  563. int fm_do_produce_anchor;
  564. /* Wear-leveling sub-system's stuff */
  565. struct rb_root used;
  566. struct rb_root erroneous;
  567. struct rb_root free;
  568. int free_count;
  569. struct rb_root scrub;
  570. struct list_head pq[UBI_PROT_QUEUE_LEN];
  571. int pq_head;
  572. spinlock_t wl_lock;
  573. struct mutex move_mutex;
  574. struct rw_semaphore work_sem;
  575. int wl_scheduled;
  576. struct ubi_wl_entry **lookuptbl;
  577. struct ubi_wl_entry *move_from;
  578. struct ubi_wl_entry *move_to;
  579. int move_to_put;
  580. struct list_head works;
  581. int works_count;
  582. struct task_struct *bgt_thread;
  583. int thread_enabled;
  584. char bgt_name[sizeof(UBI_BGT_NAME_PATTERN)+2];
  585. /* I/O sub-system's stuff */
  586. long long flash_size;
  587. int peb_count;
  588. int peb_size;
  589. int bad_peb_count;
  590. int good_peb_count;
  591. int corr_peb_count;
  592. int erroneous_peb_count;
  593. int max_erroneous;
  594. int min_io_size;
  595. int hdrs_min_io_size;
  596. int ro_mode;
  597. int leb_size;
  598. int leb_start;
  599. int ec_hdr_alsize;
  600. int vid_hdr_alsize;
  601. int vid_hdr_offset;
  602. int vid_hdr_aloffset;
  603. int vid_hdr_shift;
  604. unsigned int bad_allowed:1;
  605. unsigned int nor_flash:1;
  606. int max_write_size;
  607. struct mtd_info *mtd;
  608. void *peb_buf;
  609. struct mutex buf_mutex;
  610. struct mutex ckvol_mutex;
  611. struct ubi_debug_info dbg;
  612. };
  613. /**
  614. * struct ubi_ainf_peb - attach information about a physical eraseblock.
  615. * @ec: erase counter (%UBI_UNKNOWN if it is unknown)
  616. * @pnum: physical eraseblock number
  617. * @vol_id: ID of the volume this LEB belongs to
  618. * @lnum: logical eraseblock number
  619. * @scrub: if this physical eraseblock needs scrubbing
  620. * @copy_flag: this LEB is a copy (@copy_flag is set in VID header of this LEB)
  621. * @sqnum: sequence number
  622. * @u: unions RB-tree or @list links
  623. * @u.rb: link in the per-volume RB-tree of &struct ubi_ainf_peb objects
  624. * @u.list: link in one of the eraseblock lists
  625. *
  626. * One object of this type is allocated for each physical eraseblock when
  627. * attaching an MTD device. Note, if this PEB does not belong to any LEB /
  628. * volume, the @vol_id and @lnum fields are initialized to %UBI_UNKNOWN.
  629. */
  630. struct ubi_ainf_peb {
  631. int ec;
  632. int pnum;
  633. int vol_id;
  634. int lnum;
  635. unsigned int scrub:1;
  636. unsigned int copy_flag:1;
  637. unsigned long long sqnum;
  638. union {
  639. struct rb_node rb;
  640. struct list_head list;
  641. } u;
  642. };
  643. /**
  644. * struct ubi_ainf_volume - attaching information about a volume.
  645. * @vol_id: volume ID
  646. * @highest_lnum: highest logical eraseblock number in this volume
  647. * @leb_count: number of logical eraseblocks in this volume
  648. * @vol_type: volume type
  649. * @used_ebs: number of used logical eraseblocks in this volume (only for
  650. * static volumes)
  651. * @last_data_size: amount of data in the last logical eraseblock of this
  652. * volume (always equivalent to the usable logical eraseblock
  653. * size in case of dynamic volumes)
  654. * @data_pad: how many bytes at the end of logical eraseblocks of this volume
  655. * are not used (due to volume alignment)
  656. * @compat: compatibility flags of this volume
  657. * @rb: link in the volume RB-tree
  658. * @root: root of the RB-tree containing all the eraseblock belonging to this
  659. * volume (&struct ubi_ainf_peb objects)
  660. *
  661. * One object of this type is allocated for each volume when attaching an MTD
  662. * device.
  663. */
  664. struct ubi_ainf_volume {
  665. int vol_id;
  666. int highest_lnum;
  667. int leb_count;
  668. int vol_type;
  669. int used_ebs;
  670. int last_data_size;
  671. int data_pad;
  672. int compat;
  673. struct rb_node rb;
  674. struct rb_root root;
  675. };
  676. /**
  677. * struct ubi_attach_info - MTD device attaching information.
  678. * @volumes: root of the volume RB-tree
  679. * @corr: list of corrupted physical eraseblocks
  680. * @free: list of free physical eraseblocks
  681. * @erase: list of physical eraseblocks which have to be erased
  682. * @alien: list of physical eraseblocks which should not be used by UBI (e.g.,
  683. * those belonging to "preserve"-compatible internal volumes)
  684. * @fastmap: list of physical eraseblocks which relate to fastmap (e.g.,
  685. * eraseblocks of the current and not yet erased old fastmap blocks)
  686. * @corr_peb_count: count of PEBs in the @corr list
  687. * @empty_peb_count: count of PEBs which are presumably empty (contain only
  688. * 0xFF bytes)
  689. * @alien_peb_count: count of PEBs in the @alien list
  690. * @bad_peb_count: count of bad physical eraseblocks
  691. * @maybe_bad_peb_count: count of bad physical eraseblocks which are not marked
  692. * as bad yet, but which look like bad
  693. * @vols_found: number of volumes found
  694. * @highest_vol_id: highest volume ID
  695. * @is_empty: flag indicating whether the MTD device is empty or not
  696. * @force_full_scan: flag indicating whether we need to do a full scan and drop
  697. all existing Fastmap data structures
  698. * @min_ec: lowest erase counter value
  699. * @max_ec: highest erase counter value
  700. * @max_sqnum: highest sequence number value
  701. * @mean_ec: mean erase counter value
  702. * @ec_sum: a temporary variable used when calculating @mean_ec
  703. * @ec_count: a temporary variable used when calculating @mean_ec
  704. * @aeb_slab_cache: slab cache for &struct ubi_ainf_peb objects
  705. * @ech: temporary EC header. Only available during scan
  706. * @vidh: temporary VID buffer. Only available during scan
  707. *
  708. * This data structure contains the result of attaching an MTD device and may
  709. * be used by other UBI sub-systems to build final UBI data structures, further
  710. * error-recovery and so on.
  711. */
  712. struct ubi_attach_info {
  713. struct rb_root volumes;
  714. struct list_head corr;
  715. struct list_head free;
  716. struct list_head erase;
  717. struct list_head alien;
  718. struct list_head fastmap;
  719. int corr_peb_count;
  720. int empty_peb_count;
  721. int alien_peb_count;
  722. int bad_peb_count;
  723. int maybe_bad_peb_count;
  724. int vols_found;
  725. int highest_vol_id;
  726. int is_empty;
  727. int force_full_scan;
  728. int min_ec;
  729. int max_ec;
  730. unsigned long long max_sqnum;
  731. int mean_ec;
  732. uint64_t ec_sum;
  733. int ec_count;
  734. struct kmem_cache *aeb_slab_cache;
  735. struct ubi_ec_hdr *ech;
  736. struct ubi_vid_io_buf *vidb;
  737. };
  738. /**
  739. * struct ubi_work - UBI work description data structure.
  740. * @list: a link in the list of pending works
  741. * @func: worker function
  742. * @e: physical eraseblock to erase
  743. * @vol_id: the volume ID on which this erasure is being performed
  744. * @lnum: the logical eraseblock number
  745. * @torture: if the physical eraseblock has to be tortured
  746. *
  747. * The @func pointer points to the worker function. If the @shutdown argument is
  748. * not zero, the worker has to free the resources and exit immediately as the
  749. * WL sub-system is shutting down.
  750. * The worker has to return zero in case of success and a negative error code in
  751. * case of failure.
  752. */
  753. struct ubi_work {
  754. struct list_head list;
  755. int (*func)(struct ubi_device *ubi, struct ubi_work *wrk, int shutdown);
  756. /* The below fields are only relevant to erasure works */
  757. struct ubi_wl_entry *e;
  758. int vol_id;
  759. int lnum;
  760. int torture;
  761. };
  762. #include "debug.h"
  763. extern struct kmem_cache *ubi_wl_entry_slab;
  764. extern const struct file_operations ubi_ctrl_cdev_operations;
  765. extern const struct file_operations ubi_cdev_operations;
  766. extern const struct file_operations ubi_vol_cdev_operations;
  767. extern struct class ubi_class;
  768. extern struct mutex ubi_devices_mutex;
  769. extern struct blocking_notifier_head ubi_notifiers;
  770. /* attach.c */
  771. struct ubi_ainf_peb *ubi_alloc_aeb(struct ubi_attach_info *ai, int pnum,
  772. int ec);
  773. void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb);
  774. int ubi_add_to_av(struct ubi_device *ubi, struct ubi_attach_info *ai, int pnum,
  775. int ec, const struct ubi_vid_hdr *vid_hdr, int bitflips);
  776. struct ubi_ainf_volume *ubi_add_av(struct ubi_attach_info *ai, int vol_id);
  777. struct ubi_ainf_volume *ubi_find_av(const struct ubi_attach_info *ai,
  778. int vol_id);
  779. void ubi_remove_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av);
  780. struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi,
  781. struct ubi_attach_info *ai);
  782. int ubi_attach(struct ubi_device *ubi, int force_scan);
  783. void ubi_destroy_ai(struct ubi_attach_info *ai);
  784. /* vtbl.c */
  785. int ubi_change_vtbl_record(struct ubi_device *ubi, int idx,
  786. struct ubi_vtbl_record *vtbl_rec);
  787. int ubi_vtbl_rename_volumes(struct ubi_device *ubi,
  788. struct list_head *rename_list);
  789. int ubi_read_volume_table(struct ubi_device *ubi, struct ubi_attach_info *ai);
  790. /* vmt.c */
  791. int ubi_create_volume(struct ubi_device *ubi, struct ubi_mkvol_req *req);
  792. int ubi_remove_volume(struct ubi_volume_desc *desc, int no_vtbl);
  793. int ubi_resize_volume(struct ubi_volume_desc *desc, int reserved_pebs);
  794. int ubi_rename_volumes(struct ubi_device *ubi, struct list_head *rename_list);
  795. int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol);
  796. void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol);
  797. /* upd.c */
  798. int ubi_start_update(struct ubi_device *ubi, struct ubi_volume *vol,
  799. long long bytes);
  800. int ubi_more_update_data(struct ubi_device *ubi, struct ubi_volume *vol,
  801. const void __user *buf, int count);
  802. int ubi_start_leb_change(struct ubi_device *ubi, struct ubi_volume *vol,
  803. const struct ubi_leb_change_req *req);
  804. int ubi_more_leb_change_data(struct ubi_device *ubi, struct ubi_volume *vol,
  805. const void __user *buf, int count);
  806. /* misc.c */
  807. int ubi_calc_data_len(const struct ubi_device *ubi, const void *buf,
  808. int length);
  809. int ubi_check_volume(struct ubi_device *ubi, int vol_id);
  810. void ubi_update_reserved(struct ubi_device *ubi);
  811. void ubi_calculate_reserved(struct ubi_device *ubi);
  812. int ubi_check_pattern(const void *buf, uint8_t patt, int size);
  813. static inline bool ubi_leb_valid(struct ubi_volume *vol, int lnum)
  814. {
  815. return lnum >= 0 && lnum < vol->reserved_pebs;
  816. }
  817. /* eba.c */
  818. struct ubi_eba_table *ubi_eba_create_table(struct ubi_volume *vol,
  819. int nentries);
  820. void ubi_eba_destroy_table(struct ubi_eba_table *tbl);
  821. void ubi_eba_copy_table(struct ubi_volume *vol, struct ubi_eba_table *dst,
  822. int nentries);
  823. void ubi_eba_replace_table(struct ubi_volume *vol, struct ubi_eba_table *tbl);
  824. void ubi_eba_get_ldesc(struct ubi_volume *vol, int lnum,
  825. struct ubi_eba_leb_desc *ldesc);
  826. bool ubi_eba_is_mapped(struct ubi_volume *vol, int lnum);
  827. int ubi_eba_unmap_leb(struct ubi_device *ubi, struct ubi_volume *vol,
  828. int lnum);
  829. int ubi_eba_read_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum,
  830. void *buf, int offset, int len, int check);
  831. int ubi_eba_read_leb_sg(struct ubi_device *ubi, struct ubi_volume *vol,
  832. struct ubi_sgl *sgl, int lnum, int offset, int len,
  833. int check);
  834. int ubi_eba_write_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum,
  835. const void *buf, int offset, int len);
  836. int ubi_eba_write_leb_st(struct ubi_device *ubi, struct ubi_volume *vol,
  837. int lnum, const void *buf, int len, int used_ebs);
  838. int ubi_eba_atomic_leb_change(struct ubi_device *ubi, struct ubi_volume *vol,
  839. int lnum, const void *buf, int len);
  840. int ubi_eba_copy_leb(struct ubi_device *ubi, int from, int to,
  841. struct ubi_vid_io_buf *vidb);
  842. int ubi_eba_init(struct ubi_device *ubi, struct ubi_attach_info *ai);
  843. unsigned long long ubi_next_sqnum(struct ubi_device *ubi);
  844. int self_check_eba(struct ubi_device *ubi, struct ubi_attach_info *ai_fastmap,
  845. struct ubi_attach_info *ai_scan);
  846. /* wl.c */
  847. int ubi_wl_get_peb(struct ubi_device *ubi);
  848. int ubi_wl_put_peb(struct ubi_device *ubi, int vol_id, int lnum,
  849. int pnum, int torture);
  850. int ubi_wl_flush(struct ubi_device *ubi, int vol_id, int lnum);
  851. int ubi_wl_scrub_peb(struct ubi_device *ubi, int pnum);
  852. int ubi_wl_init(struct ubi_device *ubi, struct ubi_attach_info *ai);
  853. void ubi_wl_close(struct ubi_device *ubi);
  854. int ubi_thread(void *u);
  855. struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor);
  856. int ubi_wl_put_fm_peb(struct ubi_device *ubi, struct ubi_wl_entry *used_e,
  857. int lnum, int torture);
  858. int ubi_is_erase_work(struct ubi_work *wrk);
  859. void ubi_refill_pools(struct ubi_device *ubi);
  860. int ubi_ensure_anchor_pebs(struct ubi_device *ubi);
  861. int ubi_bitflip_check(struct ubi_device *ubi, int pnum, int force_scrub);
  862. /* io.c */
  863. int ubi_io_read(const struct ubi_device *ubi, void *buf, int pnum, int offset,
  864. int len);
  865. int ubi_io_write(struct ubi_device *ubi, const void *buf, int pnum, int offset,
  866. int len);
  867. int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
  868. int ubi_io_is_bad(const struct ubi_device *ubi, int pnum);
  869. int ubi_io_mark_bad(const struct ubi_device *ubi, int pnum);
  870. int ubi_io_read_ec_hdr(struct ubi_device *ubi, int pnum,
  871. struct ubi_ec_hdr *ec_hdr, int verbose);
  872. int ubi_io_write_ec_hdr(struct ubi_device *ubi, int pnum,
  873. struct ubi_ec_hdr *ec_hdr);
  874. int ubi_io_read_vid_hdr(struct ubi_device *ubi, int pnum,
  875. struct ubi_vid_io_buf *vidb, int verbose);
  876. int ubi_io_write_vid_hdr(struct ubi_device *ubi, int pnum,
  877. struct ubi_vid_io_buf *vidb);
  878. /* build.c */
  879. int ubi_attach_mtd_dev(struct mtd_info *mtd, int ubi_num,
  880. int vid_hdr_offset, int max_beb_per1024,
  881. bool disable_fm);
  882. int ubi_detach_mtd_dev(int ubi_num, int anyway);
  883. struct ubi_device *ubi_get_device(int ubi_num);
  884. void ubi_put_device(struct ubi_device *ubi);
  885. struct ubi_device *ubi_get_by_major(int major);
  886. int ubi_major2num(int major);
  887. int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol,
  888. int ntype);
  889. int ubi_notify_all(struct ubi_device *ubi, int ntype,
  890. struct notifier_block *nb);
  891. int ubi_enumerate_volumes(struct notifier_block *nb);
  892. void ubi_free_all_volumes(struct ubi_device *ubi);
  893. void ubi_free_internal_volumes(struct ubi_device *ubi);
  894. /* kapi.c */
  895. void ubi_do_get_device_info(struct ubi_device *ubi, struct ubi_device_info *di);
  896. void ubi_do_get_volume_info(struct ubi_device *ubi, struct ubi_volume *vol,
  897. struct ubi_volume_info *vi);
  898. /* scan.c */
  899. int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb,
  900. int pnum, const struct ubi_vid_hdr *vid_hdr);
  901. /* fastmap.c */
  902. #ifdef CONFIG_MTD_UBI_FASTMAP
  903. size_t ubi_calc_fm_size(struct ubi_device *ubi);
  904. int ubi_update_fastmap(struct ubi_device *ubi);
  905. int ubi_scan_fastmap(struct ubi_device *ubi, struct ubi_attach_info *ai,
  906. struct ubi_attach_info *scan_ai);
  907. int ubi_fastmap_init_checkmap(struct ubi_volume *vol, int leb_count);
  908. void ubi_fastmap_destroy_checkmap(struct ubi_volume *vol);
  909. #else
  910. static inline int ubi_update_fastmap(struct ubi_device *ubi) { return 0; }
  911. static inline int ubi_fastmap_init_checkmap(struct ubi_volume *vol, int leb_count) { return 0; }
  912. static inline void ubi_fastmap_destroy_checkmap(struct ubi_volume *vol) {}
  913. #endif
  914. /* block.c */
  915. #ifdef CONFIG_MTD_UBI_BLOCK
  916. int ubiblock_init(void);
  917. void ubiblock_exit(void);
  918. int ubiblock_create(struct ubi_volume_info *vi);
  919. int ubiblock_remove(struct ubi_volume_info *vi);
  920. #else
  921. static inline int ubiblock_init(void) { return 0; }
  922. static inline void ubiblock_exit(void) {}
  923. static inline int ubiblock_create(struct ubi_volume_info *vi)
  924. {
  925. return -ENOSYS;
  926. }
  927. static inline int ubiblock_remove(struct ubi_volume_info *vi)
  928. {
  929. return -ENOSYS;
  930. }
  931. #endif
  932. /*
  933. * ubi_for_each_free_peb - walk the UBI free RB tree.
  934. * @ubi: UBI device description object
  935. * @e: a pointer to a ubi_wl_entry to use as cursor
  936. * @pos: a pointer to RB-tree entry type to use as a loop counter
  937. */
  938. #define ubi_for_each_free_peb(ubi, e, tmp_rb) \
  939. ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->free, u.rb)
  940. /*
  941. * ubi_for_each_used_peb - walk the UBI used RB tree.
  942. * @ubi: UBI device description object
  943. * @e: a pointer to a ubi_wl_entry to use as cursor
  944. * @pos: a pointer to RB-tree entry type to use as a loop counter
  945. */
  946. #define ubi_for_each_used_peb(ubi, e, tmp_rb) \
  947. ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->used, u.rb)
  948. /*
  949. * ubi_for_each_scub_peb - walk the UBI scub RB tree.
  950. * @ubi: UBI device description object
  951. * @e: a pointer to a ubi_wl_entry to use as cursor
  952. * @pos: a pointer to RB-tree entry type to use as a loop counter
  953. */
  954. #define ubi_for_each_scrub_peb(ubi, e, tmp_rb) \
  955. ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->scrub, u.rb)
  956. /*
  957. * ubi_for_each_protected_peb - walk the UBI protection queue.
  958. * @ubi: UBI device description object
  959. * @i: a integer used as counter
  960. * @e: a pointer to a ubi_wl_entry to use as cursor
  961. */
  962. #define ubi_for_each_protected_peb(ubi, i, e) \
  963. for ((i) = 0; (i) < UBI_PROT_QUEUE_LEN; (i)++) \
  964. list_for_each_entry((e), &(ubi->pq[(i)]), u.list)
  965. /*
  966. * ubi_rb_for_each_entry - walk an RB-tree.
  967. * @rb: a pointer to type 'struct rb_node' to use as a loop counter
  968. * @pos: a pointer to RB-tree entry type to use as a loop counter
  969. * @root: RB-tree's root
  970. * @member: the name of the 'struct rb_node' within the RB-tree entry
  971. */
  972. #define ubi_rb_for_each_entry(rb, pos, root, member) \
  973. for (rb = rb_first(root), \
  974. pos = (rb ? container_of(rb, typeof(*pos), member) : NULL); \
  975. rb; \
  976. rb = rb_next(rb), \
  977. pos = (rb ? container_of(rb, typeof(*pos), member) : NULL))
  978. /*
  979. * ubi_move_aeb_to_list - move a PEB from the volume tree to a list.
  980. *
  981. * @av: volume attaching information
  982. * @aeb: attaching eraseblock information
  983. * @list: the list to move to
  984. */
  985. static inline void ubi_move_aeb_to_list(struct ubi_ainf_volume *av,
  986. struct ubi_ainf_peb *aeb,
  987. struct list_head *list)
  988. {
  989. rb_erase(&aeb->u.rb, &av->root);
  990. list_add_tail(&aeb->u.list, list);
  991. }
  992. /**
  993. * ubi_init_vid_buf - Initialize a VID buffer
  994. * @ubi: the UBI device
  995. * @vidb: the VID buffer to initialize
  996. * @buf: the underlying buffer
  997. */
  998. static inline void ubi_init_vid_buf(const struct ubi_device *ubi,
  999. struct ubi_vid_io_buf *vidb,
  1000. void *buf)
  1001. {
  1002. if (buf)
  1003. memset(buf, 0, ubi->vid_hdr_alsize);
  1004. vidb->buffer = buf;
  1005. vidb->hdr = buf + ubi->vid_hdr_shift;
  1006. }
  1007. /**
  1008. * ubi_init_vid_buf - Allocate a VID buffer
  1009. * @ubi: the UBI device
  1010. * @gfp_flags: GFP flags to use for the allocation
  1011. */
  1012. static inline struct ubi_vid_io_buf *
  1013. ubi_alloc_vid_buf(const struct ubi_device *ubi, gfp_t gfp_flags)
  1014. {
  1015. struct ubi_vid_io_buf *vidb;
  1016. void *buf;
  1017. vidb = kzalloc(sizeof(*vidb), gfp_flags);
  1018. if (!vidb)
  1019. return NULL;
  1020. buf = kmalloc(ubi->vid_hdr_alsize, gfp_flags);
  1021. if (!buf) {
  1022. kfree(vidb);
  1023. return NULL;
  1024. }
  1025. ubi_init_vid_buf(ubi, vidb, buf);
  1026. return vidb;
  1027. }
  1028. /**
  1029. * ubi_free_vid_buf - Free a VID buffer
  1030. * @vidb: the VID buffer to free
  1031. */
  1032. static inline void ubi_free_vid_buf(struct ubi_vid_io_buf *vidb)
  1033. {
  1034. if (!vidb)
  1035. return;
  1036. kfree(vidb->buffer);
  1037. kfree(vidb);
  1038. }
  1039. /**
  1040. * ubi_get_vid_hdr - Get the VID header attached to a VID buffer
  1041. * @vidb: VID buffer
  1042. */
  1043. static inline struct ubi_vid_hdr *ubi_get_vid_hdr(struct ubi_vid_io_buf *vidb)
  1044. {
  1045. return vidb->hdr;
  1046. }
  1047. /*
  1048. * This function is equivalent to 'ubi_io_read()', but @offset is relative to
  1049. * the beginning of the logical eraseblock, not to the beginning of the
  1050. * physical eraseblock.
  1051. */
  1052. static inline int ubi_io_read_data(const struct ubi_device *ubi, void *buf,
  1053. int pnum, int offset, int len)
  1054. {
  1055. ubi_assert(offset >= 0);
  1056. return ubi_io_read(ubi, buf, pnum, offset + ubi->leb_start, len);
  1057. }
  1058. /*
  1059. * This function is equivalent to 'ubi_io_write()', but @offset is relative to
  1060. * the beginning of the logical eraseblock, not to the beginning of the
  1061. * physical eraseblock.
  1062. */
  1063. static inline int ubi_io_write_data(struct ubi_device *ubi, const void *buf,
  1064. int pnum, int offset, int len)
  1065. {
  1066. ubi_assert(offset >= 0);
  1067. return ubi_io_write(ubi, buf, pnum, offset + ubi->leb_start, len);
  1068. }
  1069. /**
  1070. * ubi_ro_mode - switch to read-only mode.
  1071. * @ubi: UBI device description object
  1072. */
  1073. static inline void ubi_ro_mode(struct ubi_device *ubi)
  1074. {
  1075. if (!ubi->ro_mode) {
  1076. ubi->ro_mode = 1;
  1077. ubi_warn(ubi, "switch to read-only mode");
  1078. dump_stack();
  1079. }
  1080. }
  1081. /**
  1082. * vol_id2idx - get table index by volume ID.
  1083. * @ubi: UBI device description object
  1084. * @vol_id: volume ID
  1085. */
  1086. static inline int vol_id2idx(const struct ubi_device *ubi, int vol_id)
  1087. {
  1088. if (vol_id >= UBI_INTERNAL_VOL_START)
  1089. return vol_id - UBI_INTERNAL_VOL_START + ubi->vtbl_slots;
  1090. else
  1091. return vol_id;
  1092. }
  1093. /**
  1094. * idx2vol_id - get volume ID by table index.
  1095. * @ubi: UBI device description object
  1096. * @idx: table index
  1097. */
  1098. static inline int idx2vol_id(const struct ubi_device *ubi, int idx)
  1099. {
  1100. if (idx >= ubi->vtbl_slots)
  1101. return idx - ubi->vtbl_slots + UBI_INTERNAL_VOL_START;
  1102. else
  1103. return idx;
  1104. }
  1105. /**
  1106. * ubi_is_fm_vol - check whether a volume ID is a Fastmap volume.
  1107. * @vol_id: volume ID
  1108. */
  1109. static inline bool ubi_is_fm_vol(int vol_id)
  1110. {
  1111. switch (vol_id) {
  1112. case UBI_FM_SB_VOLUME_ID:
  1113. case UBI_FM_DATA_VOLUME_ID:
  1114. return true;
  1115. }
  1116. return false;
  1117. }
  1118. /**
  1119. * ubi_find_fm_block - check whether a PEB is part of the current Fastmap.
  1120. * @ubi: UBI device description object
  1121. * @pnum: physical eraseblock to look for
  1122. *
  1123. * This function returns a wear leveling object if @pnum relates to the current
  1124. * fastmap, @NULL otherwise.
  1125. */
  1126. static inline struct ubi_wl_entry *ubi_find_fm_block(const struct ubi_device *ubi,
  1127. int pnum)
  1128. {
  1129. int i;
  1130. if (ubi->fm) {
  1131. for (i = 0; i < ubi->fm->used_blocks; i++) {
  1132. if (ubi->fm->e[i]->pnum == pnum)
  1133. return ubi->fm->e[i];
  1134. }
  1135. }
  1136. return NULL;
  1137. }
  1138. #endif /* !__UBI_UBI_H__ */