Lines Matching refs:path
1078 const unsigned char *path, const unsigned char *ea_name,
1089 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
1134 const char *path, const char *ea_name, const void *ea_value,
1165 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
1175 rc = ses->server->ops->query_all_EAs(xid, tcon, path,
1511 __le16 *path, int is_dir,
1602 &rqst[0], &oplock, &oparms, path);
2182 unsigned char *path = NULL;
2187 path = build_path_from_dentry(dentry);
2188 if (path == NULL)
2193 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
2222 cifs_dbg(FYI, "change notify for path %s rc %d\n", path, rc);
2225 kfree(path);
2232 const char *path, struct cifs_sb_info *cifs_sb,
2249 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
2717 cifs_dbg(FYI, "%s: path: %s\n", __func__, search_name);
2821 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path);
2851 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path);
2925 cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path);
3068 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path);
3104 cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path);
3244 const char *path, u32 *pacllen)
3256 cifs_dbg(FYI, "get smb3 acl for path %s\n", path);
3263 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
3302 struct inode *inode, const char *path, int aclflag)
3314 cifs_dbg(FYI, "set smb3 acl for path %s\n", path);
3326 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
3337 oparms.path = path;
3358 struct inode *inode, const char *path,
3367 return get_smb2_acl_by_path(cifs_sb, path, pacllen);
5079 oparms.path = full_path;