Home
last modified time | relevance | path

Searched refs:fs_mntpt (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c251 char *fs_mntpt, *src_name; in write_dryrun_ascii() local
304 for (n = 0; fs_mntpt = get_fs_name_n(n); n++) { in write_dryrun_ascii()
311 fs_mntpt, in write_dryrun_ascii()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c118 fscp->fs_mntpt = NULL; in fscache_create()
149 if (fscp->fs_mntpt) { in fscache_destroy()
150 strl = strlen(fscp->fs_mntpt); in fscache_destroy()
152 kmem_free(fscp->fs_mntpt, strl + 1); in fscache_destroy()
H A Dcachefs_vfsops.c448 if (fscp->fs_mntpt == NULL) { in cachefs_mount()
458 fscp->fs_mntpt = kmem_alloc(strl, KM_SLEEP); in cachefs_mount()
459 (void) strncpy(fscp->fs_mntpt, tmpstr, strl); in cachefs_mount()
H A Dcachefs_ioctl.c793 if (fscp->fs_mntpt != NULL) in cachefs_io_stateset()
795 fscp->fs_mntpt); in cachefs_io_stateset()
829 if (fscp->fs_mntpt != NULL) in cachefs_io_stateset()
831 fscp->fs_mntpt); in cachefs_io_stateset()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h144 char *fs_mntpt; member