Searched refs:DQ_ACTIVE_B (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | dquot.c | 356 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_mark_dquot_dirty() 445 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire() 464 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire() 487 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_commit() 522 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release() 602 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) in dquot_scan_active() 617 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dquot_scan_active() 656 WARN_ON(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dquot_writeback_dquots() 812 if (test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dqput() 913 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)) { in dqget()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | quota.h | 287 #define DQ_ACTIVE_B 5 /* dquot is active (dquot_release not called) */ macro
|
| H A D | quotaops.h | 50 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | quota_global.c | 775 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_release_dquot() 869 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_acquire_dquot()
|