Searched refs:DQ_LASTSET_B (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Dquota_global.c77 if (!test_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags)) {
81 if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags))
83 if (!test_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags)) {
87 if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags))
89 if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags))
91 if (!test_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags))
525 if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags))
527 if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags))
532 if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags) &&
547 if (!test_bit(DQ_LASTSET_B
[all...]
/linux-master/include/linux/
H A Dquota.h290 #define DQ_LASTSET_B 7 /* Following 6 bits (see QIF_) are reserved\ macro
/linux-master/fs/quota/
H A Ddquot.c2747 set_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags);
2756 set_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags);
2762 set_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags);
2771 set_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags);
2777 set_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);
2783 set_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags);

Completed in 126 milliseconds