Searched refs:ubifs_change_lp (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ubifs/
H A Dfind.c324 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC,
511 * @taken_empty_lebs in 'ubifs_change_lp()', so it is
521 * calling 'ubifs_change_lp()', but mutex is more
538 lprops = ubifs_change_lp(c, lprops, LPROPS_NC, LPROPS_NC, flags, 0);
703 lprops = ubifs_change_lp(c, lprops, c->leb_size, 0, flags, 0);
864 lprops = ubifs_change_lp(c, lprops, LPROPS_NC, LPROPS_NC,
892 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC,
920 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC,
H A Dlprops.c504 * ubifs_change_lp - change LEB properties.
520 const struct ubifs_lprops *ubifs_change_lp(struct ubifs_info *c, function
645 * 'ubifs_change_lp()' which hides lprops get/release. The arguments are the
646 * same as in case of 'ubifs_change_lp()'. Returns zero in case of success and
664 lp = ubifs_change_lp(c, lp, free, dirty, flags, idx_gc_cnt);
703 lp = ubifs_change_lp(c, lp, free, lp->dirty + dirty, flags, 0);
H A Dgc.c897 lp = ubifs_change_lp(c, lp, c->leb_size, 0, lp->flags, 0);
928 lp = ubifs_change_lp(c, lp, c->leb_size, 0, flags, 1);
H A Dreplay.c138 lp = ubifs_change_lp(c, lp, b->free, dirty + b->dirty,
1157 lp = ubifs_change_lp(c, lp, LPROPS_NC, LPROPS_NC,
H A Dubifs.h94 /* 'No change' value for 'ubifs_change_lp()' */
2008 const struct ubifs_lprops *ubifs_change_lp(struct ubifs_info *c,

Completed in 160 milliseconds