Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_context.c512 int parse_monolithic_mount_data(struct fs_context *fc, void *data) in parse_monolithic_mount_data() function
H A Dnamespace.c1229 ret = parse_monolithic_mount_data(fc, data); in vfs_kern_mount()
1855 ret = parse_monolithic_mount_data(fc, NULL); in do_umount_root()
3386 err = parse_monolithic_mount_data(fc, data); in do_remount()
3835 err = parse_monolithic_mount_data(fc, data); in do_new_mount()
H A Dsuper.c1119 if (parse_monolithic_mount_data(fc, NULL) == 0) in do_emergency_remount_callback()