Searched refs:fown (Results 1 – 8 of 8) sorted by relevance
/linux/fs/ |
A D | fcntl.c | 726 uid_eq(fown->euid, cred->suid) || uid_eq(fown->euid, cred->uid) || in sigio_perm() 727 uid_eq(fown->uid, cred->suid) || uid_eq(fown->uid, cred->uid)) && in sigio_perm() 734 struct fown_struct *fown, in send_sigio_to_task() argument 743 if (!sigio_perm(p, fown, signum)) in send_sigio_to_task() 798 type = fown->pid_type; in send_sigio() 799 pid = fown->pid; in send_sigio() 823 if (sigio_perm(p, fown, SIGURG)) in send_sigurg_to_task() 837 type = fown->pid_type; in send_sigurg() 838 pid = fown->pid; in send_sigurg() 1006 struct fown_struct *fown; in kill_fasync_rcu() local [all …]
|
/linux/fs/notify/dnotify/ |
A D | dnotify.c | 80 struct fown_struct *fown; in dnotify_handle_event() local 96 fown = &dn->dn_filp->f_owner; in dnotify_handle_event() 97 send_sigio(fown, dn->dn_fd, POLL_MSG); in dnotify_handle_event()
|
/linux/include/linux/ |
A D | security.h | 393 struct fown_struct *fown, int sig); 1001 struct fown_struct *fown, in security_file_send_sigiotask() argument
|
A D | lsm_hook_defs.h | 179 struct fown_struct *fown, int sig)
|
A D | fs.h | 1160 extern void send_sigio(struct fown_struct *fown, int fd, int band); 1385 extern int send_sigurg(struct fown_struct *fown);
|
/linux/security/ |
A D | security.c | 1621 struct fown_struct *fown, int sig) in security_file_send_sigiotask() argument 1623 return call_int_hook(file_send_sigiotask, 0, tsk, fown, sig); in security_file_send_sigiotask()
|
/linux/security/smack/ |
A D | smack_lsm.c | 1763 struct fown_struct *fown, int signum) in smack_file_send_sigiotask() argument 1776 file = container_of(fown, struct file, f_owner); in smack_file_send_sigiotask()
|
/linux/security/selinux/ |
A D | hooks.c | 3973 struct fown_struct *fown, int signum) in selinux_file_send_sigiotask() argument 3981 file = container_of(fown, struct file, f_owner); in selinux_file_send_sigiotask()
|
Completed in 50 milliseconds