Home
last modified time | relevance | path

Searched refs:do_mount (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmount.h104 int do_mount(const char *, const char __user *,
/linux/fs/
H A Dnamespace.c4163 int do_mount(const char *dev_name, const char __user *dir_name, in do_mount() function
4361 ret = do_mount(kernel_dev, dir_name, kernel_type, flags, options); in SYSCALL_DEFINE5()