Home
last modified time | relevance | path

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

/fs/
Dfcntl.c528 struct fown_struct *fown, int sig) in sigio_perm() argument
535 ret = ((fown->euid == 0 || in sigio_perm()
536 fown->euid == cred->suid || fown->euid == cred->uid || in sigio_perm()
537 fown->uid == cred->suid || fown->uid == cred->uid) && in sigio_perm()
538 !security_file_send_sigiotask(p, fown, sig)); in sigio_perm()
544 struct fown_struct *fown, in send_sigio_to_task() argument
551 int signum = ACCESS_ONCE(fown->signum); in send_sigio_to_task()
553 if (!sigio_perm(p, fown, signum)) in send_sigio_to_task()
585 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio() argument
592 read_lock(&fown->lock); in send_sigio()
[all …]
/fs/notify/dnotify/
Ddnotify.c94 struct fown_struct *fown; in dnotify_handle_event() local
110 fown = &dn->dn_filp->f_owner; in dnotify_handle_event()
111 send_sigio(fown, dn->dn_fd, POLL_MSG); in dnotify_handle_event()