Searched refs:COMMIT_FORCE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_txnmgr.h76 #define COMMIT_FORCE 0x0002 /* force pageout at end of commit */ macro
H A Dresize.c388 tid = txBegin(sb, COMMIT_FORCE);
399 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE);
H A Djfs_imap.c1263 tid = txBegin(ipimap->i_sb, COMMIT_FORCE);
1294 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE);
2556 tid = txBegin(sb, COMMIT_FORCE);
2621 * txCommit(COMMIT_FORCE) will synchronously write address
2626 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE);
3048 tid = txBegin(sb, COMMIT_FORCE);
3059 txCommit(tid, 1, &ip, COMMIT_FORCE);
H A Djfs_txnmgr.c375 if (!(flag & COMMIT_FORCE)) {
389 * unless COMMIT_FORCE or COMMIT_INODE (which may ultimately
411 if ((tblk->next == 0) && !(flag & COMMIT_FORCE)) {
1175 if ((flag & (COMMIT_FORCE | COMMIT_SYNC)) == 0)
1313 if (flag & COMMIT_FORCE)
1325 if (tblk->xflag & COMMIT_FORCE)
2668 * All transactions except those changing ipimap (COMMIT_FORCE) are
2856 tid = txBegin(ip->i_sb, COMMIT_INODE | COMMIT_FORCE);
H A Djfs_logmgr.c848 if (!(tblk->xflag & COMMIT_FORCE))

Completed in 102 milliseconds