Searched refs:sb_has_quota_active (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dquotaops.h166 static inline bool sb_has_quota_active(struct super_block *sb, int type) function
211 static inline int sb_has_quota_active(struct super_block *sb, int type) function
/linux-master/fs/quota/
H A Ddquot.c696 if (!sb_has_quota_active(sb, cnt))
729 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt)
770 if (!sb_has_quota_active(sb, cnt))
872 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) &&
931 if (!sb_has_quota_active(sb, qid.type))
936 if (!sb_has_quota_active(sb, qid.type)) {
1486 if (!sb_has_quota_active(sb, cnt))
1528 if (!sb_has_quota_active(sb, cnt))
1581 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i))
2036 if (!sb_has_quota_active(inod
[all...]
H A Dquota.c111 if (!sb_has_quota_active(sb, type))
/linux-master/mm/
H A Dshmem_quota.c125 if (!sb_has_quota_active(sb, qid->type))
H A Dshmem.c4296 if (sb_has_quota_active(root->d_sb, USRQUOTA))
4298 if (sb_has_quota_active(root->d_sb, GRPQUOTA))
/linux-master/fs/reiserfs/
H A Dsuper.c267 if (sb_has_quota_active(s, i)) {
/linux-master/fs/f2fs/
H A Dsuper.c2874 if (!sb_has_quota_active(sb, cnt))

Completed in 278 milliseconds