Lines Matching refs:dtlock
190 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock);
192 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock);
194 static void dtLinelockFreelist(dtpage_t * p, int m, struct dt_lock ** dtlock);
3873 ddata_t * data, struct dt_lock ** dtlock) in dtInsertEntry() argument
3882 struct dt_lock *dtlck = *dtlock; in dtInsertEntry()
3976 *dtlock = dtlck; in dtInsertEntry()
4230 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock) in dtDeleteEntry() argument
4236 struct dt_lock *dtlck = *dtlock; in dtDeleteEntry()
4296 *dtlock = dtlck; in dtDeleteEntry()
4325 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock) in dtTruncateEntry() argument
4331 struct dt_lock *dtlck = *dtlock; in dtTruncateEntry()
4391 *dtlock = dtlck; in dtTruncateEntry()
4407 struct dt_lock ** dtlock) in dtLinelockFreelist() argument
4412 struct dt_lock *dtlck = *dtlock; in dtLinelockFreelist()
4463 *dtlock = dtlck; in dtLinelockFreelist()