Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfsopen.c122 if (!may_mount()) in SYSCALL_DEFINE2()
165 if (!may_mount()) in SYSCALL_DEFINE3()
H A Dinternal.h80 extern bool may_mount(void);
H A Dnamespace.c1842 bool may_mount(void) in may_mount() function
1873 if (!may_mount()) in can_umount()
2713 if (detached && !may_mount()) in SYSCALL_DEFINE3()
3618 if (!may_mount()) in path_mount()
3952 if (!may_mount()) in SYSCALL_DEFINE3()
4078 if (!may_mount()) in SYSCALL_DEFINE5()
4185 if (!may_mount()) in SYSCALL_DEFINE2()
4667 if (!may_mount()) in SYSCALL_DEFINE5()
/openbmc/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()