Searched refs:tlckXTREE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_xtree.c913 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
1005 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW);
1177 tlckXTREE | tlckGROW);
1286 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW);
1292 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW);
1365 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK);
1568 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW);
1599 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW);
1670 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
1728 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGRO
[all...]
H A Djfs_txnmgr.h136 #define tlckXTREE 0x4000 macro
H A Djfs_txnmgr.c605 if (S_ISDIR(ip->i_mode) && (type & tlckXTREE) &&
781 case tlckXTREE:
1395 case tlckXTREE:
H A Djfs_imap.c698 assert(tlck->type & tlckXTREE);
735 if (type & tlckXTREE) {

Completed in 70 milliseconds