Home
last modified time | relevance | path

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

/linux/fs/coda/
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/cifs/
A Dcifsfs.c1110 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range() local
1138 lock_two_nondirectories(target_inode, src_inode); in cifs_remap_file_range()
1145 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_remap_file_range()
1156 CIFS_I(target_inode)->time = 0; in cifs_remap_file_range()
1159 unlock_two_nondirectories(src_inode, target_inode); in cifs_remap_file_range()
1171 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range() local
1206 lock_two_nondirectories(target_inode, src_inode); in cifs_file_copychunk_range()
1210 truncate_inode_pages(&target_inode->i_data, 0); in cifs_file_copychunk_range()
1222 CIFS_I(target_inode)->time = 0; in cifs_file_copychunk_range()
1226 unlock_two_nondirectories(src_inode, target_inode); in cifs_file_copychunk_range()
/linux/fs/ecryptfs/
A Dinode.c585 struct inode *target_inode; in ecryptfs_rename() local
597 target_inode = d_inode(new_dentry); in ecryptfs_rename()
626 if (target_inode) in ecryptfs_rename()
627 fsstack_copy_attr_all(target_inode, in ecryptfs_rename()
628 ecryptfs_inode_to_lower(target_inode)); in ecryptfs_rename()

Completed in 12 milliseconds