Searched refs:source_dentry (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2inode.c | 1237 struct dentry *source_dentry, in smb2_rename_path() argument 1241 struct inode *inode = source_dentry ? d_inode(source_dentry) : NULL; in smb2_rename_path() 1243 __u32 co = file_create_options(source_dentry); in smb2_rename_path() 1250 co, DELETE, SMB2_OP_RENAME, cfile, source_dentry); in smb2_rename_path() 1277 struct dentry *source_dentry, in smb2_create_hardlink() argument 1281 struct inode *inode = source_dentry ? d_inode(source_dentry) : NULL; in smb2_create_hardlink() 1282 __u32 co = file_create_options(source_dentry); in smb2_create_hardlink()
|
| H A D | smb2proto.h | 89 struct dentry *source_dentry, const char *from_name, 92 struct dentry *source_dentry, const char *from_name,
|
| H A D | cifsfs.h | 73 struct dentry *source_dentry, struct inode *target_dir,
|
| H A D | inode.c | 2529 struct dentry *source_dentry, struct inode *target_dir, argument 2575 from_name = build_path_from_dentry(source_dentry, page1); 2587 cifs_close_deferred_file_under_dentry(tcon, source_dentry); 2593 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2599 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2697 rc = cifs_do_rename(xid, source_dentry, from_name, 2706 cifs_invalidate_cached_dir(tcon, source_dentry->d_parent); 2707 if (target_dentry->d_parent != source_dentry->d_parent)
|
| H A D | cifsglob.h | 458 struct dentry *source_dentry, 464 struct dentry *source_dentry,
|
| H A D | cifssmb.c | 2470 struct dentry *source_dentry, in CIFSSMBRename() argument 2794 struct dentry *source_dentry, in CIFSCreateHardLink() argument
|