Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_trans.c154 tp->t_magic = XFS_TRANS_MAGIC; in _xfs_trans_alloc()
184 ntp->t_magic = XFS_TRANS_MAGIC; in xfs_trans_dup()
Dxfs_trans.h417 #define XFS_TRANS_MAGIC 0x5452414E /* 'TRAN' */ macro