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

/linux-master/fs/
H A Dfs_context.c246 * generic_parse_monolithic - Parse key[=val][,key[=val]]* mount data
256 int generic_parse_monolithic(struct fs_context *fc, void *data) function
260 EXPORT_SYMBOL(generic_parse_monolithic); variable
717 monolithic_mount_data = generic_parse_monolithic;
/linux-master/include/linux/
H A Dfs_context.h141 extern int generic_parse_monolithic(struct fs_context *fc, void *data);
/linux-master/fs/vboxsf/
H A Dsuper.c391 return generic_parse_monolithic(fc, data);
/linux-master/fs/nfs/
H A Dfs_context.c1179 return generic_parse_monolithic(fc, data);
1288 return generic_parse_monolithic(fc, data);

Completed in 710 milliseconds