Searched refs:exe_file (Results 1 – 4 of 4) sorted by relevance
526 struct file *exe_file; in audit_exe_compare() local536 exe_file = get_mm_exe_file(current->mm); in audit_exe_compare()537 if (!exe_file) in audit_exe_compare()539 ino = file_inode(exe_file)->i_ino; in audit_exe_compare()540 dev = file_inode(exe_file)->i_sb->s_dev; in audit_exe_compare()541 fput(exe_file); in audit_exe_compare()
642 struct file *exe_file; in dup_mm_exe_file() local644 exe_file = get_mm_exe_file(oldmm); in dup_mm_exe_file()645 RCU_INIT_POINTER(mm->exe_file, exe_file); in dup_mm_exe_file()650 if (exe_file && deny_write_access(exe_file)) in dup_mm_exe_file()1241 RCU_INIT_POINTER(mm->exe_file, NULL); in mm_init()1365 old_exe_file = rcu_dereference_raw(mm->exe_file); in set_mm_exe_file()1376 rcu_assign_pointer(mm->exe_file, new_exe_file); in set_mm_exe_file()1425 old_exe_file = xchg(&mm->exe_file, new_exe_file); in replace_mm_exe_file()1447 struct file *exe_file; in get_mm_exe_file() local1450 exe_file = rcu_dereference(mm->exe_file); in get_mm_exe_file()[all …]
160 struct file *exe_file = get_task_exe_file(tsk); in exe_add_tsk() local162 if (exe_file) { in exe_add_tsk()165 huge_encode_dev(exe_file->f_inode->i_sb->s_dev); in exe_add_tsk()166 stats->ac_exe_inode = exe_file->f_inode->i_ino; in exe_add_tsk()167 fput(exe_file); in exe_add_tsk()
2213 struct file *exe_file; in audit_log_d_path_exe() local2218 exe_file = get_mm_exe_file(mm); in audit_log_d_path_exe()2219 if (!exe_file) in audit_log_d_path_exe()2222 audit_log_d_path(ab, " exe=", &exe_file->f_path); in audit_log_d_path_exe()2223 fput(exe_file); in audit_log_d_path_exe()