Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c91 static int ext4_parse_param(struct fs_context *fc, struct fs_parameter *param);
126 .parse_param = ext4_parse_param,
2134 static int ext4_parse_param(struct fs_context *fc, struct fs_parameter *param) in ext4_parse_param() function
2461 ret = ext4_parse_param(fc, &param); in parse_options()