Home
last modified time | relevance | path

Searched refs:DQ_BLKS_B (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dquota.h283 #define DQ_BLKS_B 1 /* uid/gid has been warned about blk limit */ macro
/openbmc/linux/fs/quota/
H A Ddquot.c1151 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in dquot_free_reserved_space()
1176 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in dquot_decr_space()
1188 warntype == QUOTA_NL_BSOFTLONGWARN) ? DQ_BLKS_B : in warning_issued()
2800 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in do_set_dqblk()
/openbmc/linux/fs/ocfs2/
H A Dquota_global.c539 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in __ocfs2_sync_dquot()