Searched refs:fown_struct (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/fs/ |
D | fcntl.c | 700 struct fown_struct *fown, int sig) in sigio_perm() 716 struct fown_struct *fown, in send_sigio_to_task() 771 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio() 803 struct fown_struct *fown, enum pid_type type) in send_sigurg_to_task() 809 int send_sigurg(struct fown_struct *fown) in send_sigurg() 988 struct fown_struct *fown; in kill_fasync_rcu()
|
/Linux-v6.1/fs/notify/dnotify/ |
D | dnotify.c | 98 struct fown_struct *fown; in dnotify_handle_event()
|
/Linux-v6.1/include/linux/ |
D | security.h | 50 struct fown_struct; 396 struct fown_struct *fown, int sig); 1001 struct fown_struct *fown, in security_file_send_sigiotask()
|
D | fs.h | 900 struct fown_struct { struct 960 struct fown_struct f_owner; 1139 extern void send_sigio(struct fown_struct *fown, int fd, int band); 1371 extern int send_sigurg(struct fown_struct *fown);
|
D | lsm_hook_defs.h | 177 struct fown_struct *fown, int sig)
|
/Linux-v6.1/security/ |
D | security.c | 1634 struct fown_struct *fown, int sig) in security_file_send_sigiotask()
|
/Linux-v6.1/security/smack/ |
D | smack_lsm.c | 1755 struct fown_struct *fown, int signum) in smack_file_send_sigiotask()
|
/Linux-v6.1/security/selinux/ |
D | hooks.c | 3869 struct fown_struct *fown, int signum) in selinux_file_send_sigiotask()
|