Searched refs:ucounts (Results 1 – 12 of 12) sorted by relevance
| /include/linux/ |
| A D | user_namespace.h | 42 struct ucounts; 110 struct ucounts *ucounts; member 119 struct ucounts { struct 135 void dec_ucount(struct ucounts *ucounts, enum ucount_type type); 137 void put_ucounts(struct ucounts *ucounts); 139 static inline struct ucounts * __must_check get_ucounts(struct ucounts *ucounts) in get_ucounts() argument 142 return ucounts; in get_ucounts() 151 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v); 152 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v); 153 long inc_rlimit_get_ucounts(struct ucounts *ucounts, enum rlimit_type type, [all …]
|
| A D | signal_types.h | 16 struct ucounts; 26 struct ucounts *ucounts; member
|
| A D | utsname.h | 27 struct ucounts *ucounts; member
|
| A D | pid_namespace.h | 39 struct ucounts *ucounts; member
|
| A D | cred.h | 140 struct ucounts *ucounts; member 350 #define task_ucounts(task) (task_cred_xxx((task), ucounts)) 367 #define current_ucounts() (current_cred_xxx(ucounts))
|
| A D | ipc_namespace.h | 76 struct ucounts *ucounts; member
|
| A D | time_namespace.h | 25 struct ucounts *ucounts; member
|
| A D | shmem_fs.h | 100 extern int shmem_lock(struct file *file, int lock, struct ucounts *ucounts);
|
| A D | fsnotify_backend.h | 262 struct ucounts *ucounts; member 274 struct ucounts *ucounts; member
|
| A D | cgroup.h | 789 struct ucounts *ucounts; member
|
| A D | mm.h | 2343 extern int user_shm_lock(size_t, struct ucounts *); 2344 extern void user_shm_unlock(size_t, struct ucounts *);
|
| /include/net/ |
| A D | net_namespace.h | 93 struct ucounts *ucounts; member
|
Completed in 28 milliseconds