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

/linux-master/include/uapi/linux/
H A Dquota.h96 QIF_BTIME_B, enumerator in enum:__anon477
104 #define QIF_BTIME (1 << QIF_BTIME_B)
/linux-master/fs/ocfs2/
H A Dquota_global.c89 if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags))
532 if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags) &&
564 __clear_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);
923 (1 << (DQ_LASTSET_B + QIF_BTIME_B)) |
/linux-master/fs/quota/
H A Ddquot.c2777 set_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags);

Completed in 116 milliseconds