Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dquotaops.h401 unsigned int qtype_enforce_flag(int type);
/kernel/linux/linux-6.6/include/linux/
H A Dquotaops.h404 unsigned int qtype_enforce_flag(int type);
/kernel/linux/linux-5.10/fs/quota/
H A Dquota.c70 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag() function
89 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon()
100 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()
H A Ddquot.c2637 if (!(flags & qtype_enforce_flag(type))) in dquot_quota_enable()
2656 if (flags & qtype_enforce_flag(type)) in dquot_quota_enable()
2685 flags &= ~qtype_enforce_flag(type); in dquot_quota_disable()
2690 if (flags & qtype_enforce_flag(type)) { in dquot_quota_disable()
2700 if (flags & qtype_enforce_flag(type)) { in dquot_quota_disable()
/kernel/linux/linux-6.6/fs/quota/
H A 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()
H A Ddquot.c2600 if (!(flags & qtype_enforce_flag(type))) in dquot_quota_enable()
2619 if (flags & qtype_enforce_flag(type)) in dquot_quota_enable()
2648 flags &= ~qtype_enforce_flag(type); in dquot_quota_disable()
2653 if (flags & qtype_enforce_flag(type)) { in dquot_quota_disable()
2663 if (flags & qtype_enforce_flag(type)) { in dquot_quota_disable()

Completed in 11 milliseconds