Searched refs:fown_struct (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/fs/ |
D | fcntl.c | 709 struct fown_struct *fown, int sig) in sigio_perm() 725 struct fown_struct *fown, in send_sigio_to_task() 778 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio() 809 struct fown_struct *fown, enum pid_type type) in send_sigurg_to_task() 815 int send_sigurg(struct fown_struct *fown) in send_sigurg() 993 struct fown_struct *fown; in kill_fasync_rcu()
|
/Linux-v5.4/fs/notify/dnotify/ |
D | dnotify.c | 83 struct fown_struct *fown; in dnotify_handle_event()
|
/Linux-v5.4/include/linux/ |
D | security.h | 50 struct fown_struct; 370 struct fown_struct *fown, int sig); 941 struct fown_struct *fown, in security_file_send_sigiotask()
|
D | fs.h | 904 struct fown_struct { struct 955 struct fown_struct f_owner; 1131 extern void send_sigio(struct fown_struct *fown, int fd, int band); 1356 extern int send_sigurg(struct fown_struct *fown);
|
D | lsm_hooks.h | 1615 struct fown_struct *fown, int sig);
|
/Linux-v5.4/security/ |
D | security.c | 1483 struct fown_struct *fown, int sig) in security_file_send_sigiotask()
|
/Linux-v5.4/security/smack/ |
D | smack_lsm.c | 1784 struct fown_struct *fown, int signum) in smack_file_send_sigiotask()
|
/Linux-v5.4/security/selinux/ |
D | hooks.c | 3813 struct fown_struct *fown, int signum) in selinux_file_send_sigiotask()
|