LP_SD
len = strlcpy(path, LP_SD(lp), sizeof(path));
__func__, LP_SD(lp));
r = snprintf(dst, sz, "%s/%s", LP_SD(lp), fname);
path[strlen(LP_SD(lp)) + 1] = 'c';
path[strlen(LP_SD(lp)) + 1] = 't';
ipath[strlen(LP_SD(lp)) + 1] = 't';
opath[strlen(LP_SD(lp)) + 1] = 'c';
if (statfs(LP_SD(lp), &st) == -1)