Lines Matching refs:hwm
792 xtlck->hwm.offset = 0;
1703 int next, lwm, hwm;
1847 * XAD[XTENTRYSTART:hwm) from the deleted page itself
1853 hwm = xtlck->hwm.offset;
1855 cpu_to_le16(hwm - XTENTRYSTART + 1);
1858 xtlck->header.length = hwm - XTENTRYSTART + 1;
1863 * to free extents of XAD[XTENTRYSTART:hwm) from the
1867 xadlock->count = hwm - XTENTRYSTART + 1;
1917 * | | hwm - hwm before truncation
1937 hwm = xtlck->hwm.offset;
1978 * free entries XAD[next:hwm]:
1980 if (hwm >= next) {
1982 * XAD[next:hwm] from the deleted page itself
1989 hwm = xtlck->hwm.offset;
1991 cpu_to_le16(hwm - next + 1);
1994 xtlck->header.length = hwm - next + 1;
2040 jfs_info("xtLog: truncate ip:0x%p mp:0x%p count:%d hwm:%d",
2041 ip, mp, pxdlock->count, hwm);
2047 * free entries XAD[next:hwm]:
2049 if (hwm >= next) {
2051 * to free extents of XAD[next:hwm] from thedeleted
2056 xadlock->count = hwm - next + 1;
2059 jfs_info("xtLog: free ip:0x%p mp:0x%p count:%d next:%d hwm:%d",
2060 tlck->ip, mp, xadlock->count, next, hwm);