Searched refs:sb_has_quota_limits_enabled (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | quotaops.h | 137 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-6.3-rc2/fs/quota/ |
A D | dquot.c | 1287 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in dquot_add_inodes() 1333 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in dquot_add_space() 1398 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free() 2548 if (sb_has_quota_limits_enabled(sb, type)) { in dquot_quota_enable() 2588 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable() 2803 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | super.c | 1784 sb_has_quota_limits_enabled(sb, PRJQUOTA)) { in f2fs_statfs()
|
/linux-6.3-rc2/fs/ext4/ |
A D | super.c | 6725 sb_has_quota_limits_enabled(sb, PRJQUOTA)) in ext4_statfs()
|
Completed in 28 milliseconds