Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Duser_namespace.h41 enum ucount_type { enum
111 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
112 void dec_ucount(struct ucounts *ucounts, enum ucount_type type);
/OK3568_Linux_fs/kernel/kernel/
H A Ducount.c193 enum ucount_type type) in inc_ucount()
215 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()