Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/kernel/cgroup/
Dnamespace.c14 return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES); in inc_cgroup_namespaces()
/Linux-v4.19/include/linux/
Duser_namespace.h93 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
/Linux-v4.19/kernel/
Dutsname.c26 return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES); in inc_uts_namespaces()
Ducount.c196 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount() function
Dpid_namespace.c69 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES); in inc_pid_namespaces()
Duser_namespace.c39 return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES); in inc_user_namespaces()
/Linux-v4.19/ipc/
Dnamespace.c24 return inc_ucount(ns, current_euid(), UCOUNT_IPC_NAMESPACES); in inc_ipc_namespaces()
/Linux-v4.19/net/core/
Dnet_namespace.c364 return inc_ucount(ns, current_euid(), UCOUNT_NET_NAMESPACES); in inc_net_namespaces()
/Linux-v4.19/fs/
Dnamespace.c2796 return inc_ucount(ns, current_euid(), UCOUNT_MNT_NAMESPACES); in inc_mnt_namespaces()