Home
last modified time | relevance | path

Searched refs:may_mount (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/lib/
H A Dkobject.c1097 bool may_mount = true; in kobj_ns_current_may_mount() local
1102 may_mount = kobj_ns_ops_tbl[type]->current_may_mount(); in kobj_ns_current_may_mount()
1105 return may_mount; in kobj_ns_current_may_mount()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/
H A Dnamespace.c1695 static inline bool may_mount(void) in may_mount() function
1721 if (!may_mount()) in can_umount()
2468 if (detached && !may_mount()) in SYSCALL_DEFINE3()
3186 if (!may_mount()) in path_mount()
3489 if (!may_mount()) in SYSCALL_DEFINE3()
3630 if (!may_mount()) in SYSCALL_DEFINE5()
3729 if (!may_mount()) in SYSCALL_DEFINE2()

Completed in 15 milliseconds