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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Drecovery.c474 struct ubifs_unclean_leb *ucleb; local
478 ucleb = kzalloc(sizeof(struct ubifs_unclean_leb), GFP_NOFS);
479 if (!ucleb)
481 ucleb->lnum = lnum;
482 ucleb->endpt = endpt;
483 list_add_tail(&ucleb->list, &c->unclean_leb_list);
904 * @ucleb: unclean LEB information
914 struct ubifs_unclean_leb *ucleb, void *sbuf)
916 int err, lnum = ucleb->lnum, offs = 0, len = ucleb
913 clean_an_unclean_leb(const struct ubifs_info *c, struct ubifs_unclean_leb *ucleb, void *sbuf) argument
1013 struct ubifs_unclean_leb *ucleb; local
[all...]
H A Dsuper.c1061 struct ubifs_unclean_leb *ucleb; local
1063 ucleb = list_entry(c->unclean_leb_list.next,
1065 list_del(&ucleb->list);
1066 kfree(ucleb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Drecovery.c474 struct ubifs_unclean_leb *ucleb; local
478 ucleb = kzalloc(sizeof(struct ubifs_unclean_leb), GFP_NOFS);
479 if (!ucleb)
481 ucleb->lnum = lnum;
482 ucleb->endpt = endpt;
483 list_add_tail(&ucleb->list, &c->unclean_leb_list);
904 * @ucleb: unclean LEB information
914 struct ubifs_unclean_leb *ucleb, void *sbuf)
916 int err, lnum = ucleb->lnum, offs = 0, len = ucleb
913 clean_an_unclean_leb(const struct ubifs_info *c, struct ubifs_unclean_leb *ucleb, void *sbuf) argument
1013 struct ubifs_unclean_leb *ucleb; local
[all...]
H A Dsuper.c1061 struct ubifs_unclean_leb *ucleb; local
1063 ucleb = list_entry(c->unclean_leb_list.next,
1065 list_del(&ucleb->list);
1066 kfree(ucleb);

Completed in 136 milliseconds