Searched refs:target_inode (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/coda/ |
H A D | pioctl.c | 57 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()
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsfs.c | 1286 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range() local 1288 struct cifsInodeInfo *target_cifsi = CIFS_I(target_inode); in cifs_remap_file_range() 1319 lock_two_nondirectories(target_inode, src_inode); in cifs_remap_file_range() 1351 rc = cifs_flush_folio(target_inode, destoff, &fstart, &fend, true); in cifs_remap_file_range() 1354 rc = cifs_flush_folio(target_inode, destend, &fstart, &fend, false); in cifs_remap_file_range() 1360 truncate_inode_pages_range(&target_inode->i_data, fstart, fend); in cifs_remap_file_range() 1362 fscache_invalidate(cifs_inode_cookie(target_inode), NULL, in cifs_remap_file_range() 1363 i_size_read(target_inode), 0); in cifs_remap_file_range() 1369 if (rc == 0 && new_size > i_size_read(target_inode)) { in cifs_remap_file_range() 1370 truncate_setsize(target_inode, new_size); in cifs_remap_file_range() [all …]
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 595 struct inode *target_inode; in ecryptfs_rename() local 607 target_inode = d_inode(new_dentry); in ecryptfs_rename() 636 if (target_inode) in ecryptfs_rename() 637 fsstack_copy_attr_all(target_inode, in ecryptfs_rename() 638 ecryptfs_inode_to_lower(target_inode)); in ecryptfs_rename()
|