Searched refs:sb_has_quota_active (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/fs/quota/ |
| D | dquot.c | 694 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots() 727 if ((cnt == type || type == -1) && sb_has_quota_active(sb, cnt) in dquot_writeback_dquots() 768 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync() 876 if (!sb_has_quota_active(dquot->dq_sb, dquot->dq_id.type) && in dqput() 938 if (!sb_has_quota_active(sb, qid.type)) in dqget() 943 if (!sb_has_quota_active(sb, qid.type)) { in dqget() 1491 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1533 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1582 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed() 2028 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer() [all …]
|
| D | quota.c | 111 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
|
| /Linux-v6.6/include/linux/ |
| 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
|
| /Linux-v6.6/mm/ |
| D | shmem_quota.c | 125 if (!sb_has_quota_active(sb, qid->type)) in shmem_get_next_id()
|
| /Linux-v6.6/fs/reiserfs/ |
| D | super.c | 267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
|
| /Linux-v6.6/fs/f2fs/ |
| D | super.c | 2891 if (!sb_has_quota_active(sb, cnt)) in f2fs_quota_sync()
|