Searched refs:sb_has_quota_active (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | dquot.c | 647 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots() 680 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots() 721 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync() 789 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput() 870 if (!sb_has_quota_active(sb, qid.type)) in dqget() 875 if (!sb_has_quota_active(sb, qid.type)) { in dqget() 1475 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1517 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1566 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed() 2012 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer() [all …]
|
| H A D | quota.c | 108 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | quotaops.h | 164 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function 209 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | super.c | 267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | super.c | 2591 if (!sb_has_quota_active(sb, cnt)) in f2fs_quota_sync()
|