Home
last modified time | relevance | path

Searched refs:fsop_freefs (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h361 extern void fsop_freefs(vfs_t *);
372 #define VFS_FREEVFS(vfsp) fsop_freefs(vfsp)
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c295 fsop_freefs(vfs_t *vfsp) in fsop_freefs() function