Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h362 extern void fsop_freefs(vfs_t *);
373 #define VFS_FREEVFS(vfsp) fsop_freefs(vfsp)
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c297 fsop_freefs(vfs_t *vfsp) in fsop_freefs() function