| /kernel/linux/linux-6.6/kernel/ |
| D | ucount.c | 133 struct ucounts *ucounts; in find_ucounts() local 142 static void hlist_add_ucounts(struct ucounts *ucounts) in hlist_add_ucounts() 150 static inline bool get_ucounts_or_wrap(struct ucounts *ucounts) in get_ucounts_or_wrap() 156 struct ucounts *get_ucounts(struct ucounts *ucounts) in get_ucounts() 168 struct ucounts *ucounts, *new; in alloc_ucounts() local 204 void put_ucounts(struct ucounts *ucounts) in put_ucounts() 233 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local 253 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount() 263 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts() 280 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in dec_rlimit_ucounts() [all …]
|
| D | utsname.c | 25 static void dec_uts_namespaces(struct ucounts *ucounts) in dec_uts_namespaces() 49 struct ucounts *ucounts; in clone_uts_ns() local
|
| D | pid_namespace.c | 67 static void dec_pid_namespaces(struct ucounts *ucounts) in dec_pid_namespaces() 77 struct ucounts *ucounts; in create_pid_namespace() local
|
| D | user_namespace.c | 38 static void dec_user_namespaces(struct ucounts *ucounts) in dec_user_namespaces() 87 struct ucounts *ucounts; in create_user_ns() local 202 struct ucounts *ucounts = ns->ucounts; in free_user_ns() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | user_namespace.h | 102 struct ucounts *ucounts; member 107 struct ucounts { struct 117 extern struct ucounts init_ucounts; argument 127 static inline long get_rlimit_value(struct ucounts *ucounts, enum rlimit_type type) in get_rlimit_value()
|
| D | utsname.h | 27 struct ucounts *ucounts; member
|
| D | signal_types.h | 26 struct ucounts *ucounts; member
|
| D | pid_namespace.h | 38 struct ucounts *ucounts; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | user_namespace.h | 91 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
|
| D | utsname.h | 28 struct ucounts *ucounts; member
|
| D | pid_namespace.h | 33 struct ucounts *ucounts; member
|
| D | time_namespace.h | 23 struct ucounts *ucounts; member
|
| /kernel/linux/linux-5.10/kernel/ |
| D | ucount.c | 119 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()
|
| D | utsname.c | 25 static void dec_uts_namespaces(struct ucounts *ucounts) in dec_uts_namespaces() 49 struct ucounts *ucounts; in clone_uts_ns() local
|
| D | pid_namespace.c | 66 static void dec_pid_namespaces(struct ucounts *ucounts) in dec_pid_namespaces() 76 struct ucounts *ucounts; in create_pid_namespace() local
|
| D | user_namespace.c | 37 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-5.10/fs/notify/inotify/ |
| D | inotify.h | 48 static inline void dec_inotify_instances(struct ucounts *ucounts) in dec_inotify_instances() 53 static inline struct ucounts *inc_inotify_watches(struct ucounts *ucounts) in inc_inotify_watches() 58 static inline void dec_inotify_watches(struct ucounts *ucounts) in dec_inotify_watches()
|
| /kernel/linux/linux-6.6/fs/notify/inotify/ |
| D | inotify.h | 55 static inline void dec_inotify_instances(struct ucounts *ucounts) in dec_inotify_instances() 60 static inline struct ucounts *inc_inotify_watches(struct ucounts *ucounts) in inc_inotify_watches() 65 static inline void dec_inotify_watches(struct ucounts *ucounts) in dec_inotify_watches()
|
| /kernel/linux/linux-6.6/kernel/cgroup/ |
| D | namespace.c | 17 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/ |
| D | namespace.c | 17 static void dec_cgroup_namespaces(struct ucounts *ucounts) in dec_cgroup_namespaces() 55 struct ucounts *ucounts; in copy_cgroup_ns() local
|
| /kernel/linux/linux-6.6/ipc/ |
| D | namespace.c | 33 static void dec_ipc_namespaces(struct ucounts *ucounts) in dec_ipc_namespaces() 42 struct ucounts *ucounts; in create_ipc_ns() local
|
| /kernel/linux/linux-5.10/ipc/ |
| D | namespace.c | 27 static void dec_ipc_namespaces(struct ucounts *ucounts) in dec_ipc_namespaces() 36 struct ucounts *ucounts; in create_ipc_ns() local
|
| /kernel/linux/linux-6.6/kernel/time/ |
| D | namespace.c | 64 static void dec_time_namespaces(struct ucounts *ucounts) in dec_time_namespaces() 82 struct ucounts *ucounts; in clone_time_ns() local
|
| /kernel/linux/linux-5.10/kernel/time/ |
| D | namespace.c | 64 static void dec_time_namespaces(struct ucounts *ucounts) in dec_time_namespaces() 82 struct ucounts *ucounts; in clone_time_ns() local
|
| /kernel/linux/linux-6.6/mm/ |
| D | mlock.c | 751 int user_shm_lock(size_t size, struct ucounts *ucounts) in user_shm_lock() 779 void user_shm_unlock(size_t size, struct ucounts *ucounts) in user_shm_unlock()
|