Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h222 int fscache_name_to_fsid(cachefscache_t *cachep, char *namep, ino64_t *fsidp);
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c381 error = fscache_name_to_fsid(cachep, cacheid, &fsid); in cachefs_mount()
1250 error = fscache_name_to_fsid(cachep, cacheid, &fsid); in cachefs_remount()
H A Dcachefs_fscache.c1067 fscache_name_to_fsid(cachefscache_t *cachep, char *namep, ino64_t *fsidp) in fscache_name_to_fsid() function