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

/linux-master/fs/ubifs/
H A Drecovery.c507 struct ubifs_unclean_leb *ucleb; local
511 ucleb = kzalloc(sizeof(struct ubifs_unclean_leb), GFP_NOFS);
512 if (!ucleb)
514 ucleb->lnum = lnum;
515 ucleb->endpt = endpt;
516 list_add_tail(&ucleb->list, &c->unclean_leb_list);
973 * @ucleb: unclean LEB information
983 struct ubifs_unclean_leb *ucleb, void *sbuf)
985 int err, lnum = ucleb->lnum, offs = 0, len = ucleb
982 clean_an_unclean_leb(struct ubifs_info *c, struct ubifs_unclean_leb *ucleb, void *sbuf) argument
1079 struct ubifs_unclean_leb *ucleb; local
[all...]
H A Dsuper.c1182 struct ubifs_unclean_leb *ucleb; local
1184 ucleb = list_entry(c->unclean_leb_list.next,
1186 list_del(&ucleb->list);
1187 kfree(ucleb);

Completed in 184 milliseconds