Searched refs:COMMIT_PWMAP (Results 1 – 7 of 7) sorted by relevance
/linux/fs/jfs/ |
A D | jfs_txnmgr.h | 68 #define COMMIT_PWMAP 0x0040 /* update pwmap */ macro
|
A D | jfs_txnmgr.c | 1894 if (((tblk->xflag & COMMIT_PWMAP) || S_ISDIR(ip->i_mode)) in xtLog() 2288 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP; in txUpdateMap() 2357 tblk, COMMIT_PWMAP); in txUpdateMap() 2497 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) { in txFreeMap() 2537 if (maptype == COMMIT_PWMAP || maptype == COMMIT_WMAP) { in txFreeMap()
|
A D | inode.c | 399 COMMIT_TRUNCATE | COMMIT_PWMAP); in jfs_truncate_nolock()
|
A D | namei.c | 995 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in jfs_symlink() 1018 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in jfs_symlink()
|
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() 2848 xtTruncate(tid, ip, 0, COMMIT_PWMAP); in dtInitRoot()
|
A D | jfs_imap.c | 2542 COMMIT_PWMAP); in diNewIAG()
|
A D | jfs_xtree.c | 3182 if (flag == COMMIT_PWMAP) in xtTruncate()
|
Completed in 24 milliseconds