Home
last modified time | relevance | path

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

/linux-3.4.99/block/partitions/
Dkarma.c28 __le16 d_magic; in karma_partition() member
37 if (le16_to_cpu(label->d_magic) != KARMA_LABEL_MAGIC) { in karma_partition()
Dosf.c23 __le32 d_magic; in osf_partition() member
61 if (le32_to_cpu(label->d_magic) != DISKLABELMAGIC) { in osf_partition()
Dmsdos.c269 if (le32_to_cpu(l->d_magic) != BSD_DISKMAGIC) { in parse_bsd()
347 if (le32_to_cpu(l->d_magic) != UNIXWARE_DISKMAGIC || in parse_unixware()
/linux-3.4.99/arch/alpha/boot/tools/
Dmkbb.c37 u32 d_magic; /* must be DISKLABELMAGIC */ member
/linux-3.4.99/include/linux/
Dgenhd.h480 __le32 d_magic; /* the magic number */ member
544 __le32 d_magic; /* the magic number */ member
/linux-3.4.99/fs/xfs/
Dxfs_quota.h50 __be16 d_magic; /* dquot magic = XFS_DQUOT_MAGIC */ member
Dxfs_dquot.c239 d->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC); in xfs_qm_init_dquot_blk()
Dxfs_log_recover.c1948 if (ddq->d_magic != cpu_to_be16(XFS_DQUOT_MAGIC)) { in xfs_qm_dqcheck()
1952 str, id, be16_to_cpu(ddq->d_magic), XFS_DQUOT_MAGIC); in xfs_qm_dqcheck()
2031 d->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC); in xfs_qm_dqcheck()