Searched refs:source_dentry (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2inode.c | 1220 struct dentry *source_dentry, in smb2_rename_path() argument 1224 struct inode *inode = source_dentry ? d_inode(source_dentry) : NULL; in smb2_rename_path() 1226 __u32 co = file_create_options(source_dentry); in smb2_rename_path() 1233 co, DELETE, SMB2_OP_RENAME, cfile, source_dentry); in smb2_rename_path() 1260 struct dentry *source_dentry, in smb2_create_hardlink() argument 1264 struct inode *inode = source_dentry ? d_inode(source_dentry) : NULL; in smb2_create_hardlink() 1265 __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 | inode.c | 2517 struct dentry *source_dentry, struct inode *target_dir, 2563 from_name = build_path_from_dentry(source_dentry, page1); 2575 cifs_close_deferred_file_under_dentry(tcon, source_dentry); 2581 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2587 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2685 rc = cifs_do_rename(xid, source_dentry, from_name, 2694 cifs_invalidate_cached_dir(tcon, source_dentry->d_parent); 2695 if (target_dentry->d_parent != source_dentry->d_parent) 2495 cifs_rename2(struct mnt_idmap * idmap,struct inode * source_dir,struct dentry * source_dentry,struct inode * target_dir,struct dentry * target_dentry,unsigned int flags) global() argument
|
| H A D | cifsglob.h | 457 struct dentry *source_dentry, 463 struct dentry *source_dentry,
|
| H A D | cifssmb.c | 2464 struct dentry *source_dentry, in CIFSSMBRename() argument 2788 struct dentry *source_dentry, in CIFSCreateHardLink() argument
|