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

/linux-master/include/uapi/linux/
H A Dquota.h93 QIF_SPACE_B, enumerator in enum:__anon477
101 #define QIF_SPACE (1 << QIF_SPACE_B)
/linux-master/fs/ocfs2/
H A Dquota_global.c87 if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags))
525 if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags))
560 __clear_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags);
922 (1 << (DQ_LASTSET_B + QIF_SPACE_B)) |
/linux-master/fs/quota/
H A Ddquot.c2747 set_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags);

Completed in 136 milliseconds