Home
last modified time | relevance | path

Searched refs:i_mntpt (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c244 fscache_object_p->i_mntpt[0] = '\0'; in fscache_setup()
319 strlcpy(fscache_object_p->i_mntpt, value, in fscache_setup()
320 sizeof (fscache_object_p->i_mntpt)); in fscache_setup()
379 fscache_object_p->i_mntpt); in fscache_setup()
441 if (umount(fscache_object_p->i_mntpt) == -1) { in fscache_process()
468 fscache_object_p->i_mntpt); in fscache_process()
486 fscache_object_p->i_mntpt)); in fscache_process()
747 if (umount2(fscache_object_p->i_mntpt, flag) == -1) { in fscache_unmount()
824 dbug_precond(fscache_object_p->i_mntpt[0]); in fscache_server_alive()
852 fscache_object_p->i_mntpt, NULL); in fscache_server_alive()
H A Dcfsd_svc.c248 xx = kmod_setup(kmod_object_p, fscache_object_p->i_mntpt); in cachefsd_cache_status_1_svc()
477 outp->cms_mountpt = subr_strdup(fscache_object_p->i_mntpt); in cachefsd_mount_stat_1_svc()
616 if (strcmp(fscache_object_p->i_mntpt, in cachefsd_fs_unmounted_1_svc()
701 if (strcmp(fscache_object_p->i_mntpt, inp->cda_mntpt) in cachefsd_disconnection_1_svc()
H A Dcfsd_fscache.h43 char i_mntpt[MAXPATHLEN]; /* mount point */ member