Searched refs:parse_monolithic (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/include/linux/ |
D | fs_context.h | 119 int (*parse_monolithic)(struct fs_context *fc, void *data); member
|
/linux-6.12.1/fs/ |
D | fs_context.c | 693 .parse_monolithic = legacy_parse_monolithic, 715 monolithic_mount_data = fc->ops->parse_monolithic; in parse_monolithic_mount_data()
|
/linux-6.12.1/fs/coda/ |
D | inode.c | 375 .parse_monolithic = coda_parse_monolithic,
|
/linux-6.12.1/fs/vboxsf/ |
D | super.c | 421 .parse_monolithic = vboxsf_parse_monolithic,
|
/linux-6.12.1/Documentation/filesystems/ |
D | mount_api.rst | 216 int (*parse_monolithic)(struct fs_context *fc, void *data); 263 int (*parse_monolithic)(struct fs_context *fc, void *data); 522 ->parse_monolithic() method is NULL.
|
/linux-6.12.1/fs/overlayfs/ |
D | params.c | 663 .parse_monolithic = ovl_parse_monolithic,
|
/linux-6.12.1/fs/hostfs/ |
D | hostfs_kern.c | 1041 .parse_monolithic = hostfs_parse_monolithic,
|
/linux-6.12.1/fs/nfs/ |
D | fs_context.c | 1579 .parse_monolithic = nfs_fs_context_parse_monolithic,
|
/linux-6.12.1/fs/smb/client/ |
D | fs_context.c | 632 .parse_monolithic = smb3_fs_context_parse_monolithic,
|
/linux-6.12.1/mm/ |
D | shmem.c | 4750 .parse_monolithic = shmem_parse_options,
|