Home
last modified time | relevance | path

Searched refs:ucounts (Results 1 – 13 of 13) sorted by relevance

/include/linux/
Duser_namespace.h39 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 …]
Dsignal_types.h16 struct ucounts;
26 struct ucounts *ucounts; member
Dpid_namespace.h31 struct ucounts *ucounts; member
Dutsname.h26 struct ucounts *ucounts; member
Dipc_namespace.h68 struct ucounts *ucounts; member
Dcred.h146 struct ucounts *ucounts; member
374 #define task_ucounts(task) (task_cred_xxx((task), ucounts))
391 #define current_ucounts() (current_cred_xxx(ucounts))
Dtime_namespace.h21 struct ucounts *ucounts; member
Dshmem_fs.h69 extern int shmem_lock(struct file *file, int lock, struct ucounts *ucounts);
Dfsnotify_backend.h228 struct ucounts *ucounts; member
240 struct ucounts *ucounts; member
Dhugetlb.h478 struct ucounts **ucounts, int creat_flags,
498 struct ucounts **ucounts, int creat_flags, in hugetlb_file_setup() argument
Dcgroup.h868 struct ucounts *ucounts; member
Dmm.h1777 extern int user_shm_lock(size_t, struct ucounts *);
1778 extern void user_shm_unlock(size_t, struct ucounts *);
/include/net/
Dnet_namespace.h86 struct ucounts *ucounts; member