Home
last modified time | relevance | path

Searched refs:inc_ucount (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/notify/inotify/
Dinotify.h43 return inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_INOTIFY_WATCHES); in inc_inotify_watches()
Dinotify_user.c647 group->inotify_data.ucounts = inc_ucount(current_user_ns(), in inotify_new_group()
/kernel/linux/linux-5.10/kernel/cgroup/
Dnamespace.c14 return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES); in inc_cgroup_namespaces()
/kernel/linux/linux-5.10/include/linux/
Duser_namespace.h107 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
/kernel/linux/linux-5.10/kernel/
Dutsname.c22 return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES); in inc_uts_namespaces()
Ducount.c192 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount() function
Dpid_namespace.c63 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES); in inc_pid_namespaces()
Duser_namespace.c34 return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES); in inc_user_namespaces()
/kernel/linux/linux-5.10/ipc/
Dnamespace.c24 return inc_ucount(ns, current_euid(), UCOUNT_IPC_NAMESPACES); in inc_ipc_namespaces()
/kernel/linux/linux-5.10/kernel/time/
Dnamespace.c61 return inc_ucount(ns, current_euid(), UCOUNT_TIME_NAMESPACES); in inc_time_namespaces()
/kernel/linux/linux-5.10/net/core/
Dnet_namespace.c400 return inc_ucount(ns, current_euid(), UCOUNT_NET_NAMESPACES); in inc_net_namespaces()
/kernel/linux/linux-5.10/fs/
Dnamespace.c3250 return inc_ucount(ns, current_euid(), UCOUNT_MNT_NAMESPACES); in inc_mnt_namespaces()