Lines Matching refs:leaf_fullpath
61 ctx->leaf_fullpath = (char *)full_path;
63 ctx->leaf_fullpath = NULL;
365 kfree(server->leaf_fullpath);
366 server->leaf_fullpath = npath;
473 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix);
487 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit);
537 char *old_fullpath = server->leaf_fullpath;
548 if (rc && server->leaf_fullpath != old_fullpath)
609 if (!cifs_sb || !server->leaf_fullpath ||
610 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) {