HomeSort by relevance Sort by last modified time
    Searched refs:ubifs_pad (Results 1 - 4 of 4) sorted by null

  /external/u-boot/fs/ubifs/
log.c 398 ubifs_pad(c, buf + len, ALIGN(len, c->min_io_size) - len);
602 ubifs_pad(c, buf + *offs, sz - *offs);
681 ubifs_pad(c, buf + offs, sz - offs);
io.c 304 * ubifs_pad - pad flash space.
319 void ubifs_pad(const struct ubifs_info *c, void *buf, int pad) function
399 ubifs_pad(c, node + len, pad);
529 ubifs_pad(c, wbuf->buf + wbuf->used, dirt);
    [all...]
recovery.c 445 ubifs_pad(c, *buf, pad_len);
550 ubifs_pad(c, buf, pad_len);
1058 ubifs_pad(c, buf, pad_len);
    [all...]
ubifs.h     [all...]

Completed in 376 milliseconds