/linux-6.14.4/kernel/ |
D | ucount.c | 132 struct ucounts *ucounts; in find_ucounts() local 141 static void hlist_add_ucounts(struct ucounts *ucounts) in hlist_add_ucounts() 149 static inline bool get_ucounts_or_wrap(struct ucounts *ucounts) in get_ucounts_or_wrap() 155 struct ucounts *get_ucounts(struct ucounts *ucounts) in get_ucounts() 168 struct ucounts *ucounts, *new = NULL; in alloc_ucounts() local 203 void put_ucounts(struct ucounts *ucounts) in put_ucounts() 232 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local 252 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount() 262 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts() 279 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 | 68 static void dec_pid_namespaces(struct ucounts *ucounts) in dec_pid_namespaces() 80 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
|
D | signal.c | 404 struct ucounts *ucounts; in sig_get_ucounts() local 432 static void __sigqueue_init(struct sigqueue *q, struct ucounts *ucounts, in __sigqueue_init() 448 struct ucounts *ucounts = sig_get_ucounts(t, sig, override_rlimit); in sigqueue_alloc() local 1933 struct ucounts *ucounts = sig_get_ucounts(current, -1, 0); in posixtimer_init_sigqueue() local
|
/linux-6.14.4/include/linux/ |
D | user_namespace.h | 108 struct ucounts *ucounts; member 117 struct ucounts { struct 127 extern struct ucounts init_ucounts; argument 137 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 | 39 struct ucounts *ucounts; member
|
D | time_namespace.h | 24 struct ucounts *ucounts; member
|
D | ipc_namespace.h | 76 struct ucounts *ucounts; member
|
D | cred.h | 140 struct ucounts *ucounts; member
|
D | fsnotify_backend.h | 253 struct ucounts *ucounts; member 265 struct ucounts *ucounts; member
|
D | cgroup.h | 772 struct ucounts *ucounts; member
|
/linux-6.14.4/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()
|
/linux-6.14.4/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
|
/linux-6.14.4/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
|
/linux-6.14.4/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
|
/linux-6.14.4/fs/xfs/scrub/ |
D | quotacheck.h | 41 struct xfarray *ucounts; member
|
/linux-6.14.4/mm/ |
D | mlock.c | 791 int user_shm_lock(size_t size, struct ucounts *ucounts) in user_shm_lock() 819 void user_shm_unlock(size_t size, struct ucounts *ucounts) in user_shm_unlock()
|
/linux-6.14.4/net/core/ |
D | net_namespace.c | 410 static void dec_net_namespaces(struct ucounts *ucounts) in dec_net_namespaces() 491 struct ucounts *ucounts; in copy_net_ns() local
|
/linux-6.14.4/fs/ |
D | mount.h | 17 struct ucounts *ucounts; member
|
/linux-6.14.4/include/net/ |
D | net_namespace.h | 90 struct ucounts *ucounts; member
|
/linux-6.14.4/fs/hugetlbfs/ |
D | inode.c | 1540 struct ucounts *ucounts = current_ucounts(); in hugetlb_file_setup() local
|
/linux-6.14.4/fs/notify/fanotify/ |
D | fanotify_user.c | 1294 struct ucounts *ucounts = group->fanotify_data.ucounts; in fanotify_add_new_mark() local
|