Lines Matching refs:path
817 .path = "",
861 .path = "",
909 .path = full_path,
1056 const unsigned char *path, const unsigned char *ea_name,
1066 rc = smb2_query_info_compound(xid, tcon, path,
1105 const char *path, const char *ea_name, const void *ea_value,
1134 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
1149 rc = ses->server->ops->query_all_EAs(xid, tcon, path,
1160 rc = smb2_query_info_compound(xid, tcon, path,
1195 .path = path,
1480 __le16 *path, int is_dir,
1571 &rqst[0], &oplock, &oparms, path);
2143 const unsigned char *path;
2151 path = build_path_from_dentry(dentry, page);
2152 if (IS_ERR(path)) {
2153 rc = PTR_ERR(path);
2157 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
2179 .path = path,
2197 cifs_dbg(FYI, "change notify for path %s rc %d\n", path, rc);
2216 const char *path, struct cifs_sb_info *cifs_sb,
2234 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
2252 .path = path,
2539 const char *path, u32 desired_access,
2558 if (!path)
2559 path = "";
2560 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
2579 if (!strcmp(path, ""))
2580 open_cached_dir(xid, tcon, path, cifs_sb, false,
2588 .path = path,
2724 .path = "",
2795 cifs_dbg(FYI, "%s: path: %s\n", __func__, search_name);
2898 cifs_dbg(FYI, "%s: target path: %s\n",
2938 cifs_dbg(FYI, "%s: target path: %s\n", __func__, data->symlink_target);
3018 cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path);
3045 .path = full_path,
3166 const char *path, u32 *pacllen, u32 info)
3178 cifs_dbg(FYI, "get smb3 acl for path %s\n", path);
3185 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
3194 .path = path,
3232 struct inode *inode, const char *path, int aclflag)
3244 cifs_dbg(FYI, "set smb3 acl for path %s\n", path);
3258 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
3270 .path = path,
3291 struct inode *inode, const char *path,
3300 return get_smb2_acl_by_path(cifs_sb, path, pacllen, info);
5148 .path = full_path,