Home
last modified time | relevance | path

Searched refs:xfs_dfsbno_t (Results 1 – 10 of 10) sorted by relevance

/fs/xfs/
Dxfs_types.h90 typedef __uint64_t xfs_dfsbno_t; /* blockno in filesystem (agno|agbno) */ typedef
117 #define NULLDFSBNO ((xfs_dfsbno_t)-1)
Dxfs_bmap_btree.c120 xfs_dfsbno_t b; in __xfs_bmbt_get_all()
122 b = (((xfs_dfsbno_t)l0 & xfs_mask64lo(9)) << 43) | in __xfs_bmbt_get_all()
123 (((xfs_dfsbno_t)l1) >> 21); in __xfs_bmbt_get_all()
128 s->br_startblock = (xfs_fsblock_t)(((xfs_dfsbno_t)l1) >> 21); in __xfs_bmbt_get_all()
171 xfs_dfsbno_t b; in xfs_bmbt_get_startblock()
173 b = (((xfs_dfsbno_t)r->l0 & xfs_mask64lo(9)) << 43) | in xfs_bmbt_get_startblock()
174 (((xfs_dfsbno_t)r->l1) >> 21); in xfs_bmbt_get_startblock()
178 return (xfs_fsblock_t)(((xfs_dfsbno_t)r->l1) >> 21); in xfs_bmbt_get_startblock()
Dxfs_bmap_btree.h77 (((((xfs_dfsbno_t)1) << DSTARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
84 static inline int isnulldstartblock(xfs_dfsbno_t x) in isnulldstartblock()
Dxfs_extfree_item.h25 xfs_dfsbno_t ext_start;
Dxfs_btree_trace.h62 xfs_dfiloff_t, xfs_dfsbno_t, xfs_dfilblks_t, int, int);
Dxfs_btree_trace.c87 xfs_dfsbno_t b, in xfs_btree_trace_argfffi()
Dxfs_btree.h305 xfs_dfsbno_t ptr, /* btree block disk address */
Dxfs_sb.h104 xfs_dfsbno_t sb_logstart; /* starting block of log if internal */
Dxfs_btree.c152 xfs_dfsbno_t bno, /* btree block disk address */ in xfs_btree_check_lptr()
733 xfs_dfsbno_t left = be64_to_cpu(block->bb_u.l.bb_leftsib); in xfs_btree_readahead_lblock()
734 xfs_dfsbno_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock()
Dxfs_inode.c2275 memmove(np, op, cur_max * (uint)sizeof(xfs_dfsbno_t)); in xfs_iroot_realloc()
2321 memcpy(np, op, new_max * (uint)sizeof(xfs_dfsbno_t)); in xfs_iroot_realloc()