Searched refs:ucounts (Results 1 – 13 of 13) sorted by relevance
/include/linux/ |
D | user_namespace.h | 39 struct ucounts; 101 struct ucounts *ucounts; member 108 struct ucounts { struct 117 extern struct ucounts init_ucounts; argument 121 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type); 122 void dec_ucount(struct ucounts *ucounts, enum ucount_type type); 123 struct ucounts *alloc_ucounts(struct user_namespace *ns, kuid_t uid); 124 struct ucounts * __must_check get_ucounts(struct ucounts *ucounts); 125 void put_ucounts(struct ucounts *ucounts); 127 static inline long get_ucounts_value(struct ucounts *ucounts, enum ucount_type type) in get_ucounts_value() argument [all …]
|
D | signal_types.h | 16 struct ucounts; 26 struct ucounts *ucounts; member
|
D | pid_namespace.h | 31 struct ucounts *ucounts; member
|
D | utsname.h | 26 struct ucounts *ucounts; member
|
D | ipc_namespace.h | 68 struct ucounts *ucounts; member
|
D | cred.h | 146 struct ucounts *ucounts; member 374 #define task_ucounts(task) (task_cred_xxx((task), ucounts)) 391 #define current_ucounts() (current_cred_xxx(ucounts))
|
D | time_namespace.h | 21 struct ucounts *ucounts; member
|
D | shmem_fs.h | 69 extern int shmem_lock(struct file *file, int lock, struct ucounts *ucounts);
|
D | fsnotify_backend.h | 228 struct ucounts *ucounts; member 240 struct ucounts *ucounts; member
|
D | hugetlb.h | 478 struct ucounts **ucounts, int creat_flags, 498 struct ucounts **ucounts, int creat_flags, in hugetlb_file_setup() argument
|
D | cgroup.h | 868 struct ucounts *ucounts; member
|
D | mm.h | 1777 extern int user_shm_lock(size_t, struct ucounts *); 1778 extern void user_shm_unlock(size_t, struct ucounts *);
|
/include/net/ |
D | net_namespace.h | 86 struct ucounts *ucounts; member
|