Lines Matching defs:path
816 cifs_close_deferred_file_under_dentry(struct cifs_tcon *tcon, const char *path)
829 if (strstr(full_path, path)) {
1091 * copy_path_name - copy src path to dst, possibly truncating
1257 char *path;
1263 * Fast path - skip check when @full_path doesn't have a prefix path to
1279 * Slow path - tcon is DFS and @full_path has prefix path, so attempt
1283 path = kmalloc(len, GFP_KERNEL);
1284 if (!path)
1287 scnprintf(path, len, "%s%s", tcon->tree_name, full_path);
1288 ref_path = dfs_cache_canonical_path(path + 1, cifs_sb->local_nls,
1290 kfree(path);