Searched refs:old_offs (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | tnc.c | 2216 int old_lnum, int old_offs, int lnum, int offs, int len) in ubifs_tnc_replace() argument 2223 old_offs, lnum, offs, len); in ubifs_tnc_replace() 2234 if (zbr->lnum == old_lnum && zbr->offs == old_offs) { in ubifs_tnc_replace() 2245 old_lnum, old_offs); in ubifs_tnc_replace() 2247 found, znode, n, old_lnum, old_offs); in ubifs_tnc_replace()
|
| H A D | ubifs.h | 2196 int old_lnum, int old_offs, int lnum, int offs, int len);
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | tnc.c | 2325 int old_lnum, int old_offs, int lnum, int offs, int len) in ubifs_tnc_replace() argument 2332 old_offs, lnum, offs, len); in ubifs_tnc_replace() 2343 if (zbr->lnum == old_lnum && zbr->offs == old_offs) { in ubifs_tnc_replace() 2354 old_lnum, old_offs); in ubifs_tnc_replace() 2356 found, znode, n, old_lnum, old_offs); in ubifs_tnc_replace()
|
| H A D | ubifs.h | 1832 int old_lnum, int old_offs, int lnum, int offs, int len);
|