> +/* > + * flags for q_flags field in the dquot. > + */ > +#define XFS_DQFLAG_DIRTY 0x0008 /* dquot is dirty */ > +#define XFS_DQFLAG_FREEING 0x0010 /* dquot is being torn down */ I think it might make sense to start with the first available flag here.