Home
last modified time | relevance | path

Searched refs:COMMIT_PWMAP (Results 1 – 5 of 5) sorted by relevance

/linux/fs/jfs/
H A Djfs_txnmgr.h68 #define COMMIT_PWMAP 0x0040 /* update pwmap */ macro
H A Djfs_txnmgr.c1865 if (((tblk->xflag & COMMIT_PWMAP) || S_ISDIR(ip->i_mode)) in xtLog()
2259 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP; in txUpdateMap()
2328 tblk, COMMIT_PWMAP); in txUpdateMap()
2468 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) { in txFreeMap()
2508 if (maptype == COMMIT_PWMAP || maptype == COMMIT_WMAP) { in txFreeMap()
H A Dinode.c391 COMMIT_TRUNCATE | COMMIT_PWMAP); in jfs_truncate_nolock()
H A Dnamei.c668 * free xtree/data pages from cache if COMMIT_PWMAP, in commitZeroLink()
670 * free xtree/data blocks from working block map if COMMIT_PWMAP; in commitZeroLink()
1001 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in jfs_symlink()
1024 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in jfs_symlink()
H A Djfs_dtree.c408 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in add_index()
450 xtTruncate(tid, ip, offset, COMMIT_PWMAP); in add_index()
2546 * commit the directories xtree with COMMIT_PWMAP. in dtInitRoot()
2558 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in dtInitRoot()