Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_txnmgr.c792 xtlck->hwm.offset = 0; in txLock()
1700 int next, lwm, hwm; in xtLog() local
1850 hwm = xtlck->hwm.offset; in xtLog()
1852 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog()
1855 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1864 xadlock->count = hwm - XTENTRYSTART + 1; in xtLog()
1934 hwm = xtlck->hwm.offset; in xtLog()
1977 if (hwm >= next) { in xtLog()
1986 hwm = xtlck->hwm.offset; in xtLog()
1988 cpu_to_le16(hwm - next + 1); in xtLog()
[all …]
Djfs_txnmgr.h186 struct lv hwm; /* 2: high water mark */ member
Djfs_xtree.c3287 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1; in xtTruncate()
3490 xtlck->hwm.offset = in xtTruncate()
3565 xtlck->hwm.offset = in xtTruncate()
3784 xtlck->hwm.offset = index; in xtTruncate_pmap()
3816 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1; in xtTruncate_pmap()
Djfs_dmap.c632 s64 hwm = 0; in dbNextAG() local
665 } else if (bmp->db_agfree[agpref] > hwm) { in dbNextAG()
667 hwm = bmp->db_agfree[agpref]; in dbNextAG()