Home
last modified time | relevance | path

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

/include/linux/
Dquota.h287 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ macro
Dquotaops.h53 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab()