/linux/kernel/ |
A D | ucount.c | 136 struct ucounts *ucounts; in find_ucounts() local 145 static void hlist_add_ucounts(struct ucounts *ucounts) in hlist_add_ucounts() 153 static inline bool get_ucounts_or_wrap(struct ucounts *ucounts) in get_ucounts_or_wrap() 159 struct ucounts *get_ucounts(struct ucounts *ucounts) in get_ucounts() 171 struct ucounts *ucounts, *new; in alloc_ucounts() local 206 void put_ucounts(struct ucounts *ucounts) in put_ucounts() 234 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local 254 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount() 294 static void do_dec_rlimit_put_ucounts(struct ucounts *ucounts, in do_dec_rlimit_put_ucounts() 307 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum ucount_type type) in dec_rlimit_put_ucounts() [all …]
|
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
|
A 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
|
A 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 185 struct ucounts *ucounts = ns->ucounts; in free_user_ns() local
|
/linux/include/linux/ |
A D | user_namespace.h | 100 struct ucounts *ucounts; member 104 struct ucounts { struct 113 extern struct ucounts init_ucounts; argument 123 static inline long get_ucounts_value(struct ucounts *ucounts, enum ucount_type type) in get_ucounts_value()
|
A D | utsname.h | 26 struct ucounts *ucounts; member
|
A D | pid_namespace.h | 31 struct ucounts *ucounts; member
|
A D | signal_types.h | 26 struct ucounts *ucounts; member
|
A D | time_namespace.h | 21 struct ucounts *ucounts; member
|
A D | ipc_namespace.h | 68 struct ucounts *ucounts; member
|
A D | fsnotify_backend.h | 237 struct ucounts *ucounts; member 249 struct ucounts *ucounts; member
|
A D | cred.h | 146 struct ucounts *ucounts; member
|
A D | cgroup.h | 852 struct ucounts *ucounts; member
|
/linux/fs/notify/inotify/ |
A D | inotify.h | 36 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()
|
/linux/kernel/cgroup/ |
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/ |
A 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
|
/linux/kernel/time/ |
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/mm/ |
A D | mlock.c | 822 int user_shm_lock(size_t size, struct ucounts *ucounts) in user_shm_lock() 850 void user_shm_unlock(size_t size, struct ucounts *ucounts) in user_shm_unlock()
|
A D | shmem.c | 2228 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() 4004 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock()
|
/linux/net/core/ |
A D | net_namespace.c | 385 static void dec_net_namespaces(struct ucounts *ucounts) in dec_net_namespaces() 446 struct ucounts *ucounts; in copy_net_ns() local
|
/linux/fs/ |
A D | mount.h | 19 struct ucounts *ucounts; member
|
A D | namespace.c | 3341 static void dec_mnt_namespaces(struct ucounts *ucounts) in dec_mnt_namespaces() 3367 struct ucounts *ucounts; in alloc_mnt_ns() local
|
/linux/include/net/ |
A D | net_namespace.h | 86 struct ucounts *ucounts; member
|
/linux/fs/notify/fanotify/ |
A D | fanotify_user.c | 1063 struct ucounts *ucounts = group->fanotify_data.ucounts; in fanotify_add_new_mark() local
|
/linux/fs/hugetlbfs/ |
A D | inode.c | 1466 struct ucounts *ucounts = current_ucounts(); in hugetlb_file_setup() local
|