Searched refs:fown_struct (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/fs/ |
H A D | fcntl.c | 433 struct fown_struct *fown, int sig) sigio_perm() 449 struct fown_struct *fown, send_sigio_to_task() 490 void send_sigio(struct fown_struct *fown, int fd, int band) send_sigio() 519 struct fown_struct *fown, int group) send_sigurg_to_task() 525 int send_sigurg(struct fown_struct *fown) send_sigurg() 701 struct fown_struct *fown; kill_fasync_rcu()
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
H A D | ft1000_usb.h | 21 struct fown_struct *fileobject;/* Application's file object */
|
/linux-4.1.27/fs/notify/dnotify/ |
H A D | dnotify.c | 94 struct fown_struct *fown; dnotify_handle_event()
|
/linux-4.1.27/security/ |
H A D | capability.c | 375 struct fown_struct *fown, int sig) cap_file_send_sigiotask()
|
H A D | security.c | 806 struct fown_struct *fown, int sig) security_file_send_sigiotask()
|
/linux-4.1.27/include/linux/ |
H A D | security.h | 48 struct fown_struct; 646 * Note that the fown_struct, @fown, is never outside the context of a 1591 struct fown_struct *fown, int sig); 1872 struct fown_struct *fown, int sig); 2377 struct fown_struct *fown, security_file_send_sigiotask()
|
H A D | fs.h | 798 struct fown_struct { struct 848 struct fown_struct f_owner; 1012 extern void send_sigio(struct fown_struct *fown, int fd, int band); 1237 extern int send_sigurg(struct fown_struct *fown);
|
/linux-4.1.27/security/smack/ |
H A D | smack_lsm.c | 1635 struct fown_struct *fown, int signum) smack_file_send_sigiotask() 1644 * struct fown_struct is never outside the context of a struct file smack_file_send_sigiotask()
|
/linux-4.1.27/security/selinux/ |
H A D | hooks.c | 3441 struct fown_struct *fown, int signum) selinux_file_send_sigiotask() 3448 /* struct fown_struct is never outside the context of a struct file */ selinux_file_send_sigiotask()
|
Completed in 616 milliseconds