Home
last modified time | relevance | path

Searched refs:DQ_RELEASING_B (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dquota.h288 #define DQ_RELEASING_B 6 /* dquot is in releasing_dquots list waiting macro
/openbmc/linux/fs/quota/
H A Ddquot.c323 set_bit(DQ_RELEASING_B, &dquot->dq_flags); in put_releasing_dquots()
331 if (!test_bit(DQ_RELEASING_B, &dquot->dq_flags)) in remove_free_dquot()
334 clear_bit(DQ_RELEASING_B, &dquot->dq_flags); in remove_free_dquot()
611 if (test_bit(DQ_RELEASING_B, &dquot->dq_flags)) { in invalidate_dquots()
707 if (test_bit(DQ_RELEASING_B, &dquot->dq_flags)) { in dquot_writeback_dquots()