Home
last modified time | relevance | path

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

/openbmc/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,
2138 static int ext4_parse_param(struct fs_context *fc, struct fs_parameter *param) in ext4_parse_param() function
2479 ret = ext4_parse_param(fc, &param); in parse_options()