Searched refs:COMMIT_PWMAP (Results 1 – 5 of 5) sorted by relevance
/linux/fs/jfs/ |
H A D | jfs_txnmgr.h | 68 #define COMMIT_PWMAP 0x0040 /* update pwmap */ macro
|
H A D | jfs_txnmgr.c | 1865 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 D | inode.c | 391 COMMIT_TRUNCATE | COMMIT_PWMAP); in jfs_truncate_nolock()
|
H A D | namei.c | 668 * 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 D | jfs_dtree.c | 408 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()
|