Searched refs:txLock (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_xtree.c900 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
992 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW);
1037 * and acquire txLock as appropriate.
1111 * and acquire txLock as appropriate.
1159 tlck = txLock(tid, ip, smp,
1271 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW);
1277 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW);
1352 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK);
1543 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW);
1574 tlck = txLock(ti
[all...]
H A Djfs_dtree.c272 tlck = txLock(tid, ip, mp, tlckDATA);
376 tlck = txLock(tid, ip, mp, tlckDATA);
837 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
921 * acquire txLock as appropriate.
1166 * acquire txLock as appropriate.
1187 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
1297 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW);
1310 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
1396 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK);
1645 tlck = txLock(ti
[all...]
H A Djfs_txnmgr.h112 /* txLock state */
284 extern struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage *mp,
H A Dnamei.c1190 tlck = txLock(tid, old_ip,
H A Djfs_imap.c699 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL)
1297 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE);
H A Djfs_txnmgr.c523 * txLock()
533 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, function
565 jFYI(1, ("txLock: tid:%d ip:0x%p mp:0x%p lid:%d\n",
770 jERROR(1, ("txLock: trying to lock locked page!\n"));
781 jEVENT(0, ("txLock: in waitLock, tid = %d, xtid = %d, lid = %d\n",
784 jEVENT(0, ("txLock: awakened tid = %d, lid = %d\n", tid, lid));
1390 * txLock() time);
1433 * of the extent has been formatted at txLock() time;
1608 * at txLock() time);
1621 * has been formatted at txLock() tim
[all...]

Completed in 62 milliseconds