Home
last modified time | relevance | path

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

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