Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h134 #define tlckTRUNCATE 0x0004 /* file truncate */ macro
H A Djfs_xtree.c2324 tlck->type = tlckXTREE | tlckTRUNCATE; in xtTruncate()
2528 if (!(tlck->type & tlckTRUNCATE)) { in xtTruncate()
2533 tlckXTREE | tlckTRUNCATE; in xtTruncate()
H A Djfs_txnmgr.c1885 if (tlck->type & tlckTRUNCATE) { in xtLog()