Searched refs:sb_has_quota_loaded (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | quotaops.h | 153 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function 166 return sb_has_quota_loaded(sb, type) && in sb_has_quota_active() 199 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() function
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | dquot.c | 2227 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable() 2239 if (!sb_has_quota_loaded(sb, cnt) && in dquot_disable() 2251 if (sb_has_quota_loaded(sb, cnt) && !(flags & DQUOT_SUSPENDED)) in dquot_disable() 2287 if (!sb_has_quota_loaded(sb, cnt) && dqopt->files[cnt]) { in dquot_disable() 2300 if (!sb_has_quota_loaded(sb, cnt)) in dquot_disable() 2326 if (sb_has_quota_loaded(sb, type)) in vfs_setup_quota_inode() 2378 if (sb_has_quota_loaded(sb, type)) { in dquot_load_quota_sb()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | super.c | 1337 sb_has_quota_loaded(s, USRQUOTA)) || in reiserfs_parse_options() 1339 sb_has_quota_loaded(s, GRPQUOTA))) { in reiserfs_parse_options()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | quota_global.c | 884 if (!sb_has_quota_loaded(sb, type)) { in ocfs2_get_next_id()
|
| H A D | super.c | 957 if (!sb_has_quota_loaded(sb, type)) in ocfs2_disable_quotas()
|