Lines Matching refs:path
23 #include "include/path.h"
162 const struct path *path, int flags, char *buffer,
169 error = aa_path_name(path, flags, buffer, name, &info,
251 const struct path *path, char *buffer, u32 request,
261 error = path_name(op, subj_cred, &profile->label, path,
271 * aa_path_perm - do permissions check & audit for @path
275 * @path: path to check permissions of (NOT NULL)
276 * @flags: any additional path flags beyond what the profile specifies
284 const struct path *path, int flags, u32 request,
298 profile_path_perm(op, subj_cred, profile, path, buffer,
328 const struct path *link, char *buffer,
329 const struct path *target, char *buffer2,
435 const struct path *new_dir, struct dentry *new_dentry)
437 struct path link = { .mnt = new_dir->mnt, .dentry = new_dentry };
438 struct path target = { .mnt = new_dir->mnt, .dentry = old_dentry };