Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_context.c239 int generic_parse_monolithic(struct fs_context *fc, void *data) in generic_parse_monolithic() function
243 EXPORT_SYMBOL(generic_parse_monolithic);
518 monolithic_mount_data = generic_parse_monolithic; in parse_monolithic_mount_data()
/linux/include/linux/
H A Dfs_context.h146 extern int generic_parse_monolithic(struct fs_context *fc, void *data);
/linux/fs/vboxsf/
H A Dsuper.c383 return generic_parse_monolithic(fc, data); in vboxsf_parse_monolithic()
/linux/Documentation/filesystems/
H A Dmount_api.rst195 a page of data can be parsed with generic_parse_monolithic().
273 generic_parse_monolithic().
523 int generic_parse_monolithic(struct fs_context *fc, void *data);
/linux/fs/nfs/
H A Dfs_context.c1294 return generic_parse_monolithic(fc, data); in nfs23_parse_monolithic()
1403 return generic_parse_monolithic(fc, data); in nfs4_parse_monolithic()