Lines Matching full:logical
11 * This sub-system is responsible for I/O to/from logical eraseblock.
17 * The EBA sub-system implements per-logical eraseblock locking. Before
18 * accessing a logical eraseblock it is locked for reading or writing. The
19 * per-logical eraseblock locking is implemented by means of the lock tree. The
20 * lock tree is an RB-tree which refers all the currently locked logical
25 * time a logical eraseblock is mapped to a physical eraseblock and it is
100 * @lnum: logical eraseblock number
205 * @lnum: logical eraseblock number
208 * object if the logical eraseblock is locked and %NULL if it is not.
243 * @lnum: logical eraseblock number
245 * This function adds new entry for logical eraseblock (@vol_id, @lnum) to the
269 * This logical eraseblock is already locked. The newly in ltree_add_entry()
312 * leb_read_lock - lock logical eraseblock for reading.
315 * @lnum: logical eraseblock number
317 * This function locks a logical eraseblock for reading. Returns zero in case
332 * leb_read_unlock - unlock logical eraseblock.
335 * @lnum: logical eraseblock number
354 * leb_write_lock - lock logical eraseblock for writing.
357 * @lnum: logical eraseblock number
359 * This function locks a logical eraseblock for writing. Returns zero in case
374 * leb_write_trylock - try to lock logical eraseblock for writing.
377 * @lnum: logical eraseblock number
379 * This function locks a logical eraseblock for writing if there is no
408 * leb_write_unlock - unlock logical eraseblock.
411 * @lnum: logical eraseblock number
432 * @lnum: logical eraseblock number
442 * ubi_eba_unmap_leb - un-map logical eraseblock.
445 * @lnum: logical eraseblock number
447 * This function un-maps logical eraseblock @lnum and schedules corresponding
465 /* This logical eraseblock is already unmapped */ in ubi_eba_unmap_leb()
485 * @lnum: logical eraseblock number
581 * @lnum: logical eraseblock number
587 * If the logical eraseblock @lnum is unmapped, @buf is filled with 0xFF
617 * The logical eraseblock is not mapped, fill the whole buffer in ubi_eba_read_leb()
619 * it is an error to read unmapped logical eraseblocks. in ubi_eba_read_leb()
738 * @lnum: logical eraseblock number
793 * @lnum: logical eraseblock number
892 * @lnum: logical eraseblock number
933 * @lnum: logical eraseblock number
939 * This function tries to write VID header and data belonging to logical
997 * @lnum: logical eraseblock number
999 * @offset: offset within the logical eraseblock where to write
1002 * This function writes data to logical eraseblock @lnum of a dynamic volume
1045 * The logical eraseblock is not mapped. We have to get a free physical in ubi_eba_write_leb()
1093 * @lnum: logical eraseblock number
1096 * @used_ebs: how many logical eraseblocks will this volume contain
1098 * This function writes data to logical eraseblock @lnum of static volume
1099 * @vol. The @used_ebs argument should contain total number of logical
1102 * When writing to the last logical eraseblock, the @len argument doesn't have
1107 * It is prohibited to write more than once to logical eraseblocks of static
1173 * ubi_eba_atomic_leb_change - change logical eraseblock atomically.
1176 * @lnum: logical eraseblock number
1180 * This function changes the contents of a logical eraseblock atomically. @buf
1181 * has to contain new logical eraseblock data, and @len - the length of the
1289 * ubi_eba_copy_leb - copy logical eraseblock.
1295 * This function copies logical eraseblock from physical eraseblock @from to
1328 * this logical eraseblock belongs to might be being deleted. Since the in ubi_eba_copy_leb()
1329 * volume deletion un-maps all the volume's logical eraseblocks, it will in ubi_eba_copy_leb()
1341 * We do not want anybody to write to this logical eraseblock while we in ubi_eba_copy_leb()