Lines Matching refs:full_path
19 const char *full_path,
25 const char *full_path, const char *symname) in smb2_create_reparse_symlink() argument
63 rc = detect_directory_symlink_target(cifs_sb, xid, full_path, symname, &directory); in smb2_create_reparse_symlink()
91 tcon, full_path, directory, in smb2_create_reparse_symlink()
106 const char *full_path, in detect_directory_symlink_target() argument
146 __func__, symname, full_path); in detect_directory_symlink_target()
156 full_path_len = strlen(full_path); in detect_directory_symlink_target()
173 memcpy(resolved_path, full_path, full_path_len+1); in detect_directory_symlink_target()
205 __func__, symname, full_path); in detect_directory_symlink_target()
233 __func__, symname, full_path); in detect_directory_symlink_target()
278 const char *full_path, umode_t mode, dev_t dev) in mknod_nfs() argument
298 tcon, full_path, false, &iov, NULL); in mknod_nfs()
415 const char *full_path, umode_t mode, dev_t dev) in mknod_wsl() argument
444 xid, tcon, full_path, false, in mknod_wsl()
457 const char *full_path, umode_t mode, dev_t dev) in smb2_mknod_reparse() argument
464 rc = mknod_nfs(xid, inode, dentry, tcon, full_path, mode, dev); in smb2_mknod_reparse()
467 rc = mknod_wsl(xid, inode, dentry, tcon, full_path, mode, dev); in smb2_mknod_reparse()