Searched refs:fown_struct (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ |
| H A D | fcntl.c | 97 struct fown_struct *f_owner; in file_f_owner_allocate() 103 f_owner = kzalloc_obj(struct fown_struct); in file_f_owner_allocate() 118 struct fown_struct *f_owner; in file_f_owner_release() 130 struct fown_struct *f_owner; in __f_setown() 198 struct fown_struct *f_owner; in f_getown() 265 struct fown_struct *f_owner; in f_getown_ex() 311 struct fown_struct *f_owner; in f_getowner_uids() 423 struct fown_struct *f_owner; in f_owner_sig() 840 struct fown_struct *fown, int sig) in sigio_perm() 856 struct fown_struct *fown, in send_sigio_to_task() [all …]
|
| /linux/security/landlock/ |
| H A D | task.c | 391 struct fown_struct *fown, int signum) in hook_file_send_sigiotask()
|
| H A D | fs.c | 1767 static bool control_current_fowner(struct fown_struct *const fown) in control_current_fowner()
|
| /linux/fs/notify/dnotify/ |
| H A D | dnotify.c | 96 struct fown_struct *fown; in dnotify_handle_event()
|
| /linux/include/linux/ |
| H A D | fs.h | 1188 struct fown_struct { struct 1269 struct fown_struct *f_owner; 1343 static inline struct fown_struct *file_f_owner(const struct file *file) in file_f_owner() 1348 extern void send_sigio(struct fown_struct *fown, int fd, int band);
|
| H A D | lsm_hook_defs.h | 208 struct fown_struct *fown, int sig)
|
| /linux/security/ |
| H A D | security.c | 2595 * that the fown_struct, @fown, is never outside the context of a struct file, 2602 struct fown_struct *fown, int sig) in security_file_send_sigiotask()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 1968 struct fown_struct *fown, int signum) in smack_file_send_sigiotask()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 4116 struct fown_struct *fown, int signum) in selinux_file_send_sigiotask()
|