Searched defs:user_struct (Results 1 – 1 of 1) sorted by relevance
814 struct user_struct { struct815 atomic_t __count; /* reference count */816 atomic_t processes; /* How many processes does this user have? */817 atomic_t sigpending; /* How many pending signals does this user have? */819 atomic_t inotify_watches; /* How many inotify watches does this user have? */820 atomic_t inotify_devs; /* How many inotify devs does this user have opened? */823 atomic_t fanotify_listeners;826 atomic_long_t epoll_watches; /* The number of file descriptors currently watched */852 extern struct user_struct *find_user(kuid_t); argument