Searched refs:parse_monolithic (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/base/ |
| H A D | devtmpfs.c | 462 devtmpfs_context_ops.parse_monolithic = fc->ops->parse_monolithic; in devtmpfs_configure_context()
|
| /linux/fs/ |
| H A D | fs_context.c | 694 .parse_monolithic = legacy_parse_monolithic, 716 monolithic_mount_data = fc->ops->parse_monolithic; in parse_monolithic_mount_data()
|
| /linux/include/linux/ |
| H A D | fs_context.h | 119 int (*parse_monolithic)(struct fs_context *fc, void *data); member
|
| /linux/fs/coda/ |
| H A D | inode.c | 375 .parse_monolithic = coda_parse_monolithic,
|
| /linux/fs/vboxsf/ |
| H A D | super.c | 421 .parse_monolithic = vboxsf_parse_monolithic,
|
| /linux/Documentation/filesystems/ |
| H A D | mount_api.rst | 216 int (*parse_monolithic)(struct fs_context *fc, void *data); 263 int (*parse_monolithic)(struct fs_context *fc, void *data); 530 ->parse_monolithic() method is NULL.
|
| /linux/fs/overlayfs/ |
| H A D | params.c | 761 .parse_monolithic = ovl_parse_monolithic,
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 1040 .parse_monolithic = hostfs_parse_monolithic,
|
| /linux/fs/nfs/ |
| H A D | fs_context.c | 1680 .parse_monolithic = nfs_fs_context_parse_monolithic,
|
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 767 .parse_monolithic = smb3_fs_context_parse_monolithic,
|
| /linux/mm/ |
| H A D | shmem.c | 5141 .parse_monolithic = shmem_parse_monolithic,
|