Lines Matching refs:origin_fullpath
2548 if (tcon->origin_fullpath) { in match_tcon()
2551 tcon->origin_fullpath)) in match_tcon()
2986 if (tcon->origin_fullpath && in match_prepath()
2987 dfs_src_pathname_equal(tcon->origin_fullpath, ctx->source)) in match_prepath()
4377 char *origin_fullpath = NULL; in cifs_construct_tcon() local
4424 if (master_tcon->origin_fullpath) { in cifs_construct_tcon()
4426 origin_fullpath = dfs_get_path(cifs_sb, cifs_sb->ctx->source); in cifs_construct_tcon()
4427 if (IS_ERR(origin_fullpath)) { in cifs_construct_tcon()
4428 tcon = ERR_CAST(origin_fullpath); in cifs_construct_tcon()
4429 origin_fullpath = NULL; in cifs_construct_tcon()
4445 if (origin_fullpath) { in cifs_construct_tcon()
4447 tcon->origin_fullpath = origin_fullpath; in cifs_construct_tcon()
4449 origin_fullpath = NULL; in cifs_construct_tcon()
4463 kfree(origin_fullpath); in cifs_construct_tcon()