Lines Matching refs:offs
273 static int read_znode(struct ubifs_info *c, int lnum, int offs, int len, in read_znode() argument
283 err = ubifs_read_node(c, idx, UBIFS_IDX_NODE, len, lnum, offs); in read_znode()
293 lnum, offs, znode->level, znode->child_cnt); in read_znode()
310 zbr->offs = le32_to_cpu(br->offs); in read_znode()
317 zbr->lnum >= c->leb_cnt || zbr->offs < 0 || in read_znode()
318 zbr->offs + zbr->len > c->leb_size || zbr->offs & 7) { in read_znode()
389 ubifs_err(c, "bad indexing node at LEB %d:%d, error %d", lnum, offs, err); in read_znode()
422 err = read_znode(c, zbr->lnum, zbr->offs, zbr->len, znode); in ubifs_load_znode()
472 zbr->lnum, zbr->offs); in ubifs_tnc_read_node()
475 zbr->offs); in ubifs_tnc_read_node()
486 zbr->lnum, zbr->offs); in ubifs_tnc_read_node()