Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfs_context.c206 int vfs_parse_monolithic_sep(struct fs_context *fc, void *data, in vfs_parse_monolithic_sep() function
238 EXPORT_SYMBOL(vfs_parse_monolithic_sep);
258 return vfs_parse_monolithic_sep(fc, data, vfs_parse_comma_sep); in generic_parse_monolithic()
/openbmc/linux/include/linux/
H A Dfs_context.h139 int vfs_parse_monolithic_sep(struct fs_context *fc, void *data,
/openbmc/linux/fs/overlayfs/
H A Dparams.c190 return vfs_parse_monolithic_sep(fc, data, ovl_next_opt); in ovl_parse_monolithic()