Lines Matching refs:old_path
427 struct path old_path; in aa_bind_mount() local
438 error = kern_path(dev_name, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &old_path); in aa_bind_mount()
449 match_mnt(profile, path, buffer, &old_path, old_buffer, in aa_bind_mount()
454 path_put(&old_path); in aa_bind_mount()
489 struct path old_path; in aa_move_mount() local
498 error = kern_path(orig_name, LOOKUP_FOLLOW, &old_path); in aa_move_mount()
508 match_mnt(profile, path, buffer, &old_path, old_buffer, in aa_move_mount()
513 path_put(&old_path); in aa_move_mount()
641 const struct path *old_path, in build_pivotroot() argument
652 AA_BUG(!old_path); in build_pivotroot()
658 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot()
690 int aa_pivotroot(struct aa_label *label, const struct path *old_path, in aa_pivotroot() argument
699 AA_BUG(!old_path); in aa_pivotroot()
709 old_path, old_buffer)); in aa_pivotroot()