Home
last modified time | relevance | path

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

/fs/
A Dfcntl.c837 uid_eq(fown->euid, cred->suid) || uid_eq(fown->euid, cred->uid) || in sigio_perm()
838 uid_eq(fown->uid, cred->suid) || uid_eq(fown->uid, cred->uid)) && in sigio_perm()
909 type = fown->pid_type; in send_sigio()
910 pid = fown->pid; in send_sigio()
940 struct fown_struct *fown; in send_sigurg() local
947 fown = file_f_owner(file); in send_sigurg()
948 if (!fown) in send_sigurg()
953 type = fown->pid_type; in send_sigurg()
954 pid = fown->pid; in send_sigurg()
1116 struct fown_struct *fown; in kill_fasync_rcu() local
[all …]
/fs/notify/dnotify/
A Ddnotify.c96 struct fown_struct *fown; in dnotify_handle_event() local
112 fown = file_f_owner(dn->dn_filp); in dnotify_handle_event()
113 send_sigio(fown, dn->dn_fd, POLL_MSG); in dnotify_handle_event()

Completed in 7 milliseconds