| /fs/smb/server/mgmt/ | 
| D | user_config.h | 25 static inline bool user_guest(struct ksmbd_user *user)  in user_guest() 30 static inline void set_user_flag(struct ksmbd_user *user, int flag)  in set_user_flag() 35 static inline int test_user_flag(struct ksmbd_user *user, int flag)  in test_user_flag() 40 static inline void set_user_guest(struct ksmbd_user *user)  in set_user_guest() 44 static inline char *user_passkey(struct ksmbd_user *user)  in user_passkey() 49 static inline char *user_name(struct ksmbd_user *user)  in user_name() 54 static inline unsigned int user_uid(struct ksmbd_user *user)  in user_uid() 59 static inline unsigned int user_gid(struct ksmbd_user *user)  in user_gid()
  | 
| D | user_config.c | 16 	struct ksmbd_user *user = NULL;  in ksmbd_login_user()  local 37 	struct ksmbd_user *user;  in ksmbd_alloc_user()  local 84 void ksmbd_free_user(struct ksmbd_user *user)  in ksmbd_free_user() 93 int ksmbd_anonymous_user(struct ksmbd_user *user)  in ksmbd_anonymous_user()
  | 
| D | tree_connect.h | 29 	struct ksmbd_user		*user;  member
  | 
| D | user_session.h | 38 	struct ksmbd_user		*user;  member
  | 
| D | user_session.c | 362 			      struct ksmbd_user *user, u64 id)  in destroy_previous_session()
  | 
| /fs/ | 
| D | open.c | 759 int chown_common(const struct path *path, uid_t user, gid_t group)  in chown_common() 805 int do_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group,  in do_fchownat() 837 SYSCALL_DEFINE5(fchownat, int, dfd, const char __user *, filename, uid_t, user,  in SYSCALL_DEFINE5()  argument 843 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group)  in SYSCALL_DEFINE3()  argument 848 SYSCALL_DEFINE3(lchown, const char __user *, filename, uid_t, user, gid_t, group)  in SYSCALL_DEFINE3()  argument 854 int vfs_fchown(struct file *file, uid_t user, gid_t group)  in vfs_fchown() 867 int ksys_fchown(unsigned int fd, uid_t user, gid_t group)  in ksys_fchown() 879 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group)  in SYSCALL_DEFINE3()  argument
  | 
| D | init.c | 82 int __init init_chown(const char *filename, uid_t user, gid_t group, int flags)  in init_chown()
  | 
| D | pipe.c | 765 unsigned long account_pipe_buffers(struct user_struct *user,  in account_pipe_buffers() 794 	struct user_struct *user = get_current_user();  in alloc_pipe_info()  local
  | 
| D | eventpoll.c | 214 	struct user_struct *user;  member
  | 
| /fs/proc/ | 
| D | stat.c | 85 	u64 user, nice, system, idle, iowait, irq, softirq, steal;  in show_stat()  local
  | 
| /fs/smb/client/ | 
| D | cifsencrypt.c | 424 	__le16 *user;  in calc_ntlmv2_hash()  local
  | 
| /fs/smb/server/ | 
| D | smb_common.c | 743 	struct ksmbd_user *user = sess->user;  in __ksmbd_override_fsids()  local
  | 
| D | auth.c | 516 	struct ksmbd_user *user = NULL;  in ksmbd_krb5_authenticate()  local
  | 
| D | smb2pdu.c | 1411 	struct ksmbd_user *user;  in session_user()  local 1452 	struct ksmbd_user *user;  in ntlm_authenticate()  local
  | 
| /fs/autofs/ | 
| D | dev-ioctl.c | 680 			     struct autofs_dev_ioctl __user *user)  in _autofs_dev_ioctl()
  |