Lines Matching defs:offs
108 int err, offs, len; in get_master_node() local
426 static int is_last_write(const struct ubifs_info *c, void *buf, int offs) in is_last_write()
453 static void clean_buf(const struct ubifs_info *c, void **buf, int lnum, int *offs, int *len) in clean_buf()
481 static int no_more_nodes(const struct ubifs_info *c, void *buf, int len, int lnum, int offs) in no_more_nodes()
584 static void drop_last_group(struct ubifs_scan_leb *sleb, int *offs) in drop_last_group()
612 static void drop_last_node(struct ubifs_scan_leb *sleb, int *offs) in drop_last_node()
641 struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum, int offs, void *sbuf, int … in ubifs_recover_leb()
851 static int get_cs_sqnum(struct ubifs_info *c, int lnum, int offs, unsigned long long *cs_sqnum) in get_cs_sqnum()
908 struct ubifs_scan_leb *ubifs_recover_log_leb(struct ubifs_info *c, int lnum, int offs, void *sbuf) in ubifs_recover_log_leb()
963 static int recover_head(struct ubifs_info *c, int lnum, int offs, void *sbuf) in recover_head()
1040 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() local
1476 int err, lnum, offs, len; in fix_size_in_place() local