Lines Matching refs:dtlock
179 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock);
181 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock);
183 static void dtLinelockFreelist(dtpage_t * p, int m, struct dt_lock ** dtlock);
3894 ddata_t * data, struct dt_lock ** dtlock) in dtInsertEntry() argument
3904 struct dt_lock *dtlck = *dtlock; in dtInsertEntry()
3998 *dtlock = dtlck; in dtInsertEntry()
4252 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock) in dtDeleteEntry() argument
4258 struct dt_lock *dtlck = *dtlock; in dtDeleteEntry()
4318 *dtlock = dtlck; in dtDeleteEntry()
4347 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock) in dtTruncateEntry() argument
4353 struct dt_lock *dtlck = *dtlock; in dtTruncateEntry()
4413 *dtlock = dtlck; in dtTruncateEntry()
4429 struct dt_lock ** dtlock) in dtLinelockFreelist() argument
4434 struct dt_lock *dtlck = *dtlock; in dtLinelockFreelist()
4485 *dtlock = dtlck; in dtLinelockFreelist()