Home
last modified time | relevance | path

Searched defs:user (Results 1 – 12 of 12) sorted by relevance

/fs/
Dopen.c632 static int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common()
674 int do_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group, in do_fchownat()
706 SYSCALL_DEFINE5(fchownat, int, dfd, const char __user *, filename, uid_t, user, in SYSCALL_DEFINE5() argument
712 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
717 SYSCALL_DEFINE3(lchown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
723 int ksys_fchown(unsigned int fd, uid_t user, gid_t group) in ksys_fchown()
743 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
Ddcookies.c318 struct dcookie_user * user; in dcookie_register() local
341 void dcookie_unregister(struct dcookie_user * user) in dcookie_unregister()
Dpipe.c626 static unsigned long account_pipe_buffers(struct user_struct *user, in account_pipe_buffers()
655 struct user_struct *user = get_current_user(); in alloc_pipe_info() local
Dio_uring.c240 struct user_struct *user; member
3266 static void io_unaccount_mem(struct user_struct *user, unsigned long nr_pages) in io_unaccount_mem()
3271 static int io_account_mem(struct user_struct *user, unsigned long nr_pages) in io_account_mem()
3842 struct user_struct *user = NULL; in io_uring_create() local
Deventpoll.c217 struct user_struct *user; member
1017 struct user_struct *user; in ep_alloc() local
/fs/proc/
Dstat.c110 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
/fs/notify/fanotify/
Dfanotify.c466 struct user_struct *user; in fanotify_free_group_priv() local
Dfanotify_user.c770 struct user_struct *user; in SYSCALL_DEFINE2() local
/fs/sdcardfs/
Dpackagelist.c124 static appid_t __is_excluded(const struct qstr *app_name, userid_t user) in __is_excluded()
141 appid_t is_excluded(const char *key, userid_t user) in is_excluded()
/fs/cifs/
Dcifsencrypt.c502 __le16 *user; in calc_ntlmv2_hash() local
/fs/autofs/
Ddev-ioctl.c589 struct autofs_dev_ioctl __user *user) in _autofs_dev_ioctl()
/fs/hugetlbfs/
Dinode.c1368 vm_flags_t acctflag, struct user_struct **user, in hugetlb_file_setup()