Home
last modified time | relevance | path

Searched refs:sb_has_quota_limits_enabled (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dquotaops.h138 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
186 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
/linux-4.19.296/fs/quota/
Ddquot.c1331 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in dquot_add_inodes()
1377 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in dquot_add_space()
1442 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free()
2577 sb_has_quota_limits_enabled(sb, type)) in dquot_enable()
2669 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable()
2882 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()
/linux-4.19.296/fs/f2fs/
Dsuper.c1223 sb_has_quota_limits_enabled(sb, PRJQUOTA)) { in f2fs_statfs()
/linux-4.19.296/fs/ext4/
Dsuper.c5641 sb_has_quota_limits_enabled(sb, PRJQUOTA)) in ext4_statfs()