Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dtree.c180 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock);
182 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock);
184 static void dtLinelockFreelist(dtpage_t * p, int m, struct dt_lock ** dtlock);
3631 ddata_t * data, struct dt_lock ** dtlock) in dtInsertEntry() argument
3641 struct dt_lock *dtlck = *dtlock; in dtInsertEntry()
3735 *dtlock = dtlck; in dtInsertEntry()
3989 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock) in dtDeleteEntry() argument
3995 struct dt_lock *dtlck = *dtlock; in dtDeleteEntry()
4055 *dtlock = dtlck; in dtDeleteEntry()
4084 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock) in dtTruncateEntry() argument
4166 dtLinelockFreelist(dtpage_t * p,int m,struct dt_lock ** dtlock) dtLinelockFreelist() argument
[all...]