xfs_iext_count   1287 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(i == xfs_iext_count(ifp));
xfs_iext_count   5240 fs/xfs/libxfs/xfs_bmap.c 	if (xfs_iext_count(ifp) == 0) {
xfs_iext_count    136 fs/xfs/libxfs/xfs_iext_tree.c 		return xfs_iext_count(ifp);
xfs_iext_count    103 fs/xfs/libxfs/xfs_inode_fork.h xfs_extnum_t	xfs_iext_count(struct xfs_ifork *ifp);
xfs_iext_count    154 fs/xfs/xfs_inode_item.c 			ASSERT(xfs_iext_count(&ip->i_df) > 0);
xfs_iext_count    239 fs/xfs/xfs_inode_item.c 			ASSERT(xfs_iext_count(ip->i_afp) ==
xfs_iext_count   1126 fs/xfs/xfs_ioctl.c 				fa->fsx_nextents = xfs_iext_count(ip->i_afp);
xfs_iext_count   1133 fs/xfs/xfs_ioctl.c 			fa->fsx_nextents = xfs_iext_count(&ip->i_df);