Home
last modified time | relevance | path

Searched refs:VFS_TO_FSCACHE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c859 fscache_t *fscp = VFS_TO_FSCACHE(vfsp); in cachefs_unmount()
1078 struct fscache *fscp = VFS_TO_FSCACHE(vfsp); in cachefs_statvfs()
1178 fscache_t *fscp = VFS_TO_FSCACHE(vfsp); in cachefs_remount()
H A Dcachefs_dir.c1146 struct fscache *fscp = VFS_TO_FSCACHE(CTOV(dcp)->v_vfsp); in cachefs_dir_extend()
H A Dcachefs_log.c396 fscp = VFS_TO_FSCACHE(vfsp); in cachefs_log_logfile_open()
H A Dcachefs_vnops.c4834 fscache_t *fscp = VFS_TO_FSCACHE(tdvp->v_vfsp); in cachefs_link()
4930 fscache_t *fscp = VFS_TO_FSCACHE(tdvp->v_vfsp); in cachefs_link_connected()
5030 fscache_t *fscp = VFS_TO_FSCACHE(tdvp->v_vfsp); in cachefs_link_disconnected()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h950 #define VFS_TO_FSCACHE(VFSP) ((struct fscache *)((void *)((VFSP)->vfs_data))) macro
951 #define C_TO_FSCACHE(CP) (VFS_TO_FSCACHE(CTOV(CP)->v_vfsp))