Home
last modified time | relevance | path

Searched refs:parse_monolithic_mount_data (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/
Dinternal.h54 extern int parse_monolithic_mount_data(struct fs_context *, void *);
Dfs_context.c696 int parse_monolithic_mount_data(struct fs_context *fc, void *data) in parse_monolithic_mount_data() function
Dsuper.c998 if (parse_monolithic_mount_data(fc, NULL) == 0) in do_emergency_remount_callback()
1486 ret = parse_monolithic_mount_data(fc, data); in reconfigure_single()
Dnamespace.c990 ret = parse_monolithic_mount_data(fc, data); in vfs_kern_mount()
1496 ret = parse_monolithic_mount_data(fc, NULL); in do_umount_root()
2548 err = parse_monolithic_mount_data(fc, data); in do_remount()
2818 err = parse_monolithic_mount_data(fc, data); in do_new_mount()