Lines Matching refs:path
167 const struct path *path, int flags, char *buffer, in path_name() argument
174 error = aa_path_name(path, flags, buffer, name, &info, in path_name()
294 const struct path *path, char *buffer, u32 request, in profile_path_perm() argument
304 error = path_name(op, &profile->label, path, in profile_path_perm()
325 const struct path *path, int flags, u32 request, in aa_path_perm() argument
337 profile_path_perm(op, profile, path, buffer, request, in aa_path_perm()
366 const struct path *link, char *buffer, in profile_path_link()
367 const struct path *target, char *buffer2, in profile_path_link()
465 const struct path *new_dir, struct dentry *new_dentry) in aa_path_link()
467 struct path link = { .mnt = new_dir->mnt, .dentry = new_dentry }; in aa_path_link()
468 struct path target = { .mnt = new_dir->mnt, .dentry = old_dentry }; in aa_path_link()