/linux/kernel/ |
H A D | ucount.c | 135 struct ucounts *ucounts; in find_ucounts() local 148 static void hlist_add_ucounts(struct ucounts *ucounts) in hlist_add_ucounts() 160 struct ucounts *ucounts, *new; in alloc_ucounts() local 188 void put_ucounts(struct ucounts *ucounts) in put_ucounts() 217 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local 237 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount() 247 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts() 264 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in dec_rlimit_ucounts() 277 static void do_dec_rlimit_put_ucounts(struct ucounts *ucounts, in do_dec_rlimit_put_ucounts() 290 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type) in dec_rlimit_put_ucounts() [all …]
|
H A 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
|
H A 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
|
H A D | signal.c | 405 struct ucounts *ucounts; in sig_get_ucounts() local 433 static void __sigqueue_init(struct sigqueue *q, struct ucounts *ucounts, in __sigqueue_init() 449 struct ucounts *ucounts = sig_get_ucounts(t, sig, override_rlimit); in sigqueue_alloc() local 1934 struct ucounts *ucounts = sig_get_ucounts(current, -1, 0); in posixtimer_init_sigqueue() local
|
/linux/fs/notify/inotify/ |
H A 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/kernel/cgroup/ |
H A 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/ipc/ |
H A 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
|
H A D | shm.c | 1209 struct ucounts *ucounts = current_ucounts(); in shmctl_do_lock() local
|
H A D | mqueue.c | 148 struct ucounts *ucounts; /* user who created, for accounting */ member
|
/linux/kernel/time/ |
H A 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/fs/xfs/scrub/ |
H A D | quotacheck.h | 41 struct xfarray *ucounts; member
|
/linux/include/linux/ |
H A D | utsname.h | 27 struct ucounts *ucounts; member
|
H A D | signal_types.h | 26 struct ucounts *ucounts; member
|
H A D | pid_namespace.h | 39 struct ucounts *ucounts; member
|
H A D | time_namespace.h | 25 struct ucounts *ucounts; member
|
H A D | ipc_namespace.h | 76 struct ucounts *ucounts; member
|
H A D | cred.h | 140 struct ucounts *ucounts; member
|
H A D | fsnotify_backend.h | 262 struct ucounts *ucounts; member 274 struct ucounts *ucounts; member
|
H A D | cgroup.h | 789 struct ucounts *ucounts; member
|
/linux/net/core/ |
H A D | net_namespace.c | 464 static void dec_net_namespaces(struct ucounts *ucounts) in dec_net_namespaces() 545 struct ucounts *ucounts; in copy_net_ns() local
|
/linux/fs/ |
H A D | mount.h | 19 struct ucounts *ucounts; member
|
H A D | namespace.c | 4146 static void dec_mnt_namespaces(struct ucounts *ucounts) in dec_mnt_namespaces() 4171 struct ucounts *ucounts; in alloc_mnt_ns() local
|
/linux/include/net/ |
H A D | net_namespace.h | 93 struct ucounts *ucounts; member
|
/linux/fs/notify/fanotify/ |
H A D | fanotify_user.c | 1327 struct ucounts *ucounts = group->fanotify_data.ucounts; in fanotify_add_new_mark() local
|
/linux/mm/ |
H A D | shmem.c | 2963 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() 5822 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock()
|