xfs_iext_lookup_extent 3862 fs/xfs/libxfs/xfs_bmap.c 	if (!xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got))
xfs_iext_lookup_extent 4336 fs/xfs/libxfs/xfs_bmap.c 	if (!xfs_iext_lookup_extent(ip, ifp, bno, &bma.icur, &bma.got))
xfs_iext_lookup_extent 4481 fs/xfs/libxfs/xfs_bmap.c 	if (!xfs_iext_lookup_extent(ip, ifp, offset_fsb, &bma.icur, &bma.got) ||
xfs_iext_lookup_extent 4598 fs/xfs/libxfs/xfs_bmap.c 	if (xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got)) {
xfs_iext_lookup_extent 5732 fs/xfs/libxfs/xfs_bmap.c 	if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) {
xfs_iext_lookup_extent 5858 fs/xfs/libxfs/xfs_bmap.c 		if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) {
xfs_iext_lookup_extent 5955 fs/xfs/libxfs/xfs_bmap.c 	if (!xfs_iext_lookup_extent(ip, ifp, split_fsb, &icur, &got) ||
xfs_iext_lookup_extent  968 fs/xfs/libxfs/xfs_iext_tree.c 	if (xfs_iext_lookup_extent(ip, ifp, *end - 1, cur, gotp) &&
xfs_iext_lookup_extent  110 fs/xfs/libxfs/xfs_inode_fork.h bool		xfs_iext_lookup_extent(struct xfs_inode *ip,
xfs_iext_lookup_extent  410 fs/xfs/scrub/bmap.c 	if (!xfs_iext_lookup_extent(ip, ifp, irec.br_startoff, &icur,
xfs_iext_lookup_extent  487 fs/xfs/scrub/bmap.c 	have_map = xfs_iext_lookup_extent(sc->ip, ifp, rec->rm_offset,
xfs_iext_lookup_extent  659 fs/xfs/scrub/dir.c 	found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got);
xfs_iext_lookup_extent  696 fs/xfs/scrub/dir.c 		found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got);
xfs_iext_lookup_extent  703 fs/xfs/scrub/dir.c 	if (xfs_iext_lookup_extent(sc->ip, ifp, leaf_lblk, &icur, &got) &&
xfs_iext_lookup_extent  722 fs/xfs/scrub/dir.c 	found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got);
xfs_iext_lookup_extent  760 fs/xfs/scrub/dir.c 		found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got);
xfs_iext_lookup_extent  541 fs/xfs/xfs_aops.c 	    xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &imap))
xfs_iext_lookup_extent  565 fs/xfs/xfs_aops.c 	if (!xfs_iext_lookup_extent(ip, &ip->i_df, offset_fsb, &icur, &imap))
xfs_iext_lookup_extent  619 fs/xfs/xfs_bmap_util.c 	if (!xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got)) {
xfs_iext_lookup_extent  269 fs/xfs/xfs_dir2_readdir.c 	if (!xfs_iext_lookup_extent(dp, ifp, map_off, &icur, &map))
xfs_iext_lookup_extent  637 fs/xfs/xfs_dquot.c 	if (xfs_iext_lookup_extent(quotip, &quotip->i_df, start, &cur, &got)) {
xfs_iext_lookup_extent  576 fs/xfs/xfs_iomap.c 	eof = !xfs_iext_lookup_extent(ip, &ip->i_df, offset_fsb, &icur, &imap);
xfs_iext_lookup_extent  599 fs/xfs/xfs_iomap.c 		cow_eof = !xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb,
xfs_iext_lookup_extent 1170 fs/xfs/xfs_iomap.c 	if (xfs_iext_lookup_extent(ip, &ip->i_df, offset_fsb, &icur, &imap)) {
xfs_iext_lookup_extent 1190 fs/xfs/xfs_iomap.c 	    xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &cmap))
xfs_iext_lookup_extent  255 fs/xfs/xfs_reflink.c 	if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &got))
xfs_iext_lookup_extent  325 fs/xfs/xfs_reflink.c 	if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &got))
xfs_iext_lookup_extent 1491 fs/xfs/xfs_reflink.c 	found = xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got);
xfs_iext_lookup_extent  906 fs/xfs/xfs_super.c 	if (!ifp || !xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got))