fs/jfs/jfs_dtree.c
1261
tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
1393
tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
1835
tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
2164
tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
2386
tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
2575
tlckDTREE | tlckENTRY | tlckBTROOT);
fs/jfs/jfs_dtree.c
2642
tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
4275
tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
884
tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_imap.c
654
txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL)
fs/jfs/jfs_txnmgr.c
1447
if (tlck->type & tlckENTRY) {
fs/jfs/jfs_txnmgr.c
1613
if (tlck->type & (tlckENTRY | tlckRELINK)) {