Searched refs:sb_has_quota_active (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/quota/ |
D | dquot.c | 645 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots() 678 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots() 719 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync() 787 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput() 868 if (!sb_has_quota_active(sb, qid.type)) in dqget() 873 if (!sb_has_quota_active(sb, qid.type)) { in dqget() 1473 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1515 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1564 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed() 2010 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer() [all …]
|
D | quota.c | 111 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
|
/linux-6.1.9/include/linux/ |
D | quotaops.h | 166 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function 211 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function
|
/linux-6.1.9/fs/reiserfs/ |
D | super.c | 267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
|
/linux-6.1.9/fs/f2fs/ |
D | super.c | 2734 if (!sb_has_quota_active(sb, cnt)) in f2fs_quota_sync()
|