Lines Matching refs:offs
265 static int read_znode(struct ubifs_info *c, int lnum, int offs, int len, in read_znode() argument
275 err = ubifs_read_node(c, idx, UBIFS_IDX_NODE, len, lnum, offs); in read_znode()
285 lnum, offs, znode->level, znode->child_cnt); in read_znode()
302 zbr->offs = le32_to_cpu(br->offs); in read_znode()
309 zbr->lnum >= c->leb_cnt || zbr->offs < 0 || in read_znode()
310 zbr->offs + zbr->len > c->leb_size || zbr->offs & 7) { in read_znode()
381 ubifs_err(c, "bad indexing node at LEB %d:%d, error %d", lnum, offs, err); in read_znode()
414 err = read_znode(c, zbr->lnum, zbr->offs, zbr->len, znode); in ubifs_load_znode()
464 zbr->lnum, zbr->offs); in ubifs_tnc_read_node()
467 zbr->offs); in ubifs_tnc_read_node()
478 zbr->lnum, zbr->offs); in ubifs_tnc_read_node()