Searched refs:aa_path_name (Results 1 – 4 of 4) sorted by relevance
/security/apparmor/include/ |
D | path.h | 29 int aa_path_name(struct path *path, int flags, char **buffer,
|
/security/apparmor/ |
D | file.c | 287 error = aa_path_name(path, flags, &buffer, &name, &info); in aa_path_perm() 367 error = aa_path_name(&link, profile->path_flags, &buffer, &lname, in aa_path_link() 373 error = aa_path_name(&target, profile->path_flags, &buffer2, &tname, in aa_path_link()
|
D | path.c | 207 int aa_path_name(struct path *path, int flags, char **buffer, const char **name, in aa_path_name() function
|
D | domain.c | 375 error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, in apparmor_bprm_set_creds()
|