Searched refs:qf_names (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | super.c | 1127 char **qf_names, in reiserfs_parse_options() 1261 if (qf_names[qtype] != in reiserfs_parse_options() 1263 kfree(qf_names[qtype]); in reiserfs_parse_options() 1264 qf_names[qtype] = NULL; in reiserfs_parse_options() 1281 qf_names[qtype] = kstrdup(arg, GFP_KERNEL); in reiserfs_parse_options() 1282 if (!qf_names[qtype]) { in reiserfs_parse_options() 1331 && (qf_names[USRQUOTA] || qf_names[GRPQUOTA])) { in reiserfs_parse_options() 1416 static void handle_quota_files(struct super_block *s, char **qf_names, in handle_quota_files() argument 1422 if (qf_names[ in handle_quota_files() 1111 reiserfs_parse_options(struct super_block *s, char *options, unsigned long *mount_options, unsigned long *blocks, char **jdev_name, unsigned int *commit_max_age, char **qf_names, unsigned int *qfmt) reiserfs_parse_options() argument 1441 char *qf_names[REISERFS_MAXQUOTAS]; reiserfs_remount() local 1903 char *qf_names[REISERFS_MAXQUOTAS] = {}; reiserfs_fill_super() local [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | super.c | 1127 char **qf_names, in reiserfs_parse_options() 1259 if (qf_names[qtype] != in reiserfs_parse_options() 1261 kfree(qf_names[qtype]); in reiserfs_parse_options() 1262 qf_names[qtype] = NULL; in reiserfs_parse_options() 1279 qf_names[qtype] = kstrdup(arg, GFP_KERNEL); in reiserfs_parse_options() 1280 if (!qf_names[qtype]) { in reiserfs_parse_options() 1329 && (qf_names[USRQUOTA] || qf_names[GRPQUOTA])) { in reiserfs_parse_options() 1414 static void handle_quota_files(struct super_block *s, char **qf_names, in handle_quota_files() argument 1420 if (qf_names[ in handle_quota_files() 1111 reiserfs_parse_options(struct super_block *s, char *options, unsigned long *mount_options, unsigned long *blocks, char **jdev_name, unsigned int *commit_max_age, char **qf_names, unsigned int *qfmt) reiserfs_parse_options() argument 1439 char *qf_names[REISERFS_MAXQUOTAS]; reiserfs_remount() local 1901 char *qf_names[REISERFS_MAXQUOTAS] = {}; reiserfs_fill_super() local [all...] |
Completed in 5 milliseconds