Searched refs:sh_mountpoint (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_open.c44 if ((shp->sh_mountpoint = shadow_strdup(mountpoint)) == NULL)
54 search.mnt_mountp = shp->sh_mountpoint;
65 if (statvfs64(shp->sh_mountpoint, &vstat) != 0) {
118 free(shp->sh_mountpoint);
H A Dshadow_control.c105 if (mount(shp->sh_special, shp->sh_mountpoint, MS_REMOUNT,
119 (void) snprintf(path, sizeof (path), "%s/%s", shp->sh_mountpoint,
H A Dshadow_migrate.c229 if ((fids = shadow_read_fidlist(shp->sh_mountpoint, idx,
233 if ((fd = open(shp->sh_mountpoint, O_RDONLY)) < 0) {
244 mountptlen = strlen(shp->sh_mountpoint);
250 mountlen = strlen(shp->sh_mountpoint);
300 if (strlen(shp->sh_mountpoint) +
315 (void) memcpy(buf, shp->sh_mountpoint, mountlen);
319 if (strncmp(buf, shp->sh_mountpoint, mountlen) != 0)
392 search.mnt_mountp = shp->sh_mountpoint;
398 shp->sh_mountpoint));
427 (void) shadow_add_entry(shp, shp->sh_mountpoint, NUL
[all...]
H A Dshadow_impl.h130 char *sh_mountpoint; /* Mountpoint path */ member in struct:shadow_handle

Completed in 18 milliseconds