Searched refs:sb_has_quota_limits_enabled (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | quotaops.h | 126 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function 174 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() function
|
/Linux-v4.19/fs/quota/ |
D | dquot.c | 1263 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in dquot_add_inodes() 1309 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in dquot_add_space() 1374 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free() 2480 sb_has_quota_limits_enabled(sb, type)) in dquot_enable() 2578 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable() 2791 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 1219 sb_has_quota_limits_enabled(sb, PRJQUOTA)) { in f2fs_statfs()
|
/Linux-v4.19/fs/ext4/ |
D | super.c | 5440 sb_has_quota_limits_enabled(sb, PRJQUOTA)) in ext4_statfs()
|