Home
last modified time | relevance | path

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

/linux-4.4.14/fs/quota/
Ddquot.c617 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots()
645 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots()
683 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync()
755 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput()
837 if (!sb_has_quota_active(sb, qid.type)) in dqget()
842 if (!sb_has_quota_active(sb, qid.type)) { in dqget()
1428 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize()
1470 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize()
1916 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer()
2693 if (!sb_has_quota_active(sb, type)) in dquot_get_state()
[all …]
Dquota.c108 if (!sb_has_quota_active(sb, type)) { in quota_getfmt()
/linux-4.4.14/include/linux/
Dquotaops.h152 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function
198 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function
/linux-4.4.14/fs/reiserfs/
Dsuper.c236 if (sb_has_quota_active(s, i)) { in finish_unfinished()