Searched refs:ucleb (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/ubifs/
H A Drecovery.c516 struct ubifs_unclean_leb *ucleb; local
520 ucleb = kzalloc(sizeof(struct ubifs_unclean_leb), GFP_NOFS);
521 if (!ucleb)
523 ucleb->lnum = lnum;
524 ucleb->endpt = endpt;
525 list_add_tail(&ucleb->list, &c->unclean_leb_list);
984 * @ucleb: unclean LEB information
994 struct ubifs_unclean_leb *ucleb, void *sbuf)
996 int err, lnum = ucleb->lnum, offs = 0, len = ucleb
993 clean_an_unclean_leb(struct ubifs_info *c, struct ubifs_unclean_leb *ucleb, void *sbuf) argument
1090 struct ubifs_unclean_leb *ucleb; local
[all...]
H A Dsuper.c1262 struct ubifs_unclean_leb *ucleb; local
1264 ucleb = list_entry(c->unclean_leb_list.next,
1266 list_del(&ucleb->list);
1267 kfree(ucleb);

Completed in 97 milliseconds