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);
3596 ddata_t * data, struct dt_lock ** dtlock) in dtInsertEntry() argument
3606 struct dt_lock *dtlck = *dtlock; in dtInsertEntry()
3700 *dtlock = dtlck; in dtInsertEntry()
3954 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock) in dtDeleteEntry() argument
3960 struct dt_lock *dtlck = *dtlock; in dtDeleteEntry()
4020 *dtlock = dtlck; in dtDeleteEntry()
4049 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock) in dtTruncateEntry() argument
4055 struct dt_lock *dtlck = *dtlock; in dtTruncateEntry()
4115 *dtlock = dtlck; in dtTruncateEntry()
4131 struct dt_lock ** dtlock) in dtLinelockFreelist() argument
4136 struct dt_lock *dtlck = *dtlock; in dtLinelockFreelist()
4187 *dtlock = dtlck; in dtLinelockFreelist()