Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_xtree.c553 struct xtlock *xtlck; in xtInsert() local
655 xtlck = (struct xtlock *) & tlck->lock; in xtInsert()
656 xtlck->lwm.offset = in xtInsert()
657 (xtlck->lwm.offset) ? min(index, in xtInsert()
658 (int)xtlck->lwm.offset) : index; in xtInsert()
659 xtlck->lwm.length = in xtInsert()
660 le16_to_cpu(p->header.nextindex) - xtlck->lwm.offset; in xtInsert()
709 struct xtlock *xtlck; in xtSplitUp() local
746 xtlck = (struct xtlock *) & tlck->lock; in xtSplitUp()
747 xtlck->lwm.offset = (xtlck->lwm.offset) ? in xtSplitUp()
[all …]
Djfs_txnmgr.c603 struct xtlock *xtlck; in txLock() local
789 xtlck = (struct xtlock *) linelock; in txLock()
790 xtlck->header.offset = 0; in txLock()
791 xtlck->header.length = 2; in txLock()
794 xtlck->lwm.offset = XTENTRYSTART; in txLock()
800 xtlck->lwm.offset = in txLock()
803 xtlck->lwm.length = 0; /* ! */ in txLock()
804 xtlck->twm.offset = 0; in txLock()
805 xtlck->hwm.offset = 0; in txLock()
807 xtlck->index = 2; in txLock()
[all …]