Lines Matching defs:user
10 #include <linux/sched/user.h>
108 * non subdirs, otherwise, user won't be able to tell from a
228 * that have been specifically requested by the user. Flags that may have
230 * requested by the user, will not be present in the returned mask.
292 * so user can differentiate them from creat/unlink.
295 * to user in legacy fanotify mode (reporting fd) and report FAN_ONDIR
296 * to user in fid mode for all event types.
298 * We never report FAN_EVENT_ON_CHILD to user, but we do pass it in to
745 struct user_struct *user;
747 user = group->fanotify_data.user;
748 atomic_dec(&user->fanotify_listeners);
749 free_uid(user);