Searched refs:tlckENTRY (Results 1 – 4 of 4) sorted by relevance
/fs/jfs/ |
D | jfs_txnmgr.h | 149 #define tlckENTRY 0x0001 /* directory insert/delete */ macro
|
D | jfs_dtree.c | 888 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert() 1265 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp() 1397 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage() 1839 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage() 2168 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDelete() 2390 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDeleteUp() 2613 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtRelocate() 2877 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot() 2944 tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY); in add_missing_indices() 4558 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtModify()
|
D | jfs_txnmgr.c | 1458 if (tlck->type & tlckENTRY) { in diLog() 1658 if (tlck->type & (tlckENTRY | tlckRELINK)) { in dtLog()
|
D | jfs_imap.c | 672 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite()
|