Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
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()
/linux-6.12.1/include/linux/
Dfs_context.h139 int vfs_parse_monolithic_sep(struct fs_context *fc, void *data,
/linux-6.12.1/fs/overlayfs/
Dparams.c186 return vfs_parse_monolithic_sep(fc, data, ovl_next_opt); in ovl_parse_monolithic()