Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_parser.c138 * fs_lookup_param - Look up a path referred to by a parameter
145 int fs_lookup_param(struct fs_context *fc, in fs_lookup_param() function
192 EXPORT_SYMBOL(fs_lookup_param);
/linux/include/linux/
H A Dfs_parser.h79 extern int fs_lookup_param(struct fs_context *fc,
/linux/Documentation/filesystems/
H A Dmount_api.rst256 The parameter can be parsed with fs_parse() and fs_lookup_param(). Note
792 int fs_lookup_param(struct fs_context *fc,
/linux/fs/ext4/
H A Dsuper.c2290 error = fs_lookup_param(fc, param, 1, LOOKUP_FOLLOW, &path); in ext4_parse_param()