Searched refs:DQ_ACTIVE_B (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dquota.h277 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dquota.h277 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/quota/
H A Ddquot.c414 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) {
428 set_bit(DQ_ACTIVE_B, &dquot->dq_flags);
453 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
491 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags);
574 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags))
618 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
743 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && dquot_dirty(dquot)) {
763 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
860 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/quota/
H A Ddquot.c414 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) {
428 set_bit(DQ_ACTIVE_B, &dquot->dq_flags);
453 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
491 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags);
574 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags))
618 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
743 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && dquot_dirty(dquot)) {
763 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) {
860 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dquota_global.c720 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags);
811 set_bit(DQ_ACTIVE_B, &dquot->dq_flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dquota_global.c720 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags);
811 set_bit(DQ_ACTIVE_B, &dquot->dq_flags);

Completed in 129 milliseconds