Searched refs:COMMIT_PWMAP (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/jfs/ | 
| D | jfs_txnmgr.h | 68 #define	COMMIT_PWMAP	0x0040	/* update pwmap */  macro
 | 
| D | inode.c | 398 				     COMMIT_TRUNCATE | COMMIT_PWMAP);  in jfs_truncate_nolock()
 | 
| D | jfs_txnmgr.c | 1897 		if (((tblk->xflag & COMMIT_PWMAP) || S_ISDIR(ip->i_mode))  in xtLog()2291 	maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP;  in txUpdateMap()
 2360 						  tblk, COMMIT_PWMAP);  in txUpdateMap()
 2500 	if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) {  in txFreeMap()
 2540 	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 | 407 			xtTruncate(tid, ip, 0, COMMIT_PWMAP);  in add_index()449 			xtTruncate(tid, ip, offset, COMMIT_PWMAP);  in add_index()
 2848 			xtTruncate(tid, ip, 0, COMMIT_PWMAP);  in dtInitRoot()
 
 | 
| D | jfs_imap.c | 2544 				   COMMIT_PWMAP);  in diNewIAG()
 | 
| D | jfs_xtree.c | 3182 	if (flag == COMMIT_PWMAP)  in xtTruncate()
 |