Lines Matching refs:path
158 const struct path *path, int flags, char *buffer, in path_name() argument
165 error = aa_path_name(path, flags, buffer, name, &info, in path_name()
285 const struct path *path, char *buffer, u32 request, in profile_path_perm() argument
295 error = path_name(op, &profile->label, path, in profile_path_perm()
316 const struct path *path, int flags, u32 request, in aa_path_perm() argument
330 profile_path_perm(op, profile, path, buffer, request, in aa_path_perm()
359 const struct path *link, char *buffer, in profile_path_link()
360 const struct path *target, char *buffer2, in profile_path_link()
458 const struct path *new_dir, struct dentry *new_dentry) in aa_path_link()
460 struct path link = { .mnt = new_dir->mnt, .dentry = new_dentry }; in aa_path_link()
461 struct path target = { .mnt = new_dir->mnt, .dentry = old_dentry }; in aa_path_link()