Lines Matching refs:old_path
414 struct path old_path; in aa_bind_mount() local
425 error = kern_path(dev_name, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &old_path); in aa_bind_mount()
436 match_mnt(profile, path, buffer, &old_path, old_buffer, in aa_bind_mount()
441 path_put(&old_path); in aa_bind_mount()
476 struct path old_path; in aa_move_mount() local
485 error = kern_path(orig_name, LOOKUP_FOLLOW, &old_path); in aa_move_mount()
495 match_mnt(profile, path, buffer, &old_path, old_buffer, in aa_move_mount()
500 path_put(&old_path); in aa_move_mount()
630 const struct path *old_path, in build_pivotroot() argument
643 AA_BUG(!old_path); in build_pivotroot()
649 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot()
681 int aa_pivotroot(struct aa_label *label, const struct path *old_path, in aa_pivotroot() argument
690 AA_BUG(!old_path); in aa_pivotroot()
700 old_path, old_buffer)); in aa_pivotroot()