Searched refs:parse_monolithic_mount_data (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | internal.h | 66 extern int parse_monolithic_mount_data(struct fs_context *, void *);
|
H A D | super.c | 1010 if (parse_monolithic_mount_data(fc, NULL) == 0) in do_emergency_remount_callback() 1500 ret = parse_monolithic_mount_data(fc, data); in reconfigure_single()
|
H A D | fs_context.c | 660 int parse_monolithic_mount_data(struct fs_context *fc, void *data) in parse_monolithic_mount_data() function
|
H A D | namespace.c | 1007 ret = parse_monolithic_mount_data(fc, data); in vfs_kern_mount() 1550 ret = parse_monolithic_mount_data(fc, NULL); in do_umount_root() 2637 err = parse_monolithic_mount_data(fc, data); in do_remount() 2907 err = parse_monolithic_mount_data(fc, data); in do_new_mount()
|
/kernel/linux/linux-6.6/fs/ |
H A D | internal.h | 47 extern int parse_monolithic_mount_data(struct fs_context *, void *);
|
H A D | fs_context.c | 711 int parse_monolithic_mount_data(struct fs_context *fc, void *data) in parse_monolithic_mount_data() function
|
H A D | namespace.c | 1140 ret = parse_monolithic_mount_data(fc, data); in vfs_kern_mount() 1697 ret = parse_monolithic_mount_data(fc, NULL); in do_umount_root() 2882 err = parse_monolithic_mount_data(fc, data); in do_remount() 3342 err = parse_monolithic_mount_data(fc, data); in do_new_mount()
|
H A D | super.c | 1181 if (parse_monolithic_mount_data(fc, NULL) == 0) in do_emergency_remount_callback() 1691 ret = parse_monolithic_mount_data(fc, data); in reconfigure_single()
|
Completed in 19 milliseconds