Searched refs:tifp (Results 1 – 3 of 3) sorted by relevance
413 static inline void switch_to_bitmap(unsigned long tifp) in switch_to_bitmap() argument422 if (tifp & _TIF_IO_BITMAP) in switch_to_bitmap()486 static inline void switch_to_bitmap(unsigned long tifp) { } in switch_to_bitmap() argument613 static __always_inline void __speculation_ctrl_update(unsigned long tifp, in __speculation_ctrl_update() argument616 unsigned long tif_diff = tifp ^ tifn; in __speculation_ctrl_update()694 unsigned long tifp, tifn; in __switch_to_xtra() local697 tifp = read_task_thread_flags(prev_p); in __switch_to_xtra()699 switch_to_bitmap(tifp); in __switch_to_xtra()703 if ((tifp & _TIF_BLOCKSTEP || tifn & _TIF_BLOCKSTEP) && in __switch_to_xtra()714 if ((tifp ^ tifn) & _TIF_NOTSC) in __switch_to_xtra()[all …]
1130 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() local1141 tifp->if_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()1148 if (ifp->if_nextents < tifp->if_nextents) in xfs_swap_extents_check_format()1164 tifp->if_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()1168 if (tifp->if_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()1169 tifp->if_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()1186 if (tifp->if_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()1188 xfs_bmap_bmdr_space(tifp->if_broot) > xfs_inode_fork_boff(ip)) in xfs_swap_extents_check_format()1190 if (tifp->if_nextents <= XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
660 struct xfs_ifork *tifp; in xrep_tempexch_estimate() local673 tifp = xfs_ifork_ptr(sc->tempip, whichfork); in xrep_tempexch_estimate()674 if (tifp->if_format == XFS_DINODE_FMT_LOCAL) in xrep_tempexch_estimate()693 req->nr_exchanges = 1 + tifp->if_nextents; in xrep_tempexch_estimate()