Searched refs:inc_ucount (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/notify/inotify/ |
D | inotify.h | 43 return inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_INOTIFY_WATCHES); in inc_inotify_watches()
|
D | inotify_user.c | 647 group->inotify_data.ucounts = inc_ucount(current_user_ns(), in inotify_new_group()
|
/Linux-v4.19/kernel/cgroup/ |
D | namespace.c | 14 return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES); in inc_cgroup_namespaces()
|
/Linux-v4.19/include/linux/ |
D | user_namespace.h | 93 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
|
/Linux-v4.19/kernel/ |
D | utsname.c | 26 return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES); in inc_uts_namespaces()
|
D | ucount.c | 196 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount() function
|
D | pid_namespace.c | 69 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES); in inc_pid_namespaces()
|
D | user_namespace.c | 39 return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES); in inc_user_namespaces()
|
/Linux-v4.19/ipc/ |
D | namespace.c | 24 return inc_ucount(ns, current_euid(), UCOUNT_IPC_NAMESPACES); in inc_ipc_namespaces()
|
/Linux-v4.19/net/core/ |
D | net_namespace.c | 364 return inc_ucount(ns, current_euid(), UCOUNT_NET_NAMESPACES); in inc_net_namespaces()
|
/Linux-v4.19/fs/ |
D | namespace.c | 2796 return inc_ucount(ns, current_euid(), UCOUNT_MNT_NAMESPACES); in inc_mnt_namespaces()
|