Home
last modified time | relevance | path

Searched refs:ucount_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Duser_namespace.h40 enum ucount_type { enum
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);
/linux-6.1.9/kernel/
Ducount.c230 enum ucount_type type) in inc_ucount()
252 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()