Home
last modified time | relevance | path

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

/Linux-v6.6/fs/coda/
Dpioctl.c57 struct inode *target_inode = NULL; in coda_pioctl() local
73 target_inode = d_inode(path.dentry); in coda_pioctl()
76 if (target_inode->i_sb != inode->i_sb) { in coda_pioctl()
82 cnp = ITOC(target_inode); in coda_pioctl()
/Linux-v6.6/fs/smb/client/
Dcifsfs.c1203 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range() local
1231 lock_two_nondirectories(target_inode, src_inode); in cifs_remap_file_range()
1238 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_remap_file_range()
1249 CIFS_I(target_inode)->time = 0; in cifs_remap_file_range()
1252 unlock_two_nondirectories(src_inode, target_inode); in cifs_remap_file_range()
1264 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range() local
1299 lock_two_nondirectories(target_inode, src_inode); in cifs_file_copychunk_range()
1309 truncate_inode_pages(&target_inode->i_data, 0); in cifs_file_copychunk_range()
1321 CIFS_I(target_inode)->time = 0; in cifs_file_copychunk_range()
1327 unlock_two_nondirectories(src_inode, target_inode); in cifs_file_copychunk_range()
/Linux-v6.6/fs/ecryptfs/
Dinode.c587 struct inode *target_inode; in ecryptfs_rename() local
599 target_inode = d_inode(new_dentry); in ecryptfs_rename()
628 if (target_inode) in ecryptfs_rename()
629 fsstack_copy_attr_all(target_inode, in ecryptfs_rename()
630 ecryptfs_inode_to_lower(target_inode)); in ecryptfs_rename()