Home
last modified time | relevance | path

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

/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()
/linux/include/linux/
H A Dfs_context.h141 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/fs/nfs/
H A Dfs_context.c1192 return generic_parse_monolithic(fc, data); in nfs23_parse_monolithic()
1301 return generic_parse_monolithic(fc, data); in nfs4_parse_monolithic()