Lines Matching refs:path
150 const struct path *path, int flags, char *buffer, in path_name() argument
157 error = aa_path_name(path, flags, buffer, name, &info, in path_name()
244 const struct path *path, char *buffer, u32 request, in profile_path_perm() argument
254 error = path_name(op, subj_cred, &profile->label, path, in profile_path_perm()
277 const struct path *path, int flags, u32 request, in aa_path_perm() argument
291 profile_path_perm(op, subj_cred, profile, path, buffer, in aa_path_perm()
321 const struct path *link, char *buffer, in profile_path_link()
322 const struct path *target, char *buffer2, in profile_path_link()
427 const struct path *new_dir, struct dentry *new_dentry) in aa_path_link()
429 struct path link = { .mnt = new_dir->mnt, .dentry = new_dentry }; in aa_path_link()
430 struct path target = { .mnt = new_dir->mnt, .dentry = old_dentry }; in aa_path_link()