Searched refs:fown_tg (Results 1 – 2 of 2) sorted by relevance
2049 struct pid *prev_tg, *fown_tg = NULL; in hook_file_set_fowner() local2062 fown_tg = get_pid(task_tgid(current)); in hook_file_set_fowner()2067 prev_tg = landlock_file(file)->fown_tg; in hook_file_set_fowner()2069 landlock_file(file)->fown_tg = fown_tg; in hook_file_set_fowner()2081 put_pid(landlock_file(file)->fown_tg); in hook_file_free_security()
462 if (task_tgid(tsk) == landlock_file(fown->file)->fown_tg)