Lines Matching refs:xtlck
598 struct xtlock *xtlck; in txLock() local
784 xtlck = (struct xtlock *) linelock; in txLock()
785 xtlck->header.offset = 0; in txLock()
786 xtlck->header.length = 2; in txLock()
789 xtlck->lwm.offset = XTENTRYSTART; in txLock()
795 xtlck->lwm.offset = in txLock()
798 xtlck->lwm.length = 0; /* ! */ in txLock()
799 xtlck->twm.offset = 0; in txLock()
800 xtlck->hwm.offset = 0; in txLock()
802 xtlck->index = 2; in txLock()
1706 struct xtlock *xtlck; in xtLog() local
1732 xtlck = (struct xtlock *) & tlck->lock; in xtLog()
1760 lwm = xtlck->lwm.offset; in xtLog()
1784 pxd = xadlock->xdlist = &xtlck->pxdlock; in xtLog()
1860 xtlck = (struct xtlock *) & tlck->lock; in xtLog()
1861 hwm = xtlck->hwm.offset; in xtLog()
1865 xtlck->header.offset = XTENTRYSTART; in xtLog()
1866 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1867 xtlck->index = 1; in xtLog()
1887 pxd = xadlock->xdlist = &xtlck->pxdlock; in xtLog()
1943 lwm = xtlck->lwm.offset; in xtLog()
1946 hwm = xtlck->hwm.offset; in xtLog()
1947 twm = xtlck->twm.offset; in xtLog()
1975 pxdlock = (struct pxd_lock *) & xtlck->pxdlock; in xtLog()
1997 xtlck = (struct xtlock *) & tlck->lock; in xtLog()
1998 hwm = xtlck->hwm.offset; in xtLog()
2002 xtlck->header.offset = next; in xtLog()
2003 xtlck->header.length = hwm - next + 1; in xtLog()
2004 xtlck->index = 1; in xtLog()
2596 struct tlock *xtlck, *tlck; in txFreelock() local
2603 xtlck = (struct tlock *) &jfs_ip->atlhead; in txFreelock()
2605 while ((lid = xtlck->next) != 0) { in txFreelock()
2608 xtlck->next = tlck->next; in txFreelock()
2611 xtlck = tlck; in txFreelock()