Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.h149 #define tlckENTRY 0x0001 /* directory insert/delete */ macro
Djfs_dtree.c889 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
1266 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1398 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1840 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
2169 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDelete()
2391 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDeleteUp()
2614 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtRelocate()
2878 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot()
2945 tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY); in add_missing_indices()
4551 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtModify()
Djfs_txnmgr.c1462 if (tlck->type & tlckENTRY) { in diLog()
1662 if (tlck->type & (tlckENTRY | tlckRELINK)) { in dtLog()
Djfs_imap.c666 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite()