Home
last modified time | relevance | path

Searched refs:COMMIT_TRUNCATE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h71 #define COMMIT_TRUNCATE 0x0200 /* file truncation */ macro
H A Dinode.c389 COMMIT_TRUNCATE | COMMIT_PWMAP); in jfs_truncate_nolock()
H A Djfs_txnmgr.c1791 if (tblk->xflag & COMMIT_TRUNCATE) { in xtLog()