• Home
  • Raw
  • Download

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()
1693 struct xtlock *xtlck; in xtLog() local
1719 xtlck = (struct xtlock *) & tlck->lock; in xtLog()
1747 lwm = xtlck->lwm.offset; in xtLog()
1771 pxd = xadlock->xdlist = &xtlck->pxdlock; in xtLog()
1847 xtlck = (struct xtlock *) & tlck->lock; in xtLog()
1848 hwm = xtlck->hwm.offset; in xtLog()
1852 xtlck->header.offset = XTENTRYSTART; in xtLog()
1853 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1854 xtlck->index = 1; in xtLog()
1874 pxd = xadlock->xdlist = &xtlck->pxdlock; in xtLog()
1929 lwm = xtlck->lwm.offset; in xtLog()
1932 hwm = xtlck->hwm.offset; in xtLog()
1933 twm = xtlck->twm.offset; in xtLog()
1961 pxdlock = (struct pxd_lock *) & xtlck->pxdlock; in xtLog()
1983 xtlck = (struct xtlock *) & tlck->lock; in xtLog()
1984 hwm = xtlck->hwm.offset; in xtLog()
1988 xtlck->header.offset = next; in xtLog()
1989 xtlck->header.length = hwm - next + 1; in xtLog()
1990 xtlck->index = 1; in xtLog()
2582 struct tlock *xtlck, *tlck; in txFreelock() local
2589 xtlck = (struct tlock *) &jfs_ip->atlhead; in txFreelock()
2591 while ((lid = xtlck->next) != 0) { in txFreelock()
2594 xtlck->next = tlck->next; in txFreelock()
2597 xtlck = tlck; in txFreelock()