Lines Matching refs:old_path
426 struct path old_path; in aa_bind_mount() local
437 error = kern_path(dev_name, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &old_path); in aa_bind_mount()
448 match_mnt(subj_cred, profile, path, buffer, &old_path, in aa_bind_mount()
453 path_put(&old_path); in aa_bind_mount()
520 struct path old_path; in aa_move_mount_old() local
525 error = kern_path(orig_name, LOOKUP_FOLLOW, &old_path); in aa_move_mount_old()
529 error = aa_move_mount(subj_cred, label, &old_path, path); in aa_move_mount_old()
530 path_put(&old_path); in aa_move_mount_old()
666 const struct path *old_path, in build_pivotroot() argument
679 AA_BUG(!old_path); in build_pivotroot()
685 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot()
719 const struct path *old_path, in aa_pivotroot() argument
728 AA_BUG(!old_path); in aa_pivotroot()
739 old_path, old_buffer)); in aa_pivotroot()