Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_txnmgr.h66 #define COMMIT_PMAP 0x0010 /* update pmap */ macro
H A Djfs_txnmgr.c2291 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP; in txUpdateMap()
2500 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) { in txFreeMap()
H A Dnamei.c648 tblk->xflag |= COMMIT_PMAP; in commitZeroLink()
H A Djfs_xtree.c3180 assert(flag != COMMIT_PMAP); in xtTruncate()
3725 tblk->xflag |= COMMIT_PMAP; in xtTruncate_pmap()