Searched refs:xfs_dfsbno_t (Results 1 – 10 of 10) sorted by relevance
/fs/xfs/ |
D | xfs_types.h | 90 typedef __uint64_t xfs_dfsbno_t; /* blockno in filesystem (agno|agbno) */ typedef 117 #define NULLDFSBNO ((xfs_dfsbno_t)-1)
|
D | xfs_bmap_btree.c | 120 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()
|
D | xfs_bmap_btree.h | 77 (((((xfs_dfsbno_t)1) << DSTARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS) 84 static inline int isnulldstartblock(xfs_dfsbno_t x) in isnulldstartblock()
|
D | xfs_extfree_item.h | 25 xfs_dfsbno_t ext_start;
|
D | xfs_btree_trace.h | 62 xfs_dfiloff_t, xfs_dfsbno_t, xfs_dfilblks_t, int, int);
|
D | xfs_btree_trace.c | 87 xfs_dfsbno_t b, in xfs_btree_trace_argfffi()
|
D | xfs_btree.h | 305 xfs_dfsbno_t ptr, /* btree block disk address */
|
D | xfs_sb.h | 104 xfs_dfsbno_t sb_logstart; /* starting block of log if internal */
|
D | xfs_btree.c | 152 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()
|
D | xfs_inode.c | 2275 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()
|