Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_xtree.c540 struct xtlock *xtlck; in xtInsert() local
642 xtlck = (struct xtlock *) & tlck->lock; in xtInsert()
643 xtlck->lwm.offset = in xtInsert()
644 (xtlck->lwm.offset) ? min(index, in xtInsert()
645 (int)xtlck->lwm.offset) : index; in xtInsert()
646 xtlck->lwm.length = in xtInsert()
647 le16_to_cpu(p->header.nextindex) - xtlck->lwm.offset; in xtInsert()
696 struct xtlock *xtlck; in xtSplitUp() local
733 xtlck = (struct xtlock *) & tlck->lock; in xtSplitUp()
734 xtlck in xtSplitUp()
1224 struct xtlock *xtlck; xtSplitRoot() local
1363 struct xtlock *xtlck = NULL; xtExtend() local
1525 struct xtlock *xtlck = 0; xtTailgate() local
1708 struct xtlock *xtlck = NULL; xtUpdate() local
2172 struct xtlock *xtlck; xtAppend() local
2336 struct xtlock *xtlck; xtDelete() local
2408 struct xtlock *xtlck; xtDeleteUp() local
2553 struct xtlock *xtlck; xtRelocate() local
3164 struct xtlock *xtlck = NULL; xtTruncate() local
3721 struct xtlock *xtlck = NULL; xtTruncate_pmap() local
[all...]
H A Djfs_txnmgr.c590 struct xtlock *xtlck; in txLock() local
776 xtlck = (struct xtlock *) linelock; in txLock()
777 xtlck->header.offset = 0; in txLock()
778 xtlck->header.length = 2; in txLock()
781 xtlck->lwm.offset = XTENTRYSTART; in txLock()
787 xtlck->lwm.offset = in txLock()
790 xtlck->lwm.length = 0; /* ! */ in txLock()
791 xtlck->twm.offset = 0; in txLock()
792 xtlck->hwm.offset = 0; in txLock()
794 xtlck in txLock()
1698 struct xtlock *xtlck; xtLog() local
2587 struct tlock *xtlck, *tlck; txFreelock() local
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A 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 in xtSplitUp()
1213 struct xtlock *xtlck; xtSplitRoot() local
1352 struct xtlock *xtlck = NULL; xtExtend() local
1514 struct xtlock *xtlck = NULL; xtUpdate() local
1957 struct xtlock *xtlck; xtAppend() local
2203 struct xtlock *xtlck = NULL; xtTruncate() local
2760 struct xtlock *xtlck = NULL; xtTruncate_pmap() local
[all...]
H A Djfs_txnmgr.c590 struct xtlock *xtlck; in txLock() local
776 xtlck = (struct xtlock *) linelock; in txLock()
777 xtlck->header.offset = 0; in txLock()
778 xtlck->header.length = 2; in txLock()
781 xtlck->lwm.offset = XTENTRYSTART; in txLock()
787 xtlck->lwm.offset = in txLock()
790 xtlck->lwm.length = 0; /* ! */ in txLock()
791 xtlck->twm.offset = 0; in txLock()
792 xtlck->hwm.offset = 0; in txLock()
794 xtlck in txLock()
1661 struct xtlock *xtlck; xtLog() local
2550 struct tlock *xtlck, *tlck; txFreelock() local
[all...]

Completed in 7 milliseconds