Home
last modified time | relevance | path

Searched refs:sb_has_quota_suspended (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dquotaops.h141 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() function
167 !sb_has_quota_suspended(sb, type); in sb_has_quota_active()
188 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() function
/kernel/linux/linux-6.6/include/linux/
H A Dquotaops.h143 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() function
169 !sb_has_quota_suspended(sb, type); in sb_has_quota_active()
190 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() function
/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c2326 sb_has_quota_suspended(sb, cnt)) { in dquot_disable()
2562 if (!sb_has_quota_suspended(sb, cnt)) in dquot_resume()
/kernel/linux/linux-6.6/fs/quota/
H A Ddquot.c2290 sb_has_quota_suspended(sb, cnt)) { in dquot_disable()
2525 if (!sb_has_quota_suspended(sb, cnt)) in dquot_resume()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuper.c958 if (!sb_has_quota_suspended(sb, type)) { in ocfs2_disable_quotas()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dsuper.c955 if (!sb_has_quota_suspended(sb, type)) { in ocfs2_disable_quotas()

Completed in 14 milliseconds