Home
last modified time | relevance | path

Searched defs:ucounts (Results 1 – 25 of 36) sorted by relevance

12

/kernel/linux/linux-4.19/include/linux/
Duser_namespace.h77 struct ucounts *ucounts; member
81 struct ucounts { struct
93 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type); argument
Dutsname.h28 struct ucounts *ucounts; member
Dpid_namespace.h42 struct ucounts *ucounts; member
Dipc_namespace.h68 struct ucounts *ucounts; member
/kernel/linux/linux-5.10/include/linux/
Duser_namespace.h91 struct ucounts *ucounts; member
95 struct ucounts { struct
107 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type); argument
Dutsname.h28 struct ucounts *ucounts; member
Dpid_namespace.h33 struct ucounts *ucounts; member
Dtime_namespace.h23 struct ucounts *ucounts; member
Dipc_namespace.h69 struct ucounts *ucounts; member
/kernel/linux/linux-4.19/kernel/
Ducount.c123 struct ucounts *ucounts; in find_ucounts() local
135 struct ucounts *ucounts, *new; in get_ucounts() local
167 static void put_ucounts(struct ucounts *ucounts) in put_ucounts()
199 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local
219 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
Dutsname.c29 static void dec_uts_namespaces(struct ucounts *ucounts) in dec_uts_namespaces()
53 struct ucounts *ucounts; in clone_uts_ns() local
Dpid_namespace.c72 static void dec_pid_namespaces(struct ucounts *ucounts) in dec_pid_namespaces()
82 struct ucounts *ucounts; in create_pid_namespace() local
Duser_namespace.c42 static void dec_user_namespaces(struct ucounts *ucounts) in dec_user_namespaces()
79 struct ucounts *ucounts; in create_user_ns() local
184 struct ucounts *ucounts = ns->ucounts; in free_user_ns() local
/kernel/linux/linux-5.10/kernel/
Ducount.c119 struct ucounts *ucounts; in find_ucounts() local
131 struct ucounts *ucounts, *new; in get_ucounts() local
163 static void put_ucounts(struct ucounts *ucounts) in put_ucounts()
195 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local
215 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
Dutsname.c25 static void dec_uts_namespaces(struct ucounts *ucounts) in dec_uts_namespaces()
49 struct ucounts *ucounts; in clone_uts_ns() local
Dpid_namespace.c66 static void dec_pid_namespaces(struct ucounts *ucounts) in dec_pid_namespaces()
76 struct ucounts *ucounts; in create_pid_namespace() local
Duser_namespace.c37 static void dec_user_namespaces(struct ucounts *ucounts) in dec_user_namespaces()
74 struct ucounts *ucounts; in create_user_ns() local
181 struct ucounts *ucounts = ns->ucounts; in free_user_ns() local
/kernel/linux/linux-4.19/fs/notify/inotify/
Dinotify.h36 static inline void dec_inotify_instances(struct ucounts *ucounts) in dec_inotify_instances()
41 static inline struct ucounts *inc_inotify_watches(struct ucounts *ucounts) in inc_inotify_watches()
46 static inline void dec_inotify_watches(struct ucounts *ucounts) in dec_inotify_watches()
/kernel/linux/linux-5.10/fs/notify/inotify/
Dinotify.h36 static inline void dec_inotify_instances(struct ucounts *ucounts) in dec_inotify_instances()
41 static inline struct ucounts *inc_inotify_watches(struct ucounts *ucounts) in inc_inotify_watches()
46 static inline void dec_inotify_watches(struct ucounts *ucounts) in dec_inotify_watches()
/kernel/linux/linux-4.19/kernel/cgroup/
Dnamespace.c17 static void dec_cgroup_namespaces(struct ucounts *ucounts) in dec_cgroup_namespaces()
55 struct ucounts *ucounts; in copy_cgroup_ns() local
/kernel/linux/linux-5.10/kernel/cgroup/
Dnamespace.c17 static void dec_cgroup_namespaces(struct ucounts *ucounts) in dec_cgroup_namespaces()
55 struct ucounts *ucounts; in copy_cgroup_ns() local
/kernel/linux/linux-4.19/ipc/
Dnamespace.c27 static void dec_ipc_namespaces(struct ucounts *ucounts) in dec_ipc_namespaces()
36 struct ucounts *ucounts; in create_ipc_ns() local
/kernel/linux/linux-5.10/ipc/
Dnamespace.c27 static void dec_ipc_namespaces(struct ucounts *ucounts) in dec_ipc_namespaces()
36 struct ucounts *ucounts; in create_ipc_ns() local
/kernel/linux/linux-5.10/kernel/time/
Dnamespace.c64 static void dec_time_namespaces(struct ucounts *ucounts) in dec_time_namespaces()
82 struct ucounts *ucounts; in clone_time_ns() local
/kernel/linux/linux-4.19/net/core/
Dnet_namespace.c368 static void dec_net_namespaces(struct ucounts *ucounts) in dec_net_namespaces()
414 struct ucounts *ucounts; in copy_net_ns() local

12