Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c713 cachefs_strdup(mountpoint); in cachefs_kstat_mount()
714 key->ks_backfs = (uint64_t)(uintptr_t)cachefs_strdup(backfs); in cachefs_kstat_mount()
716 cachefs_strdup(cachedir); in cachefs_kstat_mount()
717 key->ks_cacheid = (uint64_t)(uintptr_t)cachefs_strdup(cacheid); in cachefs_kstat_mount()
H A Dcachefs_subr.c2683 cachefs_strdup(char *s) in cachefs_strdup() function
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1306 extern char *cachefs_strdup(char *);