xfs: rename the ondisk dquot d_flags to d_type
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 16 Jul 2020 01:05:39 +0000 (18:05 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 29 Jul 2020 03:24:14 +0000 (20:24 -0700)
commitd8c1af0d6ad617df4563e78bbee70691f25ace58
tree877e5a722c14eb21e6b1d22e88a0f64106625230
parenta990f7a84edc9941956ea3c1dfb89733c80f9ad0
xfs: rename the ondisk dquot d_flags to d_type

The ondisk dquot stores the quota record type in the flags field.
Rename this field to d_type to make the _type relationship between the
ondisk and incore dquot more obvious.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_dquot_buf.c
fs/xfs/libxfs/xfs_format.h
fs/xfs/xfs_dquot.c
fs/xfs/xfs_dquot_item_recover.c
fs/xfs/xfs_qm.c