Home
last modified time | relevance | path

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

/Linux-v5.4/fs/quota/
Ddquot.c637 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots()
670 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots()
706 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync()
774 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput()
855 if (!sb_has_quota_active(sb, qid.type)) in dqget()
860 if (!sb_has_quota_active(sb, qid.type)) { in dqget()
1459 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize()
1501 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize()
1550 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed()
1996 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer()
[all …]
Dquota.c109 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
/Linux-v5.4/include/linux/
Dquotaops.h155 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-v5.4/fs/reiserfs/
Dsuper.c267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
/Linux-v5.4/fs/f2fs/
Dsuper.c2010 if (!sb_has_quota_active(sb, cnt)) in f2fs_quota_sync()