Searched refs:sb_has_quota_active (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/quota/ |
| A D | dquot.c | 635 if (!sb_has_quota_active(sb, cnt)) in dquot_writeback_dquots() 704 if (!sb_has_quota_active(sb, cnt)) in dquot_quota_sync() 853 if (!sb_has_quota_active(sb, qid.type)) in dqget() 858 if (!sb_has_quota_active(sb, qid.type)) { in dqget() 1458 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1500 if (!sb_has_quota_active(sb, cnt)) in __dquot_initialize() 1549 if (!dquots[i] && sb_has_quota_active(inode->i_sb, i)) in dquot_initialize_needed() 1995 if (!sb_has_quota_active(inode->i_sb, cnt)) in __dquot_transfer() 2127 if (!sb_has_quota_active(sb, qid->type)) in dquot_get_next_id() 2769 if (!sb_has_quota_active(sb, type)) in dquot_get_state() [all …]
|
| A D | quota.c | 111 if (!sb_has_quota_active(sb, type)) in quota_getfmt()
|
| /linux/include/linux/ |
| 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
|
| /linux/fs/reiserfs/ |
| A D | super.c | 267 if (sb_has_quota_active(s, i)) { in finish_unfinished()
|
| /linux/fs/f2fs/ |
| A D | super.c | 2669 if (!sb_has_quota_active(sb, type)) in f2fs_quota_sync()
|
Completed in 26 milliseconds