Searched refs:zzbr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc_misc.c | 256 * @zzbr: the zbranch describing the node to read 265 static int read_znode(struct ubifs_info *c, struct ubifs_zbranch *zzbr, in read_znode() argument 268 int lnum = zzbr->lnum; in read_znode() 269 int offs = zzbr->offs; in read_znode() 270 int len = zzbr->len; in read_znode() 284 err = ubifs_node_check_hash(c, idx, zzbr->hash); in read_znode() 286 ubifs_bad_hash(c, idx, zzbr->hash, lnum, offs); in read_znode()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc_misc.c | 256 * @zzbr: the zbranch describing the node to read 265 static int read_znode(struct ubifs_info *c, struct ubifs_zbranch *zzbr, in read_znode() argument 268 int lnum = zzbr->lnum; in read_znode() 269 int offs = zzbr->offs; in read_znode() 270 int len = zzbr->len; in read_znode() 284 err = ubifs_node_check_hash(c, idx, zzbr->hash); in read_znode() 286 ubifs_bad_hash(c, idx, zzbr->hash, lnum, offs); in read_znode()
|
Completed in 2 milliseconds