Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/fs/cifs/
Dcifsfs.c982 struct inode *target_inode = file_inode(dst_file); in cifs_clone_file_range() local
1004 lock_two_nondirectories(target_inode, src_inode); in cifs_clone_file_range()
1011 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_clone_file_range()
1022 CIFS_I(target_inode)->time = 0; in cifs_clone_file_range()
1025 unlock_two_nondirectories(src_inode, target_inode); in cifs_clone_file_range()
1037 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range() local
1046 if (src_inode == target_inode) { in cifs_file_copychunk_range()
1073 lock_two_nondirectories(target_inode, src_inode); in cifs_file_copychunk_range()
1077 truncate_inode_pages(&target_inode->i_data, 0); in cifs_file_copychunk_range()
1088 CIFS_I(target_inode)->time = 0; in cifs_file_copychunk_range()
[all …]
/Linux-v4.19/fs/ecryptfs/
Dinode.c583 struct inode *target_inode; in ecryptfs_rename() local
594 target_inode = d_inode(new_dentry); in ecryptfs_rename()
611 if (target_inode) in ecryptfs_rename()
612 fsstack_copy_attr_all(target_inode, in ecryptfs_rename()
613 ecryptfs_inode_to_lower(target_inode)); in ecryptfs_rename()