Home
last modified time | relevance | path

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

/linux/fs/
H A Dfsopen.c127 if (!may_mount()) in SYSCALL_DEFINE2()
170 if (!may_mount()) in SYSCALL_DEFINE3()
H A Dnamespace.c2002 bool may_mount(void) in may_mount() function
2021 if (!may_mount()) in can_umount()
3211 if ((flags & OPEN_TREE_CLONE) && !may_mount()) in vfs_open_tree()
4104 if (!may_mount()) in path_mount()
4417 if (!may_mount()) in SYSCALL_DEFINE3()
4547 if (!may_mount()) in SYSCALL_DEFINE5()
4636 if (!may_mount()) in path_pivot_root()
5084 if (!may_mount()) in wants_mount_setattr()
/linux/lib/
H A Dkobject.c1076 bool may_mount = true; in kobj_ns_current_may_mount() local
1080 may_mount = kobj_ns_ops_tbl[type]->current_may_mount(); in kobj_ns_current_may_mount()
1083 return may_mount; in kobj_ns_current_may_mount()