Searched refs:inc_ucount (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/notify/inotify/ |
| H A D | inotify.h | 62 return inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_INOTIFY_WATCHES); in inc_inotify_watches()
|
| /linux/kernel/cgroup/ |
| H A D | namespace.c | 14 return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES); in inc_cgroup_namespaces()
|
| /linux/kernel/ |
| H A D | utsname.c | 23 return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES); in inc_uts_namespaces()
|
| H A D | ucount.c | 214 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount() function
|
| H A D | pid_namespace.c | 66 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES); in inc_pid_namespaces()
|
| H A D | user_namespace.c | 36 return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES); in inc_user_namespaces()
|
| /linux/include/linux/ |
| H A D | user_namespace.h | 134 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
|
| /linux/ipc/ |
| H A D | namespace.c | 31 return inc_ucount(ns, current_euid(), UCOUNT_IPC_NAMESPACES); in inc_ipc_namespaces()
|
| /linux/kernel/time/ |
| H A D | namespace.c | 62 return inc_ucount(ns, current_euid(), UCOUNT_TIME_NAMESPACES); in inc_time_namespaces()
|
| /linux/net/core/ |
| H A D | net_namespace.c | 470 return inc_ucount(ns, current_euid(), UCOUNT_NET_NAMESPACES); in inc_net_namespaces()
|