Lines Matching full:information
14 * The attaching information is represented by a &struct ubi_attach_info'
15 * object. Information about volumes is represented by &struct ubi_ainf_volume
88 * @ai: attaching information
152 * ubi_find_or_add_av - search for a volume in the attaching information and
154 * @ai: attaching information
169 * @ai: attaching information
173 * Allocate an aeb object and initialize the pnum and ec information.
197 * @ai: attaching information
210 * @ai: attaching information
259 * @ai: attaching information
285 * @ai: attaching information
319 * @av: information about the volume this logical eraseblock belongs to
327 * information in the VID header is consistent to the information in other VID
384 * add_volume - add volume to the attaching information.
385 * @ai: attaching information
391 * present in the attaching information, this function does nothing. Otherwise
392 * it adds corresponding volume to the attaching information. Returns a pointer
548 * ubi_add_to_av - add used physical eraseblock to the attaching information.
550 * @ai: attaching information
556 * This function adds information about a used physical eraseblock to the
681 * attaching information. in ubi_add_to_av()
710 * ubi_add_av - add volume to the attaching information.
711 * @ai: attaching information
725 * ubi_find_av - find volume in the attaching information.
726 * @ai: attaching information
730 * are no data about this volume in the attaching information.
745 * ubi_remove_av - delete attaching information about a volume.
746 * @ai: attaching information
747 * @av: the volume attaching information to delete
751 dbg_bld("remove attaching information about volume %d", av->vol_id); in ubi_remove_av()
761 * @ai: attaching information
807 * @ai: attaching information
870 * information.
932 * @ai: attaching information
937 * information about this PEB to the corresponding list or RB-tree in the
1199 * @ai: attaching information
1202 * gather information about all of them ("ai" is compete). It decides whether
1252 * it and destroy possibly important information. in late_analysis()
1270 * destroy_av - free volume attaching information.
1271 * @av: volume attaching information
1272 * @ai: attaching information
1275 * This function destroys the volume attaching information.
1308 * destroy_ai - destroy attaching information.
1309 * @ai: attaching information
1371 * information about it in form of a "struct ubi_attach_info" object. In case
1651 * self_check_ai - check the attaching information.
1653 * @ai: attaching information
1655 * This function returns zero if the attaching information is all right, and a
1672 * At first, check that attaching information is OK. in self_check_ai()
1787 /* Check that attaching information is correct */ in self_check_ai()
1905 ubi_err(ubi, "bad attaching information about LEB %d", aeb->lnum); in self_check_ai()
1911 ubi_err(ubi, "bad attaching information about volume %d", av->vol_id); in self_check_ai()
1916 ubi_err(ubi, "bad attaching information about volume %d", av->vol_id); in self_check_ai()