Searched refs:inc_ucount (Results 1 – 13 of 13) 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()
|
| H A D | inotify_user.c | 680 group->inotify_data.ucounts = inc_ucount(current_user_ns(), in inotify_new_group()
|
| /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/ipc/ |
| H A D | namespace.c | 31 return inc_ucount(ns, current_euid(), UCOUNT_IPC_NAMESPACES); in inc_ipc_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/kernel/time/ |
| H A D | namespace.c | 62 return inc_ucount(ns, current_euid(), UCOUNT_TIME_NAMESPACES); in inc_time_namespaces()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 1436 !inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_FANOTIFY_MARKS)) in fanotify_add_new_mark() 1701 group->fanotify_data.ucounts = inc_ucount(user_ns, current_euid(), in SYSCALL_DEFINE2()
|
| /linux/net/core/ |
| H A D | net_namespace.c | 469 return inc_ucount(ns, current_euid(), UCOUNT_NET_NAMESPACES); in inc_net_namespaces()
|
| /linux/fs/ |
| H A D | namespace.c | 4055 return inc_ucount(ns, current_euid(), UCOUNT_MNT_NAMESPACES); in inc_mnt_namespaces()
|