Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/fs/smb/client/
H A Dcifsfs.c1274 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range() local
1307 lock_two_nondirectories(target_inode, src_inode); 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()
1367 CIFS_I(target_inode)->time = 0; in cifs_remap_file_range()
1371 unlock_two_nondirectories(src_inode, target_inode); in cifs_remap_file_range()
1383 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range() local
1420 lock_two_nondirectories(target_inode, src_inode); in cifs_file_copychunk_range()
1462 truncate_setsize(target_inode, destoff + rc); in cifs_file_copychunk_range()
1470 CIFS_I(target_inode)->time = 0; in cifs_file_copychunk_range()
[all …]
/openbmc/linux/fs/ecryptfs/
H A Dinode.c595 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()