Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dfs_context.c178 int generic_parse_monolithic(struct fs_context *fc, void *data) in generic_parse_monolithic() function
209 EXPORT_SYMBOL(generic_parse_monolithic);
647 monolithic_mount_data = generic_parse_monolithic; in parse_monolithic_mount_data()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_context.h139 extern int generic_parse_monolithic(struct fs_context *fc, void *data);
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dsuper.c391 return generic_parse_monolithic(fc, data); in vboxsf_parse_monolithic()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmount_api.rst196 a page of data can be parsed with generic_parse_monolithic().
274 generic_parse_monolithic().
518 int generic_parse_monolithic(struct fs_context *fc, void *data);
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfs_context.c1025 return generic_parse_monolithic(fc, data); in nfs23_parse_monolithic()
1134 return generic_parse_monolithic(fc, data); in nfs4_parse_monolithic()