Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_txnmgr.h136 #define tlckENTRY 0x0001 /* directory insert/delete */ macro
Djfs_dtree.c876 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
1253 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1385 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1827 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
2156 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDelete()
2378 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDeleteUp()
2567 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot()
2634 tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY); in add_missing_indices()
4240 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtModify()
Djfs_txnmgr.c1441 if (tlck->type & tlckENTRY) { in diLog()
1607 if (tlck->type & (tlckENTRY | tlckRELINK)) { in dtLog()
Djfs_imap.c650 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite()