Home
last modified time | relevance | path

Searched refs:buf1 (Results 1 – 1 of 1) sorted by relevance

/security/tomoyo/
Dfile.c907 struct tomoyo_path_info buf1; in tomoyo_path2_perm() local
919 buf1.name = NULL; in tomoyo_path2_perm()
922 if (!tomoyo_get_realpath(&buf1, path1) || in tomoyo_path2_perm()
932 tomoyo_add_slash(&buf1); in tomoyo_path2_perm()
939 r.param.path2.filename1 = &buf1; in tomoyo_path2_perm()
946 kfree(buf1.name); in tomoyo_path2_perm()