Searched refs:sb_has_quota_limits_enabled (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | quotaops.h | 135 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function 183 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
|
/kernel/linux/linux-6.6/include/linux/ |
H 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
|
/kernel/linux/linux-5.10/fs/quota/ |
H A D | dquot.c | 1361 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in dquot_add_inodes() 1407 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in dquot_add_space() 1472 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free() 2644 if (sb_has_quota_limits_enabled(sb, type)) { in dquot_quota_enable() 2684 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable() 2899 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | dquot.c | 1309 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in dquot_add_inodes() 1355 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in dquot_add_space() 1420 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free() 2607 if (sb_has_quota_limits_enabled(sb, type)) { in dquot_quota_enable() 2647 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable() 2862 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | super.c | 1524 sb_has_quota_limits_enabled(sb, PRJQUOTA)) { in f2fs_statfs()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | super.c | 1880 sb_has_quota_limits_enabled(sb, PRJQUOTA)) { in f2fs_statfs()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 6225 sb_has_quota_limits_enabled(sb, PRJQUOTA)) in ext4_statfs()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 6838 sb_has_quota_limits_enabled(sb, PRJQUOTA)) in ext4_statfs()
|
Completed in 35 milliseconds