Searched refs:COMMIT_PWMAP (Results 1 – 7 of 7) 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 | 389 COMMIT_TRUNCATE | COMMIT_PWMAP); in jfs_truncate_nolock()
|
H A D | namei.c | 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 | 407 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in add_index() 449 xtTruncate(tid, ip, offset, COMMIT_PWMAP); in add_index() 2557 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in dtInitRoot()
|
H A D | jfs_xtree.c | 2221 if (flag == COMMIT_PWMAP) in xtTruncate()
|
H A D | jfs_imap.c | 2552 COMMIT_PWMAP); in diNewIAG()
|