Lines Matching refs:xtlck
585 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()
1656 struct xtlock *xtlck; in xtLog() local
1682 xtlck = (struct xtlock *) & tlck->lock; in xtLog()
1710 lwm = xtlck->lwm.offset; in xtLog()
1734 pxd = xadlock->xdlist = &xtlck->pxdlock; in xtLog()
1810 xtlck = (struct xtlock *) & tlck->lock; in xtLog()
1811 hwm = xtlck->hwm.offset; in xtLog()
1815 xtlck->header.offset = XTENTRYSTART; in xtLog()
1816 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1817 xtlck->index = 1; in xtLog()
1837 pxd = xadlock->xdlist = &xtlck->pxdlock; in xtLog()
1892 lwm = xtlck->lwm.offset; in xtLog()
1895 hwm = xtlck->hwm.offset; in xtLog()
1896 twm = xtlck->twm.offset; in xtLog()
1924 pxdlock = (struct pxd_lock *) & xtlck->pxdlock; in xtLog()
1946 xtlck = (struct xtlock *) & tlck->lock; in xtLog()
1947 hwm = xtlck->hwm.offset; in xtLog()
1951 xtlck->header.offset = next; in xtLog()
1952 xtlck->header.length = hwm - next + 1; in xtLog()
1953 xtlck->index = 1; in xtLog()
2545 struct tlock *xtlck, *tlck; in txFreelock() local
2552 xtlck = (struct tlock *) &jfs_ip->atlhead; in txFreelock()
2554 while ((lid = xtlck->next) != 0) { in txFreelock()
2557 xtlck->next = tlck->next; in txFreelock()
2560 xtlck = tlck; in txFreelock()