Searched refs:old_lnum (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/fs/ubifs/ |
| D | tnc.c | 2199 int old_lnum, int old_offs, int lnum, int offs, int len) in ubifs_tnc_replace() argument 2205 dbg_tnck(key, "old LEB %d:%d, new LEB %d:%d, len %d, key ", old_lnum, in ubifs_tnc_replace() 2217 if (zbr->lnum == old_lnum && zbr->offs == old_offs) { in ubifs_tnc_replace() 2228 old_lnum, old_offs); in ubifs_tnc_replace() 2230 found, znode, n, old_lnum, old_offs); in ubifs_tnc_replace()
|
| D | ubifs.h | 1594 int old_lnum, int old_offs, int lnum, int offs, int len);
|