Searched refs:fown_struct (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/ |
D | fcntl.c | 433 struct fown_struct *fown, int sig) in sigio_perm() 449 struct fown_struct *fown, in send_sigio_to_task() 490 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio() 519 struct fown_struct *fown, int group) in send_sigurg_to_task() 525 int send_sigurg(struct fown_struct *fown) in send_sigurg() 701 struct fown_struct *fown; in kill_fasync_rcu()
|
/linux-4.4.14/fs/notify/dnotify/ |
D | dnotify.c | 94 struct fown_struct *fown; in dnotify_handle_event()
|
/linux-4.4.14/include/linux/ |
D | security.h | 48 struct fown_struct; 290 struct fown_struct *fown, int sig); 796 struct fown_struct *fown, in security_file_send_sigiotask()
|
D | fs.h | 808 struct fown_struct { struct 858 struct fown_struct f_owner; 1028 extern void send_sigio(struct fown_struct *fown, int fd, int band); 1250 extern int send_sigurg(struct fown_struct *fown);
|
D | lsm_hooks.h | 1440 struct fown_struct *fown, int sig);
|
/linux-4.4.14/security/ |
D | security.c | 826 struct fown_struct *fown, int sig) in security_file_send_sigiotask()
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 1823 struct fown_struct *fown, int signum) in smack_file_send_sigiotask()
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 3475 struct fown_struct *fown, int signum) in selinux_file_send_sigiotask()
|