Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c252 tp->t_magic = XFS_TRANS_MAGIC; in _xfs_trans_alloc()
281 ntp->t_magic = XFS_TRANS_MAGIC; in xfs_trans_dup()
Dxfs_trans.h211 #define XFS_TRANS_MAGIC 0x5452414E /* 'TRAN' */ macro