Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dtree.c173 ddata_t * data, struct dt_lock **);
176 struct dt_lock ** sdtlock, struct dt_lock ** ddtlock,
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);
824 struct dt_lock *dtlck; in dtInsert()
882 dtlck = (struct dt_lock *) & tlck->lock; in dtInsert()
896 dtlck = (struct dt_lock *) txLinelock(dtlck); in dtInsert()
944 struct dt_lock *dtlck; in dtSplitUp()
1259 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitUp()
[all …]
Djfs_txnmgr.h171 #define dt_lock linelock macro
Dnamei.c1080 struct dt_lock *dtlck; in jfs_rename()
1259 dtlck = (struct dt_lock *) & tlck->lock; in jfs_rename()