Home
last modified time | relevance | path

Searched refs:match_fourchar (Results 1 – 2 of 2) sorted by relevance

/linux/fs/hfsplus/
A Doptions.c64 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()
/linux/fs/hfs/
A Dsuper.c209 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 4 milliseconds