Home
last modified time | relevance | path

Searched refs:hwm (Results 1 – 4 of 4) sorted by relevance

/fs/jfs/
Djfs_txnmgr.c801 xtlck->hwm.offset = 0; in txLock()
1712 int next, lwm, hwm; in xtLog() local
1862 hwm = xtlck->hwm.offset; in xtLog()
1864 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog()
1867 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1876 xadlock->count = hwm - XTENTRYSTART + 1; in xtLog()
1947 hwm = xtlck->hwm.offset; in xtLog()
1990 if (hwm >= next) { in xtLog()
1999 hwm = xtlck->hwm.offset; in xtLog()
2001 cpu_to_le16(hwm - next + 1); in xtLog()
[all …]
Djfs_txnmgr.h199 struct lv hwm; /* 2: high water mark */ member
Djfs_xtree.c3301 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1; in xtTruncate()
3504 xtlck->hwm.offset = in xtTruncate()
3579 xtlck->hwm.offset = in xtTruncate()
3799 xtlck->hwm.offset = index; in xtTruncate_pmap()
3831 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1; in xtTruncate_pmap()
Djfs_dmap.c602 s64 hwm = 0; in dbNextAG() local
635 } else if (bmp->db_agfree[agpref] > hwm) { in dbNextAG()
637 hwm = bmp->db_agfree[agpref]; in dbNextAG()