Symbol: DQ_LASTSET_B
fs/ocfs2/quota_global.c
528
if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags))
fs/ocfs2/quota_global.c
530
if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags))
fs/ocfs2/quota_global.c
535
if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags) &&
fs/ocfs2/quota_global.c
550
if (!test_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags) &&
fs/ocfs2/quota_global.c
563
__clear_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
564
__clear_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
565
__clear_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
566
__clear_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
567
__clear_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
568
__clear_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
77
if (!test_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags)) {
fs/ocfs2/quota_global.c
81
if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags))
fs/ocfs2/quota_global.c
83
if (!test_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags)) {
fs/ocfs2/quota_global.c
87
if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags))
fs/ocfs2/quota_global.c
89
if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags))
fs/ocfs2/quota_global.c
91
if (!test_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags))
fs/ocfs2/quota_global.c
927
unsigned long mask = (1 << (DQ_LASTSET_B + QIF_ILIMITS_B)) |
fs/ocfs2/quota_global.c
928
(1 << (DQ_LASTSET_B + QIF_BLIMITS_B)) |
fs/ocfs2/quota_global.c
929
(1 << (DQ_LASTSET_B + QIF_INODES_B)) |
fs/ocfs2/quota_global.c
930
(1 << (DQ_LASTSET_B + QIF_SPACE_B)) |
fs/ocfs2/quota_global.c
931
(1 << (DQ_LASTSET_B + QIF_BTIME_B)) |
fs/ocfs2/quota_global.c
932
(1 << (DQ_LASTSET_B + QIF_ITIME_B));
fs/quota/dquot.c
2748
set_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags);
fs/quota/dquot.c
2757
set_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags);
fs/quota/dquot.c
2763
set_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags);
fs/quota/dquot.c
2772
set_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags);
fs/quota/dquot.c
2778
set_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);
fs/quota/dquot.c
2784
set_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags);