dq_flags           77 fs/ocfs2/quota_global.c 	if (!test_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags)) {
dq_flags           81 fs/ocfs2/quota_global.c 	if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags))
dq_flags           83 fs/ocfs2/quota_global.c 	if (!test_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags)) {
dq_flags           87 fs/ocfs2/quota_global.c 	if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags))
dq_flags           89 fs/ocfs2/quota_global.c 	if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags))
dq_flags           91 fs/ocfs2/quota_global.c 	if (!test_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags))
dq_flags          522 fs/ocfs2/quota_global.c 	if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags))
dq_flags          524 fs/ocfs2/quota_global.c 	if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags))
dq_flags          529 fs/ocfs2/quota_global.c 		if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags) &&
dq_flags          539 fs/ocfs2/quota_global.c 		clear_bit(DQ_BLKS_B, &dquot->dq_flags);
dq_flags          544 fs/ocfs2/quota_global.c 		if (!test_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags) &&
dq_flags          554 fs/ocfs2/quota_global.c 		clear_bit(DQ_INODES_B, &dquot->dq_flags);
dq_flags          557 fs/ocfs2/quota_global.c 	__clear_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags);
dq_flags          558 fs/ocfs2/quota_global.c 	__clear_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags);
dq_flags          559 fs/ocfs2/quota_global.c 	__clear_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags);
dq_flags          560 fs/ocfs2/quota_global.c 	__clear_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags);
dq_flags          561 fs/ocfs2/quota_global.c 	__clear_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);
dq_flags          562 fs/ocfs2/quota_global.c 	__clear_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags);
dq_flags          775 fs/ocfs2/quota_global.c 	clear_bit(DQ_ACTIVE_B, &dquot->dq_flags);
dq_flags          869 fs/ocfs2/quota_global.c 	set_bit(DQ_ACTIVE_B, &dquot->dq_flags);
dq_flags          930 fs/ocfs2/quota_global.c 	if (dquot->dq_flags & mask)
dq_flags          341 fs/quota/dquot.c 	return test_bit(DQ_MOD_B, &dquot->dq_flags);
dq_flags          354 fs/quota/dquot.c 	if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags))
dq_flags          358 fs/quota/dquot.c 		return test_and_set_bit(DQ_MOD_B, &dquot->dq_flags);
dq_flags          361 fs/quota/dquot.c 	if (test_bit(DQ_MOD_B, &dquot->dq_flags))
dq_flags          365 fs/quota/dquot.c 	if (!test_and_set_bit(DQ_MOD_B, &dquot->dq_flags)) {
dq_flags          402 fs/quota/dquot.c 		return test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags);
dq_flags          405 fs/quota/dquot.c 	if (!test_and_clear_bit(DQ_MOD_B, &dquot->dq_flags)) {
dq_flags          432 fs/quota/dquot.c 	if (!test_bit(DQ_READ_B, &dquot->dq_flags)) {
dq_flags          439 fs/quota/dquot.c 	set_bit(DQ_READ_B, &dquot->dq_flags);
dq_flags          441 fs/quota/dquot.c 	if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) {
dq_flags          460 fs/quota/dquot.c 	set_bit(DQ_ACTIVE_B, &dquot->dq_flags);
dq_flags          480 fs/quota/dquot.c 	if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags))
dq_flags          512 fs/quota/dquot.c 	clear_bit(DQ_ACTIVE_B, &dquot->dq_flags);
dq_flags          591 fs/quota/dquot.c 		if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags))
dq_flags          607 fs/quota/dquot.c 		if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
dq_flags          646 fs/quota/dquot.c 			WARN_ON(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags));
dq_flags          798 fs/quota/dquot.c 	if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
dq_flags          899 fs/quota/dquot.c 	if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
dq_flags         1116 fs/quota/dquot.c 	clear_bit(DQ_BLKS_B, &dquot->dq_flags);
dq_flags         1128 fs/quota/dquot.c 	clear_bit(DQ_INODES_B, &dquot->dq_flags);
dq_flags         1141 fs/quota/dquot.c 	clear_bit(DQ_BLKS_B, &dquot->dq_flags);
dq_flags         1159 fs/quota/dquot.c 	return test_and_set_bit(flag, &dquot->dq_flags);
dq_flags         1276 fs/quota/dquot.c 	    test_bit(DQ_FAKE_B, &dquot->dq_flags))
dq_flags         1322 fs/quota/dquot.c 	    test_bit(DQ_FAKE_B, &dquot->dq_flags))
dq_flags         1384 fs/quota/dquot.c 	if (test_bit(DQ_FAKE_B, &dquot->dq_flags) ||
dq_flags         1404 fs/quota/dquot.c 	if (test_bit(DQ_FAKE_B, &dquot->dq_flags) ||
dq_flags         2695 fs/quota/dquot.c 		set_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags);
dq_flags         2704 fs/quota/dquot.c 		set_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags);
dq_flags         2710 fs/quota/dquot.c 		set_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags);
dq_flags         2719 fs/quota/dquot.c 		set_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags);
dq_flags         2725 fs/quota/dquot.c 		set_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);
dq_flags         2731 fs/quota/dquot.c 		set_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags);
dq_flags         2738 fs/quota/dquot.c 			clear_bit(DQ_BLKS_B, &dquot->dq_flags);
dq_flags         2747 fs/quota/dquot.c 			clear_bit(DQ_INODES_B, &dquot->dq_flags);
dq_flags         2754 fs/quota/dquot.c 		clear_bit(DQ_FAKE_B, &dquot->dq_flags);
dq_flags         2756 fs/quota/dquot.c 		set_bit(DQ_FAKE_B, &dquot->dq_flags);
dq_flags          631 fs/quota/quota_tree.c 			set_bit(DQ_FAKE_B, &dquot->dq_flags);
dq_flags          648 fs/quota/quota_tree.c 		set_bit(DQ_FAKE_B, &dquot->dq_flags);
dq_flags          659 fs/quota/quota_tree.c 		set_bit(DQ_FAKE_B, &dquot->dq_flags);
dq_flags          672 fs/quota/quota_tree.c 	if (test_bit(DQ_FAKE_B, &dquot->dq_flags) &&
dq_flags           76 fs/quota/quota_v1.c 		set_bit(DQ_FAKE_B, &dquot->dq_flags);
dq_flags          289 fs/xfs/xfs_dquot.c 	struct xfs_inode	*quotip = xfs_quota_inode(mp, dqp->dq_flags);
dq_flags          296 fs/xfs/xfs_dquot.c 	if (!xfs_this_quota_on(dqp->q_mount, dqp->dq_flags)) {
dq_flags          334 fs/xfs/xfs_dquot.c 			      dqp->dq_flags & XFS_DQ_ALLTYPES, bp);
dq_flags          381 fs/xfs/xfs_dquot.c 	struct xfs_inode	*quotip = xfs_quota_inode(mp, dqp->dq_flags);
dq_flags          387 fs/xfs/xfs_dquot.c 	if (!xfs_this_quota_on(mp, dqp->dq_flags)) {
dq_flags          445 fs/xfs/xfs_dquot.c 	dqp->dq_flags = type;
dq_flags          674 fs/xfs/xfs_dquot.c 	if (dqp->dq_flags & XFS_DQ_FREEING) {
dq_flags         1096 fs/xfs/xfs_dquot.c 		dqp->dq_flags &= ~XFS_DQ_DIRTY;
dq_flags         1138 fs/xfs/xfs_dquot.c 	dqp->dq_flags &= ~XFS_DQ_DIRTY;
dq_flags           34 fs/xfs/xfs_dquot.h 	uint		 dq_flags;	/* various flags (XFS_DQ_*) */
dq_flags          145 fs/xfs/xfs_dquot.h #define XFS_DQ_IS_DIRTY(dqp)	((dqp)->dq_flags & XFS_DQ_DIRTY)
dq_flags          146 fs/xfs/xfs_dquot.h #define XFS_QM_ISUDQ(dqp)	((dqp)->dq_flags & XFS_DQ_USER)
dq_flags          147 fs/xfs/xfs_dquot.h #define XFS_QM_ISPDQ(dqp)	((dqp)->dq_flags & XFS_DQ_PROJ)
dq_flags          148 fs/xfs/xfs_dquot.h #define XFS_QM_ISGDQ(dqp)	((dqp)->dq_flags & XFS_DQ_GROUP)
dq_flags          125 fs/xfs/xfs_qm.c 	if ((dqp->dq_flags & XFS_DQ_FREEING) || dqp->q_nrefs != 0) {
dq_flags          130 fs/xfs/xfs_qm.c 	dqp->dq_flags |= XFS_DQ_FREEING;
dq_flags          471 fs/xfs/xfs_qm.c 	dqp->dq_flags |= XFS_DQ_FREEING;
dq_flags         1105 fs/xfs/xfs_qm.c 	dqp->dq_flags |= XFS_DQ_DIRTY;
dq_flags         1211 fs/xfs/xfs_qm.c 	if (dqp->dq_flags & XFS_DQ_FREEING)
dq_flags          101 fs/xfs/xfs_qm.h xfs_quota_inode(xfs_mount_t *mp, uint dq_flags)
dq_flags          103 fs/xfs/xfs_qm.h 	switch (dq_flags & XFS_DQ_ALLTYPES) {
dq_flags          529 fs/xfs/xfs_qm_syscalls.c 	dqp->dq_flags |= XFS_DQ_DIRTY;
dq_flags          874 fs/xfs/xfs_trace.h 		__entry->flags = dqp->dq_flags;
dq_flags          394 fs/xfs/xfs_trans_dquot.c 			dqp->dq_flags |= XFS_DQ_DIRTY;
dq_flags          554 fs/xfs/xfs_trans_dquot.c 	if (dqp->dq_flags & XFS_DQ_PROJ)
dq_flags          556 fs/xfs/xfs_trans_dquot.c 	else if (dqp->dq_flags & XFS_DQ_USER)
dq_flags          305 include/linux/quota.h 	unsigned long dq_flags;		/* See DQ_* */
dq_flags           53 include/linux/quotaops.h 	WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags));
dq_flags           60 include/linux/quotaops.h 	if (test_bit(DQ_MOD_B, &dquot->dq_flags))