Searched refs:is_last_write (Results 1 - 2 of 2) 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.c359 * is_last_write - determine if an offset was in the last write to a LEB.
368 static int is_last_write(const struct ubifs_info *c, void *buf, int offs) function
621 if (!is_last_write(c, buf, offs))
631 if (is_last_write(c, buf, offs)) {
668 if (is_last_write(c, buf, offs)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Drecovery.c359 * is_last_write - determine if an offset was in the last write to a LEB.
368 static int is_last_write(const struct ubifs_info *c, void *buf, int offs) function
621 if (!is_last_write(c, buf, offs))
631 if (is_last_write(c, buf, offs)) {
668 if (is_last_write(c, buf, offs)) {

Completed in 78 milliseconds