Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfs_context.c256 int generic_parse_monolithic(struct fs_context *fc, void *data) in generic_parse_monolithic() function
260 EXPORT_SYMBOL(generic_parse_monolithic);
717 monolithic_mount_data = generic_parse_monolithic; in parse_monolithic_mount_data()
/openbmc/linux/include/linux/
H A Dfs_context.h141 extern int generic_parse_monolithic(struct fs_context *fc, void *data);
/openbmc/linux/fs/vboxsf/
H A Dsuper.c392 return generic_parse_monolithic(fc, data); in vboxsf_parse_monolithic()
/openbmc/linux/Documentation/filesystems/
H A Dmount_api.rst195 a page of data can be parsed with generic_parse_monolithic().
273 generic_parse_monolithic().
517 int generic_parse_monolithic(struct fs_context *fc, void *data);
/openbmc/linux/fs/nfs/
H A Dfs_context.c1181 return generic_parse_monolithic(fc, data); in nfs23_parse_monolithic()
1290 return generic_parse_monolithic(fc, data); in nfs4_parse_monolithic()