path_flags       2910 drivers/infiniband/hw/mlx5/qp.c 			 u32 path_flags, const struct ib_qp_attr *attr,
path_flags       2949 drivers/infiniband/hw/mlx5/qp.c 		path->fl_free_ar = (path_flags & MLX5_PATH_FLAG_FL) ? 0x80 : 0;
path_flags       2951 drivers/infiniband/hw/mlx5/qp.c 			(path_flags & MLX5_PATH_FLAG_FREE_AR) ? 0x40 : 0;
path_flags        635 security/apparmor/domain.c 	error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer,
path_flags        768 security/apparmor/domain.c 	error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer,
path_flags        305 security/apparmor/file.c 			  flags | profile->path_flags, buffer, &name, cond,
path_flags        377 security/apparmor/file.c 	error = path_name(OP_LINK, &profile->label, link, profile->path_flags,
path_flags        383 security/apparmor/file.c 	error = path_name(OP_LINK, &profile->label, target, profile->path_flags,
path_flags        141 security/apparmor/include/policy.h 	u32 path_flags;
path_flags        297 security/apparmor/mount.c 	return profile->path_flags |
path_flags        332 security/apparmor/mount.c 	error = aa_path_name(mntpath, path_flags(profile, mntpath), buffer,
path_flags        387 security/apparmor/mount.c 		error = aa_path_name(devpath, path_flags(profile, devpath),
path_flags        567 security/apparmor/mount.c 	error = aa_path_name(path, path_flags(profile, path), buffer, &name,
path_flags        626 security/apparmor/mount.c 	error = aa_path_name(old_path, path_flags(profile, old_path),
path_flags        631 security/apparmor/mount.c 	error = aa_path_name(new_path, path_flags(profile, new_path),
path_flags        542 security/apparmor/policy.c 	profile->path_flags = parent->path_flags;
path_flags        761 security/apparmor/policy_unpack.c 	if (unpack_u32(e, &profile->path_flags, "path_flags"))
path_flags        762 security/apparmor/policy_unpack.c 		profile->path_flags |= profile->label.flags &
path_flags        766 security/apparmor/policy_unpack.c 		profile->path_flags = PATH_MEDIATE_DELETED;