Searched refs:match_fourchar (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | options.c | 64 static inline int match_fourchar(substring_t *arg, u32 *result) in match_fourchar() function 116 if (match_fourchar(&args[0], &sbi->creator)) { in hfsplus_parse_options() 122 if (match_fourchar(&args[0], &sbi->type)) { in hfsplus_parse_options()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | options.c | 64 static inline int match_fourchar(substring_t *arg, u32 *result) in match_fourchar() function 116 if (match_fourchar(&args[0], &sbi->creator)) { in hfsplus_parse_options() 122 if (match_fourchar(&args[0], &sbi->type)) { in hfsplus_parse_options()
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | super.c | 209 static inline int match_fourchar(substring_t *arg, u32 *result) in match_fourchar() function 305 if (match_fourchar(&args[0], &hsb->s_type)) { in parse_options() 311 if (match_fourchar(&args[0], &hsb->s_creator)) { in parse_options()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | super.c | 209 static inline int match_fourchar(substring_t *arg, u32 *result) in match_fourchar() function 305 if (match_fourchar(&args[0], &hsb->s_type)) { in parse_options() 311 if (match_fourchar(&args[0], &hsb->s_creator)) { in parse_options()
|
Completed in 5 milliseconds