Home
last modified time | relevance | path

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

12

/linux-6.6.21/kernel/
Ducount.c133 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 …]
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.c67 static void dec_pid_namespaces(struct ucounts *ucounts) in dec_pid_namespaces()
77 struct ucounts *ucounts; in create_pid_namespace() local
Duser_namespace.c38 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
/linux-6.6.21/include/linux/
Duser_namespace.h102 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()
Dutsname.h27 struct ucounts *ucounts; member
Dsignal_types.h26 struct ucounts *ucounts; member
Dpid_namespace.h38 struct ucounts *ucounts; member
Dtime_namespace.h21 struct ucounts *ucounts; member
Dipc_namespace.h76 struct ucounts *ucounts; member
Dcred.h139 struct ucounts *ucounts; member
Dfsnotify_backend.h241 struct ucounts *ucounts; member
253 struct ucounts *ucounts; member
Dcgroup.h774 struct ucounts *ucounts; member
/linux-6.6.21/fs/notify/inotify/
Dinotify.h55 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.6.21/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
/linux-6.6.21/ipc/
Dnamespace.c33 static void dec_ipc_namespaces(struct ucounts *ucounts) in dec_ipc_namespaces()
42 struct ucounts *ucounts; in create_ipc_ns() local
Dmqueue.c148 struct ucounts *ucounts; /* user who created, for accounting */ member
/linux-6.6.21/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
/linux-6.6.21/mm/
Dmlock.c751 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()
/linux-6.6.21/net/core/
Dnet_namespace.c400 static void dec_net_namespaces(struct ucounts *ucounts) in dec_net_namespaces()
465 struct ucounts *ucounts; in copy_net_ns() local
/linux-6.6.21/fs/
Dmount.h19 struct ucounts *ucounts; member
Dnamespace.c3696 static void dec_mnt_namespaces(struct ucounts *ucounts) in dec_mnt_namespaces()
3722 struct ucounts *ucounts; in alloc_mnt_ns() local
/linux-6.6.21/include/net/
Dnet_namespace.h91 struct ucounts *ucounts; member
/linux-6.6.21/fs/notify/fanotify/
Dfanotify_user.c1201 struct ucounts *ucounts = group->fanotify_data.ucounts; in fanotify_add_new_mark() local
/linux-6.6.21/fs/hugetlbfs/
Dinode.c1647 struct ucounts *ucounts = current_ucounts(); in hugetlb_file_setup() local

12