Home
last modified time | relevance | path

Searched refs:sb_has_quota_active (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/quota/
Ddquot.c635 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots()
668 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots()
704 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync()
772 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput()
853 if (!sb_has_quota_active(sb, qid.type)) in dqget()
858 if (!sb_has_quota_active(sb, qid.type)) { in dqget()
1458 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize()
1500 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize()
1549 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed()
1995 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer()
[all …]
Dquota.c110 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
/Linux-v5.15/include/linux/
Dquotaops.h164 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
/Linux-v5.15/fs/reiserfs/
Dsuper.c267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
/Linux-v5.15/fs/f2fs/
Dsuper.c2650 if (!sb_has_quota_active(sb, type)) in f2fs_quota_sync()