Searched refs:sb_has_quota_active (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/quota/ |
D | dquot.c | 617 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots() 645 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots() 683 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync() 755 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput() 837 if (!sb_has_quota_active(sb, qid.type)) in dqget() 842 if (!sb_has_quota_active(sb, qid.type)) { in dqget() 1421 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1454 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1897 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer() 2655 if (!sb_has_quota_active(sb, type)) in dquot_get_state() [all …]
|
D | quota.c | 108 if (!sb_has_quota_active(sb, type)) { in quota_getfmt()
|
/linux-4.1.27/include/linux/ |
D | quotaops.h | 152 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function 198 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 235 if (sb_has_quota_active(s, i)) { in finish_unfinished()
|