Searched refs:inc_ucount (Results 1 – 15 of 15) sorted by relevance
/linux/fs/notify/inotify/ |
A D | inotify.h | 43 return inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_INOTIFY_WATCHES); in inc_inotify_watches()
|
A D | inotify_user.c | 660 group->inotify_data.ucounts = inc_ucount(current_user_ns(), in inotify_new_group()
|
/linux/kernel/cgroup/ |
A D | namespace.c | 14 return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES); in inc_cgroup_namespaces()
|
/linux/kernel/ |
A D | utsname.c | 22 return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES); in inc_uts_namespaces()
|
A D | pid_namespace.c | 63 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES); in inc_pid_namespaces()
|
A D | ucount.c | 231 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount() function
|
A D | user_namespace.c | 34 return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES); in inc_user_namespaces()
|
/linux/ipc/ |
A D | namespace.c | 24 return inc_ucount(ns, current_euid(), UCOUNT_IPC_NAMESPACES); in inc_ipc_namespaces()
|
/linux/include/linux/ |
A D | user_namespace.h | 117 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
|
/linux/kernel/time/ |
A D | namespace.c | 61 return inc_ucount(ns, current_euid(), UCOUNT_TIME_NAMESPACES); in inc_time_namespaces()
|
/linux/fs/notify/fanotify/ |
A D | fanotify_user.c | 1073 !inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_FANOTIFY_MARKS)) in fanotify_add_new_mark() 1291 group->fanotify_data.ucounts = inc_ucount(current_user_ns(), in SYSCALL_DEFINE2()
|
/linux/net/core/ |
A D | net_namespace.c | 382 return inc_ucount(ns, current_euid(), UCOUNT_NET_NAMESPACES); in inc_net_namespaces()
|
/linux/fs/ |
A D | namespace.c | 3338 return inc_ucount(ns, current_euid(), UCOUNT_MNT_NAMESPACES); in inc_mnt_namespaces()
|
/linux/ |
A D | System.map | 2929 ffff8000100b53e0 T inc_ucount
|
A D | .tmp_System.map | 2929 ffff8000100b53e0 T inc_ucount
|
Completed in 296 milliseconds