Searched refs:sb_has_quota_active (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/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() 1547 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1589 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1638 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed() 2090 if (!sb_has_quota_active(inod in __dquot_transfer() [all...] |
H A D | quota.c | 108 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | dquot.c | 696 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots() 729 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots() 770 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync() 878 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput() 940 if (!sb_has_quota_active(sb, qid.type)) in dqget() 945 if (!sb_has_quota_active(sb, qid.type)) { in dqget() 1496 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1538 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1591 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed() 2046 if (!sb_has_quota_active(inod in __dquot_transfer() [all...] |
H A D | quota.c | 111 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | quotaops.h | 164 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function 209 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/mm/ |
H A D | shmem_quota.c | 125 if (!sb_has_quota_active(sb, qid->type)) in shmem_get_next_id()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | super.c | 267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | super.c | 267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | super.c | 2322 if (!sb_has_quota_active(sb, cnt)) in f2fs_quota_sync()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | super.c | 2930 if (!sb_has_quota_active(sb, cnt)) in f2fs_quota_sync()
|
Completed in 33 milliseconds