Searched refs:local_dst (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | main.c | 258 hmdfs_info("local_dst is %s, local_src is %s", sbi->local_dst, in hmdfs_put_super() 273 kfree(sbi->local_dst); in hmdfs_put_super() 783 sbi->real_dst = kstrdup(sbi->local_dst, GFP_KERNEL); in hmdfs_update_dst() 788 kfree(sbi->local_dst); in hmdfs_update_dst() 789 sbi->local_dst = NULL; in hmdfs_update_dst() 796 sbi->local_dst = kmalloc(len, GFP_KERNEL); in hmdfs_update_dst() 797 if (!sbi->local_dst) { in hmdfs_update_dst() 801 snprintf(sbi->local_dst, strlen(sbi->real_dst) + strlen(path_local) + 1, in hmdfs_update_dst() 880 ctrl_hash = path_hash(sbi->local_dst, strlen(sbi->local_dst), true); in hmdfs_fill_super() 966 kfree(sbi->local_dst); in hmdfs_fill_super()
|
D | hmdfs_server.c | 81 const char *root_name = sbi->local_dst; in hmdfs_open_link() 114 const char *root_name = sbi->local_dst; in hmdfs_open_path() 200 ret = kern_path(con->sbi->local_dst, 0, &root_path); in hmdfs_get_inode_by_name() 260 err = kern_path(node->sbi->local_dst, LOOKUP_DIRECTORY, &root_path); in check_sec_level() 574 err = kern_path(con->sbi->local_dst, LOOKUP_DIRECTORY, &path_root); in hmdfs_lookup_create() 576 hmdfs_err("no path for %s, err %d", con->sbi->local_dst, err); in hmdfs_lookup_create() 583 hmdfs_info("no dir in %s, err %d", con->sbi->local_dst, err); in hmdfs_lookup_create() 970 err = kern_path(peer->sbi->local_dst, 0, &root_path); in server_lookup() 1084 dent = hmdfs_root_mkdir(con->device_id, con->sbi->local_dst, in hmdfs_server_mkdir() 1126 dent = hmdfs_root_create(con->device_id, con->sbi->local_dst, in hmdfs_server_create() [all …]
|
D | super.c | 123 err = hmdfs_match_strdup(&args[0], &sbi->local_dst); in hmdfs_parse_options() 168 if (sbi->local_dst == NULL) in hmdfs_parse_options()
|
D | hmdfs.h | 129 char *local_dst; member
|
D | hmdfs_trace.h | 312 strlcpy(__entry->dst, sbi->local_dst, 128); 354 strlcpy(__entry->dst, sbi->local_dst, 128); 734 strlcpy(__entry->dst_path, con->sbi->local_dst,
|
D | hmdfs_dentryfile.c | 2318 err = kern_path(con->sbi->local_dst, 0, &root_path); in hmdfs_add_remote_cache_list() 2765 err = kern_path(sbi->local_dst, 0, &path_dst); in hmdfs_root_rename()
|