Home
last modified time | relevance | path

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

/linux/fs/coda/
H A 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/fs/smb/client/
H A Dcifsfs.c1271 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range() local
1273 struct cifsInodeInfo *target_cifsi = CIFS_I(target_inode); in cifs_remap_file_range()
1304 lock_two_nondirectories(target_inode, src_inode); in cifs_remap_file_range()
1336 rc = cifs_flush_folio(target_inode, destoff, &fstart, &fend, true); in cifs_remap_file_range()
1339 rc = cifs_flush_folio(target_inode, destend, &fstart, &fend, false); in cifs_remap_file_range()
1348 truncate_inode_pages_range(&target_inode->i_data, fstart, fend); in cifs_remap_file_range()
1350 fscache_invalidate(cifs_inode_cookie(target_inode), NULL, in cifs_remap_file_range()
1351 i_size_read(target_inode), 0); in cifs_remap_file_range()
1358 truncate_setsize(target_inode, new_size); in cifs_remap_file_range()
1359 fscache_resize_cookie(cifs_inode_cookie(target_inode), in cifs_remap_file_range()
1384 struct inode *target_inode = file_inode(dst_file); cifs_file_copychunk_range() local
[all...]
/linux/fs/ecryptfs/
H A Dinode.c603 struct inode *target_inode; in ecryptfs_rename() local
615 target_inode = d_inode(new_dentry); in ecryptfs_rename()
646 if (target_inode) in ecryptfs_rename()
647 fsstack_copy_attr_all(target_inode, in ecryptfs_rename()
648 ecryptfs_inode_to_lower(target_inode)); in ecryptfs_rename()