Searched refs:source_dentry (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2inode.c | 1216 struct dentry *source_dentry, in smb2_rename_path() argument 1220 struct inode *inode = source_dentry ? d_inode(source_dentry) : NULL; in smb2_rename_path() 1222 __u32 co = file_create_options(source_dentry); in smb2_rename_path() 1229 co, DELETE, SMB2_OP_RENAME, cfile, source_dentry); in smb2_rename_path() 1256 struct dentry *source_dentry, in smb2_create_hardlink() argument 1260 struct inode *inode = source_dentry ? d_inode(source_dentry) : NULL; in smb2_create_hardlink() 1261 __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 | 2495 struct dentry *source_dentry, struct inode *target_dir, argument 2541 from_name = build_path_from_dentry(source_dentry, page1); 2553 cifs_close_deferred_file_under_dentry(tcon, source_dentry); 2559 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2565 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2663 rc = cifs_do_rename(xid, source_dentry, from_name,
|
| H A D | cifsglob.h | 457 struct dentry *source_dentry, 463 struct dentry *source_dentry,
|