Searched refs:fown_struct (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | fcntl.c | 717 struct fown_struct *fown, int sig) in sigio_perm() 733 struct fown_struct *fown, in send_sigio_to_task() 788 void send_sigio(struct fown_struct *fown, int fd, int band) in send_sigio() 820 struct fown_struct *fown, enum pid_type type) in send_sigurg_to_task() 826 int send_sigurg(struct fown_struct *fown) in send_sigurg() 1005 struct fown_struct *fown; in kill_fasync_rcu()
|
/kernel/linux/linux-6.6/fs/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/notify/dnotify/ |
H A D | dnotify.c | 80 struct fown_struct *fown; in dnotify_handle_event()
|
/kernel/linux/linux-6.6/fs/notify/dnotify/ |
H A D | dnotify.c | 98 struct fown_struct *fown; in dnotify_handle_event()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 888 struct fown_struct { struct 938 struct fown_struct f_owner; 1117 extern void send_sigio(struct fown_struct *fown, int fd, int band); 1348 extern int send_sigurg(struct fown_struct *fown);
|
H A D | security.h | 50 struct fown_struct; 382 struct fown_struct *fown, int sig); 972 struct fown_struct *fown, in security_file_send_sigiotask()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 948 struct fown_struct { struct 1011 struct fown_struct f_owner; 1071 extern void send_sigio(struct fown_struct *fown, int fd, int band); 1108 extern int send_sigurg(struct fown_struct *fown);
|
H A D | security.h | 51 struct fown_struct; 403 struct fown_struct *fown, int sig); 1034 struct fown_struct *fown, in security_file_send_sigiotask()
|
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 1596 struct fown_struct *fown, int sig) in security_file_send_sigiotask()
|
/kernel/linux/linux-6.6/security/ |
H A D | security.c | 2815 * that the fown_struct, @fown, is never outside the context of a struct file, 2822 struct fown_struct *fown, int sig) in security_file_send_sigiotask()
|
/kernel/linux/linux-5.10/security/smack/ |
H A D | smack_lsm.c | 1801 struct fown_struct *fown, int signum) in smack_file_send_sigiotask() 1812 * struct fown_struct is never outside the context of a struct file in smack_file_send_sigiotask()
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 1906 struct fown_struct *fown, int signum) in smack_file_send_sigiotask() 1917 * struct fown_struct is never outside the context of a struct file in smack_file_send_sigiotask()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 3869 struct fown_struct *fown, int signum) in selinux_file_send_sigiotask() 3876 /* struct fown_struct is never outside the context of a struct file */ in selinux_file_send_sigiotask()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 3919 struct fown_struct *fown, int signum) in selinux_file_send_sigiotask() 3926 /* struct fown_struct is never outside the context of a struct file */ in selinux_file_send_sigiotask()
|
Completed in 63 milliseconds