Searched refs:inc_ucount (Results 1 - 13 of 13) sorted by relevance

/linux-master/fs/notify/inotify/
H A Dinotify.h62 return inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_INOTIFY_WATCHES);
H A Dinotify_user.c680 group->inotify_data.ucounts = inc_ucount(current_user_ns(),
/linux-master/kernel/
H A Dutsname.c22 return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES);
H A Ducount.c230 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, function
H A Dpid_namespace.c65 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES);
H A Duser_namespace.c35 return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES);
/linux-master/kernel/cgroup/
H A Dnamespace.c14 return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES);
/linux-master/ipc/
H A Dnamespace.c30 return inc_ucount(ns, current_euid(), UCOUNT_IPC_NAMESPACES);
/linux-master/include/linux/
H A Duser_namespace.h129 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
/linux-master/kernel/time/
H A Dnamespace.c61 return inc_ucount(ns, current_euid(), UCOUNT_TIME_NAMESPACES);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1268 !inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_FANOTIFY_MARKS))
1549 group->fanotify_data.ucounts = inc_ucount(current_user_ns(),
/linux-master/net/core/
H A Dnet_namespace.c411 return inc_ucount(ns, current_euid(), UCOUNT_NET_NAMESPACES);
/linux-master/fs/
H A Dnamespace.c3699 return inc_ucount(ns, current_euid(), UCOUNT_MNT_NAMESPACES);

Completed in 180 milliseconds