Home
last modified time | relevance | path

Searched refs:xtlck (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jfs/
H A Djfs_xtree.c544 struct xtlock *xtlck; in xtInsert() local
646 xtlck = (struct xtlock *) & tlck->lock; in xtInsert()
647 xtlck->lwm.offset = in xtInsert()
648 (xtlck->lwm.offset) ? min(index, in xtInsert()
649 (int)xtlck->lwm.offset) : index; in xtInsert()
650 xtlck->lwm.length = in xtInsert()
651 le16_to_cpu(p->header.nextindex) - xtlck->lwm.offset; in xtInsert()
700 struct xtlock *xtlck; in xtSplitUp() local
737 xtlck = (struct xtlock *) & tlck->lock; in xtSplitUp()
738 xtlck->lwm.offset = (xtlck->lwm.offset) ? in xtSplitUp()
[all …]
H A Djfs_txnmgr.c591 struct xtlock *xtlck; in txLock() local
777 xtlck = (struct xtlock *) linelock; in txLock()
778 xtlck->header.offset = 0; in txLock()
779 xtlck->header.length = 2; in txLock()
782 xtlck->lwm.offset = XTENTRYSTART; in txLock()
788 xtlck->lwm.offset = in txLock()
791 xtlck->lwm.length = 0; /* ! */ in txLock()
792 xtlck->twm.offset = 0; in txLock()
793 xtlck->hwm.offset = 0; in txLock()
795 xtlck->index = 2; in txLock()
[all …]