Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/fs/cifs/
Dcifsfs.c1187 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range() local
1215 lock_two_nondirectories(target_inode, src_inode); in cifs_remap_file_range()
1222 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_remap_file_range()
1233 CIFS_I(target_inode)->time = 0; in cifs_remap_file_range()
1236 unlock_two_nondirectories(src_inode, target_inode); in cifs_remap_file_range()
1248 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range() local
1283 lock_two_nondirectories(target_inode, src_inode); in cifs_file_copychunk_range()
1293 truncate_inode_pages(&target_inode->i_data, 0); in cifs_file_copychunk_range()
1305 CIFS_I(target_inode)->time = 0; in cifs_file_copychunk_range()
1311 unlock_two_nondirectories(src_inode, target_inode); in cifs_file_copychunk_range()
/linux-6.1.9/fs/ecryptfs/
Dinode.c585 struct inode *target_inode; in ecryptfs_rename() local
597 target_inode = d_inode(new_dentry); in ecryptfs_rename()
626 if (target_inode) in ecryptfs_rename()
627 fsstack_copy_attr_all(target_inode, in ecryptfs_rename()
628 ecryptfs_inode_to_lower(target_inode)); in ecryptfs_rename()