Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Ddquot.c698 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 Dquota.c111 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
/openbmc/linux/include/linux/
H A Dquotaops.h166 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 Dshmem_quota.c125 if (!sb_has_quota_active(sb, qid->type)) in shmem_get_next_id()
/openbmc/linux/fs/ocfs2/
H A Dquota_global.c889 if (!sb_has_quota_active(sb, type)) { in ocfs2_get_next_id()
/openbmc/linux/fs/reiserfs/
H A Dsuper.c267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
/openbmc/linux/fs/f2fs/
H A Dsuper.c2887 if (!sb_has_quota_active(sb, cnt)) in f2fs_quota_sync()