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

/linux-4.1.27/fs/hfsplus/
H A Doptions.c63 static inline int match_fourchar(substring_t *arg, u32 *result) match_fourchar() function
115 if (match_fourchar(&args[0], &sbi->creator)) { hfsplus_parse_options()
121 if (match_fourchar(&args[0], &sbi->type)) { hfsplus_parse_options()
/linux-4.1.27/fs/hfs/
H A Dsuper.c215 static inline int match_fourchar(substring_t *arg, u32 *result) match_fourchar() function
311 if (match_fourchar(&args[0], &hsb->s_type)) { parse_options()
317 if (match_fourchar(&args[0], &hsb->s_creator)) { parse_options()

Completed in 121 milliseconds