Searched refs:target_inode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/coda/ |
H A D | pioctl.c | 55 struct inode *target_inode = NULL; in coda_pioctl() local 71 target_inode = d_inode(path.dentry); in coda_pioctl() 74 if (target_inode->i_sb != inode->i_sb) { in coda_pioctl() 80 cnp = ITOC(target_inode); in coda_pioctl()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsfs.c | 1270 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range() local 1272 struct cifsInodeInfo *target_cifsi = CIFS_I(target_inode); in cifs_remap_file_range() 1303 lock_two_nondirectories(target_inode, src_inode); in cifs_remap_file_range() 1335 rc = cifs_flush_folio(target_inode, destoff, &fstart, &fend, true); in cifs_remap_file_range() 1338 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() 1353 if (rc == 0 && new_size > i_size_read(target_inode)) { in cifs_remap_file_range() 1354 truncate_setsize(target_inode, new_siz in cifs_remap_file_range() 1379 struct inode *target_inode = file_inode(dst_file); cifs_file_copychunk_range() local [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsfs.c | 1089 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range() local 1119 lock_two_nondirectories(target_inode, src_inode); in cifs_remap_file_range() 1126 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_remap_file_range() 1137 CIFS_I(target_inode)->time = 0; in cifs_remap_file_range() 1140 unlock_two_nondirectories(src_inode, target_inode); in cifs_remap_file_range() 1152 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range() local 1187 lock_two_nondirectories(target_inode, src_inode); in cifs_file_copychunk_range() 1191 truncate_inode_pages(&target_inode->i_data, 0); in cifs_file_copychunk_range() 1203 CIFS_I(target_inode)->time = 0; in cifs_file_copychunk_range() 1207 unlock_two_nondirectories(src_inode, target_inode); in cifs_file_copychunk_range() [all...] |
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | inode.c | 600 struct inode *target_inode; in ecryptfs_rename() local 611 target_inode = d_inode(new_dentry); in ecryptfs_rename() 635 if (target_inode) in ecryptfs_rename() 636 fsstack_copy_attr_all(target_inode, in ecryptfs_rename() 637 ecryptfs_inode_to_lower(target_inode)); in ecryptfs_rename()
|
/kernel/linux/linux-6.6/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()
|
Completed in 8 milliseconds