Searched refs:fown (Results 1 – 5 of 5) sorted by relevance
391 struct fown_struct *fown, int signum) in hook_file_send_sigiotask() argument397 lockdep_assert_held(&fown->lock); in hook_file_send_sigiotask()398 subject = &landlock_file(fown->file)->fown_subject; in hook_file_send_sigiotask()427 .layer_plus_one = landlock_file(fown->file)->fown_layer + 1, in hook_file_send_sigiotask()
1776 static bool control_current_fowner(struct fown_struct *const fown) in control_current_fowner() argument1784 lockdep_assert_held(&fown->lock); in control_current_fowner()1791 p = pid_task(fown->pid, fown->pid_type); in control_current_fowner()
3110 struct fown_struct *fown, int sig) in security_file_send_sigiotask() argument3112 return call_int_hook(file_send_sigiotask, tsk, fown, sig); in security_file_send_sigiotask()
1921 struct fown_struct *fown, int signum) in smack_file_send_sigiotask() argument1934 file = fown->file; in smack_file_send_sigiotask()
4089 struct fown_struct *fown, int signum) in selinux_file_send_sigiotask() argument4097 file = fown->file; in selinux_file_send_sigiotask()
Completed in 48 milliseconds