Lines Matching defs:xtlck
590 struct xtlock *xtlck;
776 xtlck = (struct xtlock *) linelock;
777 xtlck->header.offset = 0;
778 xtlck->header.length = 2;
781 xtlck->lwm.offset = XTENTRYSTART;
787 xtlck->lwm.offset =
790 xtlck->lwm.length = 0; /* ! */
791 xtlck->twm.offset = 0;
792 xtlck->hwm.offset = 0;
794 xtlck->index = 2;
1698 struct xtlock *xtlck;
1724 xtlck = (struct xtlock *) & tlck->lock;
1752 lwm = xtlck->lwm.offset;
1776 pxd = xadlock->xdlist = &xtlck->pxdlock;
1852 xtlck = (struct xtlock *) & tlck->lock;
1853 hwm = xtlck->hwm.offset;
1857 xtlck->header.offset = XTENTRYSTART;
1858 xtlck->header.length = hwm - XTENTRYSTART + 1;
1859 xtlck->index = 1;
1879 pxd = xadlock->xdlist = &xtlck->pxdlock;
1934 lwm = xtlck->lwm.offset;
1937 hwm = xtlck->hwm.offset;
1938 twm = xtlck->twm.offset;
1964 * (xtlck->pxdlock = truncated delta extent);
1966 pxdlock = (struct pxd_lock *) & xtlck->pxdlock;
1988 xtlck = (struct xtlock *) & tlck->lock;
1989 hwm = xtlck->hwm.offset;
1993 xtlck->header.offset = next;
1994 xtlck->header.length = hwm - next + 1;
1995 xtlck->index = 1;
2032 * (xtlck->pxdlock = truncated delta extent);
2587 struct tlock *xtlck, *tlck;
2594 xtlck = (struct tlock *) &jfs_ip->atlhead;
2596 while ((lid = xtlck->next) != 0) {
2599 xtlck->next = tlck->next;
2602 xtlck = tlck;