Searched refs:current_may_mount (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | kobject_ns.h | 41 bool (*current_may_mount)(void); member |
/linux/lib/ | ||
H A D | kobject.c | 1080 may_mount = kobj_ns_ops_tbl[type]->current_may_mount(); in kobj_ns_current_may_mount() |