Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h136 #define tlckENTRY 0x0001 /* directory insert/delete */ macro
H A Djfs_dtree.c883 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
1260 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1392 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1834 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
2163 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDelete()
2385 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDeleteUp()
2574 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot()
2641 tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY); in add_missing_indices()
4247 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtModify()
H A Djfs_txnmgr.c1446 if (tlck->type & tlckENTRY) { in diLog()
1612 if (tlck->type & (tlckENTRY | tlckRELINK)) { in dtLog()
H A Djfs_imap.c654 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite()