Lines Matching defs:xtlck

529 	struct xtlock *xtlck;
631 xtlck = (struct xtlock *) & tlck->lock;
632 xtlck->lwm.offset =
633 (xtlck->lwm.offset) ? min(index,
634 (int)xtlck->lwm.offset) : index;
635 xtlck->lwm.length =
636 le16_to_cpu(p->header.nextindex) - xtlck->lwm.offset;
685 struct xtlock *xtlck;
722 xtlck = (struct xtlock *) & tlck->lock;
723 xtlck->lwm.offset = (xtlck->lwm.offset) ?
724 min(skip, (int)xtlck->lwm.offset) : skip;
725 xtlck->lwm.length =
727 xtlck->lwm.offset;
892 xtlck = (struct xtlock *) & tlck->lock;
893 xtlck->lwm.offset = (xtlck->lwm.offset) ?
894 min(skip, (int)xtlck->lwm.offset) : skip;
895 xtlck->lwm.length =
897 xtlck->lwm.offset;
1213 struct xtlock *xtlck;
1283 xtlck = (struct xtlock *) & tlck->lock;
1284 xtlck->lwm.offset = XTENTRYSTART;
1285 xtlck->lwm.length = le16_to_cpu(rp->header.nextindex) -
1314 xtlck = (struct xtlock *) & tlck->lock;
1315 xtlck->lwm.offset = XTENTRYSTART;
1316 xtlck->lwm.length = 1;
1352 struct xtlock *xtlck = NULL;
1385 xtlck = (struct xtlock *) & tlck->lock;
1443 xtlck = (struct xtlock *) & tlck->lock;
1472 xtlck->lwm.offset =
1473 (xtlck->lwm.offset) ? min(index,
1474 (int)xtlck->lwm.offset) : index;
1475 xtlck->lwm.length =
1476 le16_to_cpu(p->header.nextindex) - xtlck->lwm.offset;
1514 struct xtlock *xtlck = NULL;
1540 xtlck = (struct xtlock *) & tlck->lock;
1737 xtlck = (struct xtlock *) & tlck->lock;
1780 xtlck->lwm.offset = (xtlck->lwm.offset) ?
1781 min(index0, (int)xtlck->lwm.offset) : index0;
1782 xtlck->lwm.length =
1784 xtlck->lwm.offset;
1798 xtlck = (struct xtlock *) & tlck->lock;
1891 xtlck = (struct xtlock *) & tlck->lock;
1911 xtlck->lwm.offset = (xtlck->lwm.offset) ?
1912 min(index0, (int)xtlck->lwm.offset) : index0;
1913 xtlck->lwm.length = le16_to_cpu(p->header.nextindex) -
1914 xtlck->lwm.offset;
1957 struct xtlock *xtlck;
2070 xtlck = (struct xtlock *) & tlck->lock;
2079 xtlck->lwm.offset =
2080 (xtlck->lwm.offset) ? min(index,(int) xtlck->lwm.offset) : index;
2081 xtlck->lwm.length = le16_to_cpu(p->header.nextindex) -
2082 xtlck->lwm.offset;
2203 struct xtlock *xtlck = NULL;
2325 xtlck = (struct xtlock *) & tlck->lock;
2326 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1;
2392 xtlck->lwm.offset = (xtlck->lwm.offset) ?
2393 min(index, (int)xtlck->lwm.offset) : index;
2394 xtlck->lwm.length = index + 1 -
2395 xtlck->lwm.offset;
2396 xtlck->twm.offset = index;
2397 pxdlock = (struct pxd_lock *) & xtlck->pxdlock;
2527 xtlck = (struct xtlock *) & tlck->lock;
2529 xtlck->hwm.offset =
2603 xtlck = (struct xtlock *) & tlck->lock;
2604 xtlck->hwm.offset =
2760 struct xtlock *xtlck = NULL;
2822 xtlck = (struct xtlock *) & tlck->lock;
2823 xtlck->hwm.offset = index;
2854 xtlck = (struct xtlock *) & tlck->lock;
2855 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1;