Searched refs:old_offs (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | tnc.c | 2198 int old_lnum, int old_offs, int lnum, int offs, int len) in ubifs_tnc_replace() argument 2205 old_offs, lnum, offs, len); in ubifs_tnc_replace() 2216 if (zbr->lnum == old_lnum && zbr->offs == old_offs) { in ubifs_tnc_replace() 2227 old_lnum, old_offs); in ubifs_tnc_replace() 2229 found, znode, n, old_lnum, old_offs); in ubifs_tnc_replace()
|
H A D | ubifs.h | 2195 int old_lnum, int old_offs, int lnum, int offs, int len);
|
/openbmc/linux/fs/ubifs/ |
H A D | tnc.c | 2363 int old_lnum, int old_offs, int lnum, int offs, int len) in ubifs_tnc_replace() argument 2370 old_offs, lnum, offs, len); in ubifs_tnc_replace() 2381 if (zbr->lnum == old_lnum && zbr->offs == old_offs) { in ubifs_tnc_replace() 2392 old_lnum, old_offs); in ubifs_tnc_replace() 2394 found, znode, n, old_lnum, old_offs); in ubifs_tnc_replace()
|
H A D | ubifs.h | 1866 int old_lnum, int old_offs, int lnum, int offs, int len);
|