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()
450 match_mnt(profile, path, buffer, &old_path, old_buffer, in aa_bind_mount()
455 path_put(&old_path); in aa_bind_mount()
490 struct path old_path; in aa_move_mount() local
499 error = kern_path(orig_name, LOOKUP_FOLLOW, &old_path); in aa_move_mount()
509 match_mnt(profile, path, buffer, &old_path, old_buffer, in aa_move_mount()
514 path_put(&old_path); in aa_move_mount()
642 const struct path *old_path, in build_pivotroot() argument
653 AA_BUG(!old_path); in build_pivotroot()
659 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot()
691 int aa_pivotroot(struct aa_label *label, const struct path *old_path, in aa_pivotroot() argument
700 AA_BUG(!old_path); in aa_pivotroot()
710 old_path, old_buffer)); in aa_pivotroot()