Lines Matching refs:old_path
425 struct path old_path; in aa_bind_mount() local
436 error = kern_path(dev_name, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &old_path); in aa_bind_mount()
442 match_mnt(profile, path, buffer, &old_path, old_buffer, in aa_bind_mount()
445 path_put(&old_path); in aa_bind_mount()
478 struct path old_path; in aa_move_mount() local
487 error = kern_path(orig_name, LOOKUP_FOLLOW, &old_path); in aa_move_mount()
493 match_mnt(profile, path, buffer, &old_path, old_buffer, in aa_move_mount()
496 path_put(&old_path); in aa_move_mount()
609 const struct path *old_path, in build_pivotroot() argument
620 AA_BUG(!old_path); in build_pivotroot()
626 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot()
658 int aa_pivotroot(struct aa_label *label, const struct path *old_path, in aa_pivotroot() argument
667 AA_BUG(!old_path); in aa_pivotroot()
673 old_path, old_buffer)); in aa_pivotroot()