Searched refs:sb_has_quota_active (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/quota/ |
D | dquot.c | 631 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots() 664 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots() 700 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync() 768 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput() 849 if (!sb_has_quota_active(sb, qid.type)) in dqget() 854 if (!sb_has_quota_active(sb, qid.type)) { in dqget() 1449 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1491 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1540 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed() 1988 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer() [all …]
|
D | quota.c | 109 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
|
/Linux-v4.19/include/linux/ |
D | quotaops.h | 155 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function 200 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function
|
/Linux-v4.19/fs/reiserfs/ |
D | super.c | 267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 1807 if (!sb_has_quota_active(sb, cnt)) in f2fs_quota_sync()
|