Searched refs:sb_has_quota_limits_enabled (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | dquot.c | 1289 if (!sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type) || in dquot_add_inodes() 1335 if (!sb_has_quota_limits_enabled(sb, dquot->dq_id.type) || in dquot_add_space() 1400 !sb_has_quota_limits_enabled(dquot->dq_sb, dquot->dq_id.type)) in info_idq_free() 2541 if (sb_has_quota_limits_enabled(sb, type)) { in dquot_quota_enable() 2581 if (!sb_has_quota_limits_enabled(sb, type)) in dquot_quota_disable() 2796 if (sb_has_quota_limits_enabled(sb, type)) in dquot_get_state()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | super.c | 1691 sb_has_quota_limits_enabled(sb, PRJQUOTA)) { in f2fs_statfs()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | super.c | 6168 sb_has_quota_limits_enabled(sb, PRJQUOTA)) in ext4_statfs()
|