Searched refs:VFS_TO_FSCACHE (Results 1 – 5 of 5) sorted by relevance
859 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()
1146 struct fscache *fscp = VFS_TO_FSCACHE(CTOV(dcp)->v_vfsp); in cachefs_dir_extend()
396 fscp = VFS_TO_FSCACHE(vfsp); in cachefs_log_logfile_open()
4834 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()
950 #define VFS_TO_FSCACHE(VFSP) ((struct fscache *)((void *)((VFSP)->vfs_data))) macro951 #define C_TO_FSCACHE(CP) (VFS_TO_FSCACHE(CTOV(CP)->v_vfsp))