Lines Matching refs:leaf_fullpath
74 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()
3744 cifs_remap(cifs_sb), mnt_ctx->leaf_fullpath + 1, NULL, &tl); in __follow_dfs_link()
3755 rc = connect_dfs_target(mnt_ctx, full_path, mnt_ctx->leaf_fullpath + 1, tit); in __follow_dfs_link()
3808 server->leaf_fullpath = mnt_ctx->leaf_fullpath; in setup_server_referral_paths()
3809 server->current_fullpath = mnt_ctx->leaf_fullpath; in setup_server_referral_paths()
3811 mnt_ctx->origin_fullpath = mnt_ctx->leaf_fullpath = NULL; in setup_server_referral_paths()
3869 kfree(mnt_ctx.leaf_fullpath); in cifs_mount()
4487 kfree(server->leaf_fullpath); in update_server_fullpath()
4488 server->leaf_fullpath = npath; in update_server_fullpath()
4490 server->current_fullpath = server->leaf_fullpath; in update_server_fullpath()