Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dtree.c190 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock);
192 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock);
194 static void dtLinelockFreelist(dtpage_t * p, int m, struct dt_lock ** dtlock);
3873 ddata_t * data, struct dt_lock ** dtlock) in dtInsertEntry() argument
3882 struct dt_lock *dtlck = *dtlock; in dtInsertEntry()
3976 *dtlock = dtlck; in dtInsertEntry()
4230 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock) in dtDeleteEntry() argument
4236 struct dt_lock *dtlck = *dtlock; in dtDeleteEntry()
4296 *dtlock = dtlck; in dtDeleteEntry()
4325 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock) in dtTruncateEntry() argument
[all …]