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);
3618 ddata_t * data, struct dt_lock ** dtlock) in dtInsertEntry() argument
3628 struct dt_lock *dtlck = *dtlock; in dtInsertEntry()
3722 *dtlock = dtlck; in dtInsertEntry()
3976 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock) in dtDeleteEntry() argument
3982 struct dt_lock *dtlck = *dtlock; in dtDeleteEntry()
4042 *dtlock = dtlck; in dtDeleteEntry()
4071 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock) in dtTruncateEntry() argument
4077 struct dt_lock *dtlck = *dtlock; in dtTruncateEntry()
4137 *dtlock = dtlck; in dtTruncateEntry()
4153 struct dt_lock ** dtlock) in dtLinelockFreelist() argument
4158 struct dt_lock *dtlck = *dtlock; in dtLinelockFreelist()
4209 *dtlock = dtlck; in dtLinelockFreelist()