Home
last modified time | relevance | path

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

/linux-6.1.9/fs/quota/
Dquota.c73 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag() function
92 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon()
103 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()
Ddquot.c2541 if (!(flags & qtype_enforce_flag(type))) in dquot_quota_enable()
2560 if (flags & qtype_enforce_flag(type)) in dquot_quota_enable()
2589 flags &= ~qtype_enforce_flag(type); in dquot_quota_disable()
2594 if (flags & qtype_enforce_flag(type)) { in dquot_quota_disable()
2604 if (flags & qtype_enforce_flag(type)) { in dquot_quota_disable()
/linux-6.1.9/include/linux/
Dquotaops.h404 unsigned int qtype_enforce_flag(int type);