Lines Matching refs:path
21 #include "include/path.h"
156 const struct path *path, int flags, char *buffer,
163 error = aa_path_name(path, flags, buffer, name, &info,
283 const struct path *path, char *buffer, u32 request,
293 error = path_name(op, &profile->label, path,
303 * aa_path_perm - do permissions check & audit for @path
306 * @path: path to check permissions of (NOT NULL)
307 * @flags: any additional path flags beyond what the profile specifies
314 const struct path *path, int flags, u32 request,
328 profile_path_perm(op, profile, path, buffer, request,
357 const struct path *link, char *buffer,
358 const struct path *target, char *buffer2,
456 const struct path *new_dir, struct dentry *new_dentry)
458 struct path link = { .mnt = new_dir->mnt, .dentry = new_dentry };
459 struct path target = { .mnt = new_dir->mnt, .dentry = old_dentry };