Searched refs:dtlock (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A 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); 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 [all …]
|