Searched refs:sb_has_quota_active (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/quota/ |
H A D | dquot.c | 698 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots() 731 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots() 772 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync() 880 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput() 942 if (!sb_has_quota_active(sb, qid.type)) in dqget() 947 if (!sb_has_quota_active(sb, qid.type)) { in dqget() 1497 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1539 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1592 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed() 2047 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer() [all …]
|
H A D | quota.c | 111 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
|
/openbmc/linux/include/linux/ |
H A D | quotaops.h | 166 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function 211 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function
|
/openbmc/linux/mm/ |
H A D | shmem_quota.c | 125 if (!sb_has_quota_active(sb, qid->type)) in shmem_get_next_id()
|
/openbmc/linux/fs/ocfs2/ |
H A D | quota_global.c | 889 if (!sb_has_quota_active(sb, type)) { in ocfs2_get_next_id()
|
/openbmc/linux/fs/reiserfs/ |
H A D | super.c | 267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
|
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 2887 if (!sb_has_quota_active(sb, cnt)) in f2fs_quota_sync()
|