Searched refs:old_offs (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/ubifs/ |
D | tnc.c | 2218 int old_lnum, int old_offs, int lnum, int offs, int len) in ubifs_tnc_replace() argument 2225 old_offs, lnum, offs, len, DBGKEY(key)); in ubifs_tnc_replace() 2236 if (zbr->lnum == old_lnum && zbr->offs == old_offs) { in ubifs_tnc_replace() 2247 old_lnum, old_offs); in ubifs_tnc_replace() 2249 found, znode, n, old_lnum, old_offs); in ubifs_tnc_replace()
|
D | ubifs.h | 1567 int old_lnum, int old_offs, int lnum, int offs, int len);
|