Searched refs:zzbr (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ubifs/
H A Dtnc_misc.c278 * @zzbr: the zbranch describing the node to read
287 static int read_znode(struct ubifs_info *c, struct ubifs_zbranch *zzbr, argument
290 int lnum = zzbr->lnum;
291 int offs = zzbr->offs;
292 int len = zzbr->len;
306 err = ubifs_node_check_hash(c, idx, zzbr->hash);
308 ubifs_bad_hash(c, idx, zzbr->hash, lnum, offs);

Completed in 181 milliseconds