Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ext4/
Dsuper.c91 static int ext4_parse_param(struct fs_context *fc, struct fs_parameter *param);
126 .parse_param = ext4_parse_param,
2129 static int ext4_parse_param(struct fs_context *fc, struct fs_parameter *param) in ext4_parse_param() function
2456 ret = ext4_parse_param(fc, &param); in parse_options()