Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c4085 const char *type_page, unsigned long flags, void *data_page) in path_mount() argument
4101 ret = security_sb_mount(dev_name, path, type_page, flags, data_page); in path_mount()
4159 return do_new_mount(path, type_page, sb_flags, mnt_flags, dev_name, in path_mount()
4164 const char *type_page, unsigned long flags, void *data_page) in do_mount() argument
4172 return path_mount(dev_name, &path, type_page, flags, data_page); in do_mount()