Searched refs:old_file (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/fs/overlayfs/
H A Dcopy_up.c86 struct file *old_file; ovl_copy_up_data() local
95 old_file = ovl_path_open(old, O_LARGEFILE | O_RDONLY); ovl_copy_up_data()
96 if (IS_ERR(old_file)) ovl_copy_up_data()
97 return PTR_ERR(old_file); ovl_copy_up_data()
118 bytes = do_splice_direct(old_file, &old_pos, ovl_copy_up_data()
132 fput(old_file); ovl_copy_up_data()
/linux-4.4.14/fs/cifs/
H A Dlink.c540 cifs_hardlink(struct dentry *old_file, struct inode *inode, cifs_hardlink() argument
560 from_name = build_path_from_dentry(old_file); cifs_hardlink()
589 if (d_really_is_positive(old_file)) { cifs_hardlink()
590 cifsInode = CIFS_I(d_inode(old_file)); cifs_hardlink()
592 spin_lock(&d_inode(old_file)->i_lock); cifs_hardlink()
593 inc_nlink(d_inode(old_file)); cifs_hardlink()
594 spin_unlock(&d_inode(old_file)->i_lock); cifs_hardlink()
/linux-4.4.14/drivers/block/
H A Dloop.c581 struct file *old_file = lo->lo_backing_file; do_loop_switch() local
589 mapping_set_gfp_mask(old_file->f_mapping, lo->old_gfp_mask); do_loop_switch()
662 struct file *file, *old_file; loop_change_fd() local
681 old_file = lo->lo_backing_file; loop_change_fd()
689 if (get_loop_size(lo, file) != get_loop_size(lo, old_file)) loop_change_fd()
697 fput(old_file); loop_change_fd()
/linux-4.4.14/tools/perf/
H A Dbuiltin-diff.c780 "perf diff [<options>] [old_file] [new_file]",

Completed in 280 milliseconds