Home
last modified time | relevance | path

Searched refs:target_inode (Results 1 – 2 of 2) 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.c1267 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range() local
1269 struct cifsInodeInfo *target_cifsi = CIFS_I(target_inode); in cifs_remap_file_range()
1300 lock_two_nondirectories(target_inode, src_inode); in cifs_remap_file_range()
1332 rc = cifs_flush_folio(target_inode, destoff, &fstart, &fend, true); in cifs_remap_file_range()
1335 rc = cifs_flush_folio(target_inode, destend, &fstart, &fend, false); in cifs_remap_file_range()
1344 truncate_inode_pages_range(&target_inode->i_data, fstart, fend); in cifs_remap_file_range()
1346 fscache_invalidate(cifs_inode_cookie(target_inode), NULL, in cifs_remap_file_range()
1347 i_size_read(target_inode), 0); in cifs_remap_file_range()
1354 truncate_setsize(target_inode, new_size); in cifs_remap_file_range()
1355 fscache_resize_cookie(cifs_inode_cookie(target_inode), in cifs_remap_file_range()
[all …]