current_may_mount   41 include/linux/kobject_ns.h 	bool (*current_may_mount)(void);
current_may_mount 1075 lib/kobject.c  		may_mount = kobj_ns_ops_tbl[type]->current_may_mount();
current_may_mount 1602 net/core/net-sysfs.c 	.current_may_mount = net_current_may_mount,