Home
last modified time | relevance | path

Searched refs:COMMIT_PMAP (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jfs/
H A Djfs_txnmgr.h66 #define COMMIT_PMAP 0x0010 /* update pmap */ macro
H A Djfs_txnmgr.c2260 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP; in txUpdateMap()
2469 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) { in txFreeMap()