Searched refs:vfs_parse_monolithic_sep (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ |
| H A D | fs_context.c | 191 int vfs_parse_monolithic_sep(struct fs_context *fc, void *data, in vfs_parse_monolithic_sep() function 221 EXPORT_SYMBOL(vfs_parse_monolithic_sep); 241 return vfs_parse_monolithic_sep(fc, data, vfs_parse_comma_sep); in generic_parse_monolithic()
|
| /linux/include/linux/ |
| H A D | fs_context.h | 144 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 | 4804 return vfs_parse_monolithic_sep(fc, data, shmem_next_opt); in shmem_parse_monolithic()
|