Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dquotaops.h147 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function
192 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function
/linux-2.6.39/fs/quota/
Ddquot.c609 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync()
635 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_quota_sync()
659 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync()
735 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_type) && in dqput()
817 if (!sb_has_quota_active(sb, type)) in dqget()
822 if (!sb_has_quota_active(sb, type)) { in dqget()
1391 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize()
1774 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer()
2457 if (!sb_has_quota_active(sb, type)) { in dquot_get_dqinfo()
2480 if (!sb_has_quota_active(sb, type)) { in dquot_set_dqinfo()
Dquota.c83 if (!sb_has_quota_active(sb, type)) { in quota_getfmt()
/linux-2.6.39/fs/reiserfs/
Dsuper.c186 if (sb_has_quota_active(s, i)) { in finish_unfinished()