Home
last modified time | relevance | path

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

/fs/quota/
Dquota.c71 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag() function
90 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon()
101 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()
Ddquot.c2533 if (!(flags & qtype_enforce_flag(type))) in dquot_quota_enable()
2548 if (flags & qtype_enforce_flag(type)) in dquot_quota_enable()
2577 flags &= ~qtype_enforce_flag(type); in dquot_quota_disable()
2582 if (flags & qtype_enforce_flag(type)) { in dquot_quota_disable()
2592 if (flags & qtype_enforce_flag(type)) in dquot_quota_disable()