Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jfs/
Djfs_dtree.c192 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock);
194 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock);
196 static void dtLinelockFreelist(dtpage_t * p, int m, struct dt_lock ** dtlock);
3908 ddata_t * data, struct dt_lock ** dtlock) in dtInsertEntry() argument
3918 struct dt_lock *dtlck = *dtlock; in dtInsertEntry()
4012 *dtlock = dtlck; in dtInsertEntry()
4266 static void dtDeleteEntry(dtpage_t * p, int fi, struct dt_lock ** dtlock) in dtDeleteEntry() argument
4272 struct dt_lock *dtlck = *dtlock; in dtDeleteEntry()
4332 *dtlock = dtlck; in dtDeleteEntry()
4361 static void dtTruncateEntry(dtpage_t * p, int ti, struct dt_lock ** dtlock) in dtTruncateEntry() argument
[all …]