firstrec         4555 fs/xfs/libxfs/xfs_btree.c 	bool				firstrec = true;
firstrec         4584 fs/xfs/libxfs/xfs_btree.c 		if (firstrec) {
firstrec         4586 fs/xfs/libxfs/xfs_btree.c 			firstrec = false;
firstrec          143 fs/xfs/scrub/btree.c 	if (!bs->firstrec && !cur->bc_ops->recs_inorder(cur, &bs->lastrec, rec))
firstrec          145 fs/xfs/scrub/btree.c 	bs->firstrec = false;
firstrec          598 fs/xfs/scrub/btree.c 		.firstrec		= true,
firstrec           42 fs/xfs/scrub/btree.h 	bool				firstrec;