nullfb           3048 fs/xfs/libxfs/xfs_bmap.c 	int		nullfb;		/* true if ap->firstblock isn't set */
nullfb           3059 fs/xfs/libxfs/xfs_bmap.c 	nullfb = ap->tp->t_firstblock == NULLFSBLOCK;
nullfb           3062 fs/xfs/libxfs/xfs_bmap.c 	fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp,
nullfb           3126 fs/xfs/libxfs/xfs_bmap.c 			if (!rt && !nullfb &&
nullfb           3168 fs/xfs/libxfs/xfs_bmap.c 			if (!rt && !nullfb &&
nullfb           3393 fs/xfs/libxfs/xfs_bmap.c 	int		nullfb;		/* true if ap->firstblock isn't set */
nullfb           3425 fs/xfs/libxfs/xfs_bmap.c 	nullfb = ap->tp->t_firstblock == NULLFSBLOCK;
nullfb           3426 fs/xfs/libxfs/xfs_bmap.c 	fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp,
nullfb           3428 fs/xfs/libxfs/xfs_bmap.c 	if (nullfb) {
nullfb           3446 fs/xfs/libxfs/xfs_bmap.c 	if (nullfb || XFS_FSB_TO_AGNO(mp, ap->blkno) == fb_agno)
nullfb           3463 fs/xfs/libxfs/xfs_bmap.c 	if (nullfb) {
nullfb           3589 fs/xfs/libxfs/xfs_bmap.c 	if (args.fsbno == NULLFSBLOCK && nullfb &&
nullfb           3597 fs/xfs/libxfs/xfs_bmap.c 	if (args.fsbno == NULLFSBLOCK && nullfb) {
nullfb           3617 fs/xfs/libxfs/xfs_bmap.c 		ASSERT(nullfb || fb_agno <= args.agno);