Searched refs:dtlock (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/fs/jfs/ |
D | jfs_dtree.c | 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); 3601 ddata_t * data, struct dt_lock ** dtlock) in dtInsertEntry() argument 3611 struct dt_lock *dtlck = *dtlock; in dtInsertEntry() 3705 *dtlock = dtlck; in dtInsertEntry() 3959 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock) in dtDeleteEntry() argument 3965 struct dt_lock *dtlck = *dtlock; in dtDeleteEntry() 4025 *dtlock = dtlck; in dtDeleteEntry() 4054 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock) in dtTruncateEntry() argument [all …]
|