xfs_dfsbno_t      159 fs/xfs/xfs_bmap_btree.c 	xfs_dfsbno_t		b,
xfs_dfsbno_t      199 fs/xfs/xfs_bmap_btree.c 		i, (xfs_dfsbno_t)f >> 32, (int)f, o >> 32,
xfs_dfsbno_t      216 fs/xfs/xfs_bmap_btree.c 	xfs_dfsbno_t		b;
xfs_dfsbno_t      218 fs/xfs/xfs_bmap_btree.c 	xfs_dfsbno_t		d;
xfs_dfsbno_t      222 fs/xfs/xfs_bmap_btree.c 	d = (xfs_dfsbno_t)f;
xfs_dfsbno_t      225 fs/xfs/xfs_bmap_btree.c 	b = (xfs_dfsbno_t)s.br_startblock;
xfs_dfsbno_t     1837 fs/xfs/xfs_bmap_btree.c 		xfs_dfsbno_t	b;
xfs_dfsbno_t     1839 fs/xfs/xfs_bmap_btree.c 		b = (((xfs_dfsbno_t)l0 & XFS_MASK64LO(9)) << 43) |
xfs_dfsbno_t     1840 fs/xfs/xfs_bmap_btree.c 		    (((xfs_dfsbno_t)l1) >> 21);
xfs_dfsbno_t     1845 fs/xfs/xfs_bmap_btree.c 	s->br_startblock = (xfs_fsblock_t)(((xfs_dfsbno_t)l1) >> 21);
xfs_dfsbno_t     1913 fs/xfs/xfs_bmap_btree.c 	xfs_dfsbno_t	b;
xfs_dfsbno_t     1915 fs/xfs/xfs_bmap_btree.c 	b = (((xfs_dfsbno_t)r->l0 & XFS_MASK64LO(9)) << 43) |
xfs_dfsbno_t     1916 fs/xfs/xfs_bmap_btree.c 	    (((xfs_dfsbno_t)r->l1) >> 21);
xfs_dfsbno_t     1920 fs/xfs/xfs_bmap_btree.c 	return (xfs_fsblock_t)(((xfs_dfsbno_t)r->l1) >> 21);
xfs_dfsbno_t     2561 fs/xfs/xfs_bmap_btree.c 	XFS_BMBT_TRACE_ARGFFFI(cur, (xfs_dfiloff_t)off, (xfs_dfsbno_t)bno,
xfs_dfsbno_t       76 fs/xfs/xfs_bmap_btree.h 	(((((xfs_dfsbno_t)1) << DSTARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
xfs_dfsbno_t       85 fs/xfs/xfs_bmap_btree.h static inline int isnulldstartblock(xfs_dfsbno_t x)
xfs_dfsbno_t      198 fs/xfs/xfs_btree.c 	xfs_dfsbno_t	ptr,		/* btree block disk address */
xfs_dfsbno_t      241 fs/xfs/xfs_btree.h 	xfs_dfsbno_t		ptr,	/* btree block disk address */
xfs_dfsbno_t       25 fs/xfs/xfs_extfree_item.h 	xfs_dfsbno_t	ext_start;
xfs_dfsbno_t     2365 fs/xfs/xfs_inode.c 		memmove(np, op, cur_max * (uint)sizeof(xfs_dfsbno_t));
xfs_dfsbno_t     2413 fs/xfs/xfs_inode.c 		memcpy(np, op, new_max * (uint)sizeof(xfs_dfsbno_t));
xfs_dfsbno_t      103 fs/xfs/xfs_sb.h 	xfs_dfsbno_t	sb_logstart;	/* starting block of log if internal */
xfs_dfsbno_t      119 fs/xfs/xfs_types.h #define	NULLDFSBNO	((xfs_dfsbno_t)-1)