Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c647 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots()
680 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots()
721 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync()
789 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput()
870 if (!sb_has_quota_active(sb, qid.type)) in dqget()
875 if (!sb_has_quota_active(sb, qid.type)) { in dqget()
1475 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize()
1517 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize()
1566 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed()
2012 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer()
[all …]
H A Dquota.c108 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dsuper.c267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c2591 if (!sb_has_quota_active(sb, cnt)) in f2fs_quota_sync()