Searched refs:dtlock (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | jfs_dtree.c | 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 [all …]
|