Home
last modified time | relevance | path

Searched refs:leaf_fullpath (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/cifs/
Dconnect.c74 char *origin_fullpath, *leaf_fullpath; member
575 if (!server->origin_fullpath || !server->leaf_fullpath) { in cifs_reconnect()
1030 kfree(server->leaf_fullpath); in clean_demultiplex_info()
3708 mnt_ctx->leaf_fullpath = kstrdup(mnt_ctx->origin_fullpath, GFP_KERNEL); in connect_dfs_root()
3709 if (!mnt_ctx->leaf_fullpath) in connect_dfs_root()
3733 kfree(mnt_ctx->leaf_fullpath); in __follow_dfs_link()
3734 mnt_ctx->leaf_fullpath = dfs_cache_canonical_path(full_path, cifs_sb->local_nls, in __follow_dfs_link()
3736 if (IS_ERR(mnt_ctx->leaf_fullpath)) { in __follow_dfs_link()
3737 rc = PTR_ERR(mnt_ctx->leaf_fullpath); in __follow_dfs_link()
3738 mnt_ctx->leaf_fullpath = NULL; in __follow_dfs_link()
[all …]
Ddfs_cache.c1440 if (server->leaf_fullpath && strcasecmp(server->leaf_fullpath, in refresh_tcon()
1442 __refresh_tcon(server->leaf_fullpath + 1, sessions, tcon, force_refresh); in refresh_tcon()
1556 if (server->leaf_fullpath && strcasecmp(server->leaf_fullpath, in refresh_mounts()
1558 __refresh_tcon(server->leaf_fullpath + 1, sessions, tcon, false); in refresh_mounts()
Dcifsglob.h754 char *origin_fullpath, *leaf_fullpath, *current_fullpath; member