Searched refs:vfs_parse_monolithic_sep (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ |
H A D | fs_context.c | 195 * vfs_parse_monolithic_sep - Parse key[=val][,key[=val]]* mount data 206 int vfs_parse_monolithic_sep(struct fs_context *fc, void *data, in vfs_parse_monolithic_sep() function 238 EXPORT_SYMBOL(vfs_parse_monolithic_sep); 258 return vfs_parse_monolithic_sep(fc, data, vfs_parse_comma_sep); in generic_parse_monolithic()
|
/linux/include/linux/ |
H A D | fs_context.h | 139 int vfs_parse_monolithic_sep(struct fs_context *fc, void *data,
|
/linux/fs/overlayfs/ |
H A D | params.c | 188 return vfs_parse_monolithic_sep(fc, data, ovl_next_opt); in ovl_parse_monolithic()
|
/linux/mm/ |
H A D | shmem.c | 4850 return vfs_parse_monolithic_sep(fc, data, shmem_next_opt); in shmem_parse_monolithic()
|