Lines Matching refs:offs
264 static int read_znode(struct ubifs_info *c, int lnum, int offs, int len, in read_znode() argument
274 err = ubifs_read_node(c, idx, UBIFS_IDX_NODE, len, lnum, offs); in read_znode()
284 lnum, offs, znode->level, znode->child_cnt); in read_znode()
301 zbr->offs = le32_to_cpu(br->offs); in read_znode()
308 zbr->lnum >= c->leb_cnt || zbr->offs < 0 || in read_znode()
309 zbr->offs + zbr->len > c->leb_size || zbr->offs & 7) { in read_znode()
380 ubifs_err(c, "bad indexing node at LEB %d:%d, error %d", lnum, offs, err); in read_znode()
413 err = read_znode(c, zbr->lnum, zbr->offs, zbr->len, znode); in ubifs_load_znode()
463 zbr->lnum, zbr->offs); in ubifs_tnc_read_node()
466 zbr->offs); in ubifs_tnc_read_node()
477 zbr->lnum, zbr->offs); in ubifs_tnc_read_node()