Lines Matching refs:old_path
428 struct path old_path; in aa_bind_mount() local
439 error = kern_path(dev_name, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &old_path); in aa_bind_mount()
445 match_mnt(profile, path, buffer, &old_path, old_buffer, in aa_bind_mount()
448 path_put(&old_path); in aa_bind_mount()
481 struct path old_path; in aa_move_mount() local
490 error = kern_path(orig_name, LOOKUP_FOLLOW, &old_path); in aa_move_mount()
496 match_mnt(profile, path, buffer, &old_path, old_buffer, in aa_move_mount()
499 path_put(&old_path); in aa_move_mount()
612 const struct path *old_path, in build_pivotroot() argument
623 AA_BUG(!old_path); in build_pivotroot()
629 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot()
661 int aa_pivotroot(struct aa_label *label, const struct path *old_path, in aa_pivotroot() argument
670 AA_BUG(!old_path); in aa_pivotroot()
676 old_path, old_buffer)); in aa_pivotroot()