Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.h75 #define COMMIT_PMAP 0x0010 /* update pmap */ macro
Djfs_txnmgr.c2235 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP; in txUpdateMap()
2454 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) { in txFreeMap()
Dnamei.c603 tblk->xflag |= COMMIT_PMAP; in commitZeroLink()
Djfs_xtree.c3420 assert(flag != COMMIT_PMAP); in xtTruncate()
3960 tblk->xflag |= COMMIT_PMAP; in xtTruncate_pmap()