Lines Matching refs:hwm
800 xtlck->hwm.offset = 0; in txLock()
1711 int next, lwm, hwm; in xtLog() local
1861 hwm = xtlck->hwm.offset; in xtLog()
1863 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog()
1866 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1875 xadlock->count = hwm - XTENTRYSTART + 1; in xtLog()
1946 hwm = xtlck->hwm.offset; in xtLog()
1989 if (hwm >= next) { in xtLog()
1998 hwm = xtlck->hwm.offset; in xtLog()
2000 cpu_to_le16(hwm - next + 1); in xtLog()
2003 xtlck->header.length = hwm - next + 1; in xtLog()
2050 ip, mp, pxdlock->count, hwm); in xtLog()
2058 if (hwm >= next) { in xtLog()
2065 xadlock->count = hwm - next + 1; in xtLog()
2069 tlck->ip, mp, xadlock->count, next, hwm); in xtLog()