Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_util.c1178 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() local
1189 tifp->if_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1196 if (ifp->if_nextents < tifp->if_nextents) in xfs_swap_extents_check_format()
1212 tifp->if_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()
1216 if (tifp->if_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
1217 tifp->if_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1234 if (tifp->if_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()
1236 xfs_bmap_bmdr_space(tifp->if_broot) > xfs_inode_fork_boff(ip)) in xfs_swap_extents_check_format()
1238 if (tifp->if_nextents <= XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
/linux/fs/xfs/scrub/
H A Dtempfile.c664 struct xfs_ifork *tifp; in xrep_tempexch_estimate() local
677 tifp = xfs_ifork_ptr(sc->tempip, whichfork); in xrep_tempexch_estimate()
678 if (tifp->if_format == XFS_DINODE_FMT_LOCAL) in xrep_tempexch_estimate()
697 req->nr_exchanges = 1 + tifp->if_nextents; in xrep_tempexch_estimate()