Lines Matching refs:hwm
792 xtlck->hwm.offset = 0;
1666 int next, lwm, hwm;
1810 * XAD[XTENTRYSTART:hwm) from the deleted page itself
1816 hwm = xtlck->hwm.offset;
1818 cpu_to_le16(hwm - XTENTRYSTART + 1);
1821 xtlck->header.length = hwm - XTENTRYSTART + 1;
1826 * to free extents of XAD[XTENTRYSTART:hwm) from the
1830 xadlock->count = hwm - XTENTRYSTART + 1;
1880 * | | hwm - hwm before truncation
1900 hwm = xtlck->hwm.offset;
1941 * free entries XAD[next:hwm]:
1943 if (hwm >= next) {
1945 * XAD[next:hwm] from the deleted page itself
1952 hwm = xtlck->hwm.offset;
1954 cpu_to_le16(hwm - next + 1);
1957 xtlck->header.length = hwm - next + 1;
2003 jfs_info("xtLog: truncate ip:0x%p mp:0x%p count:%d hwm:%d",
2004 ip, mp, pxdlock->count, hwm);
2010 * free entries XAD[next:hwm]:
2012 if (hwm >= next) {
2014 * to free extents of XAD[next:hwm] from thedeleted
2019 xadlock->count = hwm - next + 1;
2022 jfs_info("xtLog: free ip:0x%p mp:0x%p count:%d next:%d hwm:%d",
2023 tlck->ip, mp, xadlock->count, next, hwm);