fs/jfs/jfs_dtree.c
1258
tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
1390
tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
1832
tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
2161
tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
2383
tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
2572
tlckDTREE | tlckENTRY | tlckBTROOT);
fs/jfs/jfs_dtree.c
2639
tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
4272
tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
fs/jfs/jfs_dtree.c
881
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
1448
if (tlck->type & tlckENTRY) {
fs/jfs/jfs_txnmgr.c
1614
if (tlck->type & (tlckENTRY | tlckRELINK)) {