Lines Matching refs:mountpoint
13 char mountpoint[PATH_MAX];
25 char mountpoint[PATH_MAX];
28 if (strlen(cached->mountpoint) < maxlen) {
29 strcpy(buf, cached->mountpoint);
45 mountpoint[0] = '\0';
73 strcpy(mountpoint, path);
88 strcpy(mountpoint, path);
99 strcpy(cached->mountpoint, mountpoint);
102 if (mountpoint[0] && strlen(mountpoint) < maxlen) {
103 strcpy(buf, mountpoint);