Lines Matching refs:dtlock
192 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock);
194 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock);
196 static void dtLinelockFreelist(dtpage_t * p, int m, struct dt_lock ** dtlock);
3907 ddata_t * data, struct dt_lock ** dtlock) in dtInsertEntry() argument
3917 struct dt_lock *dtlck = *dtlock; in dtInsertEntry()
4011 *dtlock = dtlck; in dtInsertEntry()
4265 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock) in dtDeleteEntry() argument
4271 struct dt_lock *dtlck = *dtlock; in dtDeleteEntry()
4331 *dtlock = dtlck; in dtDeleteEntry()
4360 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock) in dtTruncateEntry() argument
4366 struct dt_lock *dtlck = *dtlock; in dtTruncateEntry()
4426 *dtlock = dtlck; in dtTruncateEntry()
4442 struct dt_lock ** dtlock) in dtLinelockFreelist() argument
4447 struct dt_lock *dtlck = *dtlock; in dtLinelockFreelist()
4498 *dtlock = dtlck; in dtLinelockFreelist()