Searched refs:fs_mntpt (Results 1 – 5 of 5) sorted by relevance
251 char *fs_mntpt, *src_name; in write_dryrun_ascii() local304 for (n = 0; fs_mntpt = get_fs_name_n(n); n++) { in write_dryrun_ascii()311 fs_mntpt, in write_dryrun_ascii()
118 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()
448 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()
793 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()
144 char *fs_mntpt; member