Searched refs:COMMIT_PWMAP (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/jfs/ |
D | jfs_txnmgr.h | 81 #define COMMIT_PWMAP 0x0040 /* update pwmap */ macro
|
D | inode.c | 398 COMMIT_TRUNCATE | COMMIT_PWMAP); in jfs_truncate_nolock()
|
D | jfs_txnmgr.c | 1910 if (((tblk->xflag & COMMIT_PWMAP) || S_ISDIR(ip->i_mode)) in xtLog() 2307 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP; in txUpdateMap() 2376 tblk, COMMIT_PWMAP); in txUpdateMap() 2516 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) { in txFreeMap() 2557 if (maptype == COMMIT_PWMAP || maptype == COMMIT_WMAP) { in txFreeMap()
|
D | namei.c | 994 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in jfs_symlink() 1017 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in jfs_symlink()
|
D | jfs_dtree.c | 420 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in add_index() 462 xtTruncate(tid, ip, offset, COMMIT_PWMAP); in add_index() 2860 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in dtInitRoot()
|
D | jfs_imap.c | 2564 COMMIT_PWMAP); in diNewIAG()
|
D | jfs_xtree.c | 3195 if (flag == COMMIT_PWMAP) in xtTruncate()
|