Searched refs:dquot_quota_on_mount (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | quotaops.h | 94 int dquot_quota_on_mount(struct super_block *sb, char *qf_name,
|
/Linux-v4.19/fs/quota/ |
D | dquot.c | 2496 int dquot_quota_on_mount(struct super_block *sb, char *qf_name, in dquot_quota_on_mount() function 2520 EXPORT_SYMBOL(dquot_quota_on_mount);
|
/Linux-v4.19/fs/reiserfs/ |
D | super.c | 2378 return dquot_quota_on_mount(sb, REISERFS_SB(sb)->s_qf_names[type], in reiserfs_quota_on_mount()
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 1699 return dquot_quota_on_mount(sbi->sb, F2FS_OPTION(sbi).s_qf_names[type], in f2fs_quota_on_mount()
|
/Linux-v4.19/fs/ext4/ |
D | super.c | 5548 return dquot_quota_on_mount(sb, EXT4_SB(sb)->s_qf_names[type], in ext4_quota_on_mount()
|