Searched refs:target_inode (Results 1 – 3 of 3) sorted by relevance
56 struct inode *target_inode = NULL; in coda_pioctl() local75 target_inode = d_inode(path.dentry); in coda_pioctl()78 if (target_inode->i_sb != inode->i_sb) { in coda_pioctl()84 cnp = ITOC(target_inode); in coda_pioctl()
43 struct inode *target_inode = file_inode(dst_file); in cifs_ioctl_clone() local109 lock_two_nondirectories(target_inode, src_inode); in cifs_ioctl_clone()120 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_ioctl_clone()134 CIFS_I(target_inode)->time = 0; in cifs_ioctl_clone()138 unlock_two_nondirectories(src_inode, target_inode); in cifs_ioctl_clone()
617 struct inode *target_inode; in ecryptfs_rename() local625 target_inode = d_inode(new_dentry); in ecryptfs_rename()642 if (target_inode) in ecryptfs_rename()643 fsstack_copy_attr_all(target_inode, in ecryptfs_rename()644 ecryptfs_inode_to_lower(target_inode)); in ecryptfs_rename()