Home
last modified time | relevance | path

Searched refs:COMMIT_FORCE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jfs/
H A Dresize.c385 tid = txBegin(sb, COMMIT_FORCE); in jfs_extendfs()
396 rc = txCommit(tid, 1, &iplist[0], COMMIT_FORCE); in jfs_extendfs()
H A Djfs_txnmgr.h63 #define COMMIT_FORCE 0x0002 /* force pageout at end of commit */ macro