Home
last modified time | relevance | path

Searched refs:path_local (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dmain.c804 const char *path_local = UPDATE_LOCAL_DST; in hmdfs_update_dst() local
815 len = strlen(sbi->real_dst) + strlen(path_local) + 1; in hmdfs_update_dst()
825 snprintf(sbi->local_dst, strlen(sbi->real_dst) + strlen(path_local) + 1, in hmdfs_update_dst()
826 "%s%s", sbi->real_dst, path_local); in hmdfs_update_dst()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dmain.c804 const char *path_local = UPDATE_LOCAL_DST; in hmdfs_update_dst() local
815 len = strlen(sbi->real_dst) + strlen(path_local) + 1; in hmdfs_update_dst()
825 snprintf(sbi->local_dst, strlen(sbi->real_dst) + strlen(path_local) + 1, in hmdfs_update_dst()
826 "%s%s", sbi->real_dst, path_local); in hmdfs_update_dst()

Completed in 4 milliseconds