Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c805 xtlck->hwm.offset = 0; in txLock()
1716 int next, lwm, hwm; in xtLog() local
1866 hwm = xtlck->hwm.offset; in xtLog()
1868 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog()
1871 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1880 xadlock->count = hwm - XTENTRYSTART + 1; in xtLog()
1950 hwm = xtlck->hwm.offset; in xtLog()
1993 if (hwm >= next) { in xtLog()
2002 hwm = xtlck->hwm.offset; in xtLog()
2004 cpu_to_le16(hwm - next + 1); in xtLog()
[all …]
Djfs_txnmgr.h199 struct lv hwm; /* 2: high water mark */ member
Djfs_xtree.c3300 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1; in xtTruncate()
3503 xtlck->hwm.offset = in xtTruncate()
3578 xtlck->hwm.offset = in xtTruncate()
3797 xtlck->hwm.offset = index; in xtTruncate_pmap()
3829 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1; in xtTruncate_pmap()
Djfs_dmap.c638 s64 hwm = 0; in dbNextAG() local
671 } else if (bmp->db_agfree[agpref] > hwm) { in dbNextAG()
673 hwm = bmp->db_agfree[agpref]; in dbNextAG()