Home
last modified time | relevance | path

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

/linux/include/linux/
A Dquotaops.h137 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
185 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
/linux/fs/quota/
A Ddquot.c1298 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in dquot_add_inodes()
1344 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in dquot_add_space()
1409 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free()
2596 if (sb_has_quota_limits_enabled(sb, type)) { in dquot_quota_enable()
2634 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable()
2851 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()
/linux/fs/f2fs/
A Dsuper.c1840 sb_has_quota_limits_enabled(sb, PRJQUOTA)) { in f2fs_statfs()
/linux/fs/ext4/
A Dsuper.c6826 sb_has_quota_limits_enabled(sb, PRJQUOTA)) in ext4_statfs()

Completed in 29 milliseconds