Searched refs:sb_has_quota_suspended (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | quotaops.h | 141 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 D | quotaops.h | 143 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 D | dquot.c | 2326 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 D | dquot.c | 2290 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 D | super.c | 958 if (!sb_has_quota_suspended(sb, type)) { in ocfs2_disable_quotas()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | super.c | 955 if (!sb_has_quota_suspended(sb, type)) { in ocfs2_disable_quotas()
|
Completed in 14 milliseconds