Home
last modified time | relevance | path

Searched refs:group_info (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dcred.h32 struct group_info { struct
49 static inline struct group_info *get_group_info(struct group_info *gi) in get_group_info()
59 #define put_group_info(group_info) \ argument
61 if (atomic_dec_and_test(&(group_info)->usage)) \
62 groups_free(group_info); \
65 extern struct group_info *groups_alloc(int);
66 extern struct group_info init_groups;
67 extern void groups_free(struct group_info *);
68 extern int set_current_groups(struct group_info *);
69 extern int set_groups(struct cred *, struct group_info *);
[all …]
Dinit_task.h70 extern struct group_info init_groups;
/include/linux/sunrpc/
Dauth.h31 struct group_info *group_info; member
Dsvcauth.h23 struct group_info *cr_group_info;