Searched refs:COMMIT_PWMAP (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_txnmgr.h81 #define COMMIT_PWMAP 0x0040 /* update pwmap */ macro
H A Dinode.c339 COMMIT_TRUNCATE | COMMIT_PWMAP);
H A Djfs_txnmgr.c1900 if (((tblk->xflag & COMMIT_PWMAP) || S_ISDIR(ip->i_mode))
2281 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP;
2350 tblk, COMMIT_PWMAP);
2490 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) {
2531 if (maptype == COMMIT_PWMAP || maptype == COMMIT_WMAP) {
H A Dnamei.c665 * free xtree/data pages from cache if COMMIT_PWMAP,
667 * free xtree/data blocks from working block map if COMMIT_PWMAP;
992 xtTruncate(tid, ip, 0, COMMIT_PWMAP);
1015 xtTruncate(tid, ip, 0, COMMIT_PWMAP);
H A Djfs_dtree.c418 xtTruncate(tid, ip, 0, COMMIT_PWMAP);
460 xtTruncate(tid, ip, offset, COMMIT_PWMAP);
2853 * commit the directories xtree with COMMIT_PWMAP.
2865 xtTruncate(tid, ip, 0, COMMIT_PWMAP);
H A Djfs_imap.c2587 COMMIT_PWMAP);
H A Djfs_xtree.c3467 if (flag == COMMIT_PWMAP)
3637 if (log) { /* COMMIT_PWMAP */
3700 if (log) { /* COMMIT_PWMAP */
3703 * invalidate leaf if COMMIT_PWMAP;
3724 if (log) { /* COMMIT_PWMAP */
3768 if (log) { /* COMMIT_PWMAP */
3843 if (log) { /* COMMIT_PWMAP */
3846 * invalidate parent if COMMIT_PWMAP;
3882 if (log) { /* COMMIT_PWMAP */
4098 * invalidate parent if COMMIT_PWMAP;
[all...]

Completed in 104 milliseconds