Home
last modified time | relevance | path

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

/linux/fs/notify/inotify/
H A Dinotify.h62 return inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_INOTIFY_WATCHES); in inc_inotify_watches()
/linux/kernel/cgroup/
H A Dnamespace.c14 return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES); in inc_cgroup_namespaces()
/linux/kernel/
H A Dutsname.c23 return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES); in inc_uts_namespaces()
H A Ducount.c214 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount() function
H A Dpid_namespace.c66 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES); in inc_pid_namespaces()
H A Duser_namespace.c36 return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES); in inc_user_namespaces()
/linux/include/linux/
H A Duser_namespace.h134 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
/linux/ipc/
H A Dnamespace.c31 return inc_ucount(ns, current_euid(), UCOUNT_IPC_NAMESPACES); in inc_ipc_namespaces()
/linux/kernel/time/
H A Dnamespace.c62 return inc_ucount(ns, current_euid(), UCOUNT_TIME_NAMESPACES); in inc_time_namespaces()
/linux/net/core/
H A Dnet_namespace.c470 return inc_ucount(ns, current_euid(), UCOUNT_NET_NAMESPACES); in inc_net_namespaces()