Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_xtree.c529 struct xtlock *xtlck; in xtInsert() local
631 xtlck = (struct xtlock *) & tlck->lock; in xtInsert()
632 xtlck->lwm.offset = in xtInsert()
633 (xtlck->lwm.offset) ? min(index, in xtInsert()
634 (int)xtlck->lwm.offset) : index; in xtInsert()
635 xtlck->lwm.length = in xtInsert()
636 le16_to_cpu(p->header.nextindex) - xtlck->lwm.offset; in xtInsert()
685 struct xtlock *xtlck; in xtSplitUp() local
722 xtlck = (struct xtlock *) & tlck->lock; in xtSplitUp()
723 xtlck->lwm.offset = (xtlck->lwm.offset) ? in xtSplitUp()
[all …]
Djfs_txnmgr.c585 struct xtlock *xtlck; in txLock() local
771 xtlck = (struct xtlock *) linelock; in txLock()
772 xtlck->header.offset = 0; in txLock()
773 xtlck->header.length = 2; in txLock()
776 xtlck->lwm.offset = XTENTRYSTART; in txLock()
782 xtlck->lwm.offset = in txLock()
785 xtlck->lwm.length = 0; /* ! */ in txLock()
786 xtlck->twm.offset = 0; in txLock()
787 xtlck->hwm.offset = 0; in txLock()
789 xtlck->index = 2; in txLock()
[all …]