Searched refs:COMMIT_WMAP (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_txnmgr.h | 76 #define COMMIT_WMAP 0x0020 /* update wmap */ macro
|
D | namei.c | 686 txFreeMap(ip, pxdlock, 0, COMMIT_WMAP); in freeZeroLink() 706 txFreeMap(ip, pxdlock, 0, COMMIT_WMAP); in freeZeroLink() 715 rc = xtTruncate(0, ip, 0, COMMIT_WMAP); in freeZeroLink()
|
D | inode.c | 360 xtTruncate(0, ip, length, COMMIT_WMAP); in jfs_truncate_nolock()
|
D | jfs_xtree.c | 3610 txFreeMap(ip, pxdlock, 0, COMMIT_WMAP); in xtTruncate() 3639 COMMIT_WMAP); in xtTruncate() 3668 txFreeMap(ip, (struct maplock *) & xadlock, 0, COMMIT_WMAP); in xtTruncate() 3744 COMMIT_WMAP); in xtTruncate() 3816 COMMIT_WMAP); in xtTruncate() 3910 if (flag == COMMIT_WMAP) in xtTruncate()
|
D | jfs_txnmgr.c | 2495 if (maptype == COMMIT_PWMAP || maptype == COMMIT_WMAP) { in txFreeMap()
|