Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dquota.h288 #define DQ_RELEASING_B 6 /* dquot is in releasing_dquots list waiting macro
/linux-6.15/fs/quota/
H A Ddquot.c321 set_bit(DQ_RELEASING_B, &dquot->dq_flags); in put_releasing_dquots()
329 if (!test_bit(DQ_RELEASING_B, &dquot->dq_flags)) in remove_free_dquot()
332 clear_bit(DQ_RELEASING_B, &dquot->dq_flags); in remove_free_dquot()
609 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()