inc_ucount       3151 fs/namespace.c 	return inc_ucount(ns, current_euid(), UCOUNT_MNT_NAMESPACES);
inc_ucount         44 fs/notify/inotify/inotify.h 	return inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_INOTIFY_WATCHES);
inc_ucount        649 fs/notify/inotify/inotify_user.c 	group->inotify_data.ucounts = inc_ucount(current_user_ns(),
inc_ucount        103 include/linux/user_namespace.h struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
inc_ucount         24 ipc/namespace.c 	return inc_ucount(ns, current_euid(), UCOUNT_IPC_NAMESPACES);
inc_ucount         14 kernel/cgroup/namespace.c 	return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES);
inc_ucount         70 kernel/pid_namespace.c 	return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES);
inc_ucount         34 kernel/user_namespace.c 	return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES);
inc_ucount         22 kernel/utsname.c 	return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES);
inc_ucount        391 net/core/net_namespace.c 	return inc_ucount(ns, current_euid(), UCOUNT_NET_NAMESPACES);