Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_txnmgr.h70 #define COMMIT_DELETE 0x0100 /* inode delete */ macro
H A Djfs_txnmgr.c1271 if (tblk->xflag & COMMIT_DELETE) { in txCommit()
1294 ASSERT((!(tblk->xflag & COMMIT_DELETE)) || in txCommit()
2365 } else if (tblk->xflag & COMMIT_DELETE) { in txUpdateMap()