Symbol: DQ_LASTSET_B
fs/ocfs2/quota_global.c
542
if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags))
fs/ocfs2/quota_global.c
544
if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags))
fs/ocfs2/quota_global.c
549
if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags) &&
fs/ocfs2/quota_global.c
564
if (!test_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags) &&
fs/ocfs2/quota_global.c
577
__clear_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
578
__clear_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
579
__clear_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
580
__clear_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
581
__clear_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);
fs/ocfs2/quota_global.c
582
__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
941
unsigned long mask = (1 << (DQ_LASTSET_B + QIF_ILIMITS_B)) |
fs/ocfs2/quota_global.c
942
(1 << (DQ_LASTSET_B + QIF_BLIMITS_B)) |
fs/ocfs2/quota_global.c
943
(1 << (DQ_LASTSET_B + QIF_INODES_B)) |
fs/ocfs2/quota_global.c
944
(1 << (DQ_LASTSET_B + QIF_SPACE_B)) |
fs/ocfs2/quota_global.c
945
(1 << (DQ_LASTSET_B + QIF_BTIME_B)) |
fs/ocfs2/quota_global.c
946
(1 << (DQ_LASTSET_B + QIF_ITIME_B));
fs/quota/dquot.c
2770
set_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags);
fs/quota/dquot.c
2779
set_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags);
fs/quota/dquot.c
2785
set_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags);
fs/quota/dquot.c
2794
set_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags);
fs/quota/dquot.c
2800
set_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);
fs/quota/dquot.c
2806
set_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags);