Searched refs:COMMIT_PWMAP (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | jfs_txnmgr.h | 81 #define COMMIT_PWMAP 0x0040 /* update pwmap */ macro
|
D | inode.c | 401 COMMIT_TRUNCATE | COMMIT_PWMAP); in jfs_truncate_nolock()
|
D | jfs_txnmgr.c | 1915 if (((tblk->xflag & COMMIT_PWMAP) || S_ISDIR(ip->i_mode)) in xtLog() 2309 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP; in txUpdateMap() 2378 tblk, COMMIT_PWMAP); in txUpdateMap() 2518 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) { in txFreeMap() 2558 if (maptype == COMMIT_PWMAP || maptype == COMMIT_WMAP) { in txFreeMap()
|
D | namei.c | 1012 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in jfs_symlink() 1035 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() 2861 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in dtInitRoot()
|
D | jfs_imap.c | 2558 COMMIT_PWMAP); in diNewIAG()
|
D | jfs_xtree.c | 3195 if (flag == COMMIT_PWMAP) in xtTruncate()
|