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(subj_cred, profile, path, buffer, &old_path, in aa_bind_mount()
455 path_put(&old_path); in aa_bind_mount()
522 struct path old_path; in aa_move_mount_old() local
527 error = kern_path(orig_name, LOOKUP_FOLLOW, &old_path); in aa_move_mount_old()
531 error = aa_move_mount(subj_cred, label, &old_path, path); in aa_move_mount_old()
532 path_put(&old_path); in aa_move_mount_old()
668 const struct path *old_path, in build_pivotroot() argument
681 AA_BUG(!old_path); in build_pivotroot()
687 error = aa_path_name(old_path, path_flags(profile, old_path), in build_pivotroot()
721 const struct path *old_path, in aa_pivotroot() argument
730 AA_BUG(!old_path); in aa_pivotroot()
741 old_path, old_buffer)); in aa_pivotroot()