Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfsopen.c121 if (!may_mount()) in SYSCALL_DEFINE2()
164 if (!may_mount()) in SYSCALL_DEFINE3()
Dinternal.h84 extern bool may_mount(void);
Dnamespace.c1974 bool may_mount(void) in may_mount() function
1992 if (!may_mount()) in can_umount()
2865 if (detached && !may_mount()) in SYSCALL_DEFINE3()
3779 if (!may_mount()) in path_mount()
4114 if (!may_mount()) in SYSCALL_DEFINE3()
4239 if (!may_mount()) in SYSCALL_DEFINE5()
4346 if (!may_mount()) in SYSCALL_DEFINE2()
4832 if (!may_mount()) in SYSCALL_DEFINE5()
/linux-6.12.1/lib/
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()