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

/linux-master/include/linux/
H A Dquotaops.h399 unsigned int qtype_enforce_flag(int type);
/linux-master/fs/quota/
H A Dquota.c73 unsigned int qtype_enforce_flag(int type) function
92 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type));
103 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type));
H A Ddquot.c2591 if (!(flags & qtype_enforce_flag(type)))
2610 if (flags & qtype_enforce_flag(type))
2639 flags &= ~qtype_enforce_flag(type);
2644 if (flags & qtype_enforce_flag(type)) {
2654 if (flags & qtype_enforce_flag(type)) {

Completed in 133 milliseconds