Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfsplus/
Doptions.c63 static inline int match_fourchar(substring_t *arg, u32 *result) in match_fourchar() function
115 if (match_fourchar(&args[0], &sbi->creator)) { in hfsplus_parse_options()
121 if (match_fourchar(&args[0], &sbi->type)) { in hfsplus_parse_options()
/linux-2.6.39/fs/hfs/
Dsuper.c218 static inline int match_fourchar(substring_t *arg, u32 *result) in match_fourchar() function
306 if (match_fourchar(&args[0], &hsb->s_type)) { in parse_options()
312 if (match_fourchar(&args[0], &hsb->s_creator)) { in parse_options()