Home
last modified time | relevance | path

Searched refs:target_inode (Results 1 – 3 of 3) sorted by relevance

/fs/coda/
Dpioctl.c56 struct inode *target_inode = NULL; in coda_pioctl() local
75 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()
/fs/cifs/
Dioctl.c43 struct inode *target_inode = file_inode(dst_file); in cifs_ioctl_clone() local
109 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()
/fs/ecryptfs/
Dinode.c617 struct inode *target_inode; in ecryptfs_rename() local
625 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()