Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dquot_buf.c77 if (ddq->d_magic != cpu_to_be16(XFS_DQUOT_MAGIC)) { in xfs_dqcheck()
81 str, id, be16_to_cpu(ddq->d_magic), XFS_DQUOT_MAGIC); in xfs_dqcheck()
160 d->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC); in xfs_dqcheck()
Dxfs_format.h1114 __be16 d_magic; /* dquot magic = XFS_DQUOT_MAGIC */ member
/fs/xfs/
Dxfs_dquot.c249 d->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC); in xfs_qm_init_dquot_blk()