Home
last modified time | relevance | path

Searched refs:dtlock (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/fs/jfs/
Djfs_dtree.c179 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
[all …]