Searched refs:xfs_dfsbno_t (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_types.h | 93 typedef __uint64_t xfs_dfsbno_t; /* blockno in filesystem (agno|agbno) */ typedef 122 #define NULLDFSBNO ((xfs_dfsbno_t)-1)
|
| D | xfs_bmap_btree.c | 161 xfs_dfsbno_t b, in xfs_bmbt_trace_argfffi() 200 xfs_dfsbno_t d; in xfs_bmbt_trace_argifk() 203 d = (xfs_dfsbno_t)f; in xfs_bmbt_trace_argifk() 223 xfs_dfsbno_t b; in xfs_bmbt_trace_argifr() 225 xfs_dfsbno_t d; in xfs_bmbt_trace_argifr() 229 d = (xfs_dfsbno_t)f; in xfs_bmbt_trace_argifr() 232 b = (xfs_dfsbno_t)s.br_startblock; in xfs_bmbt_trace_argifr() 1895 xfs_dfsbno_t b; in __xfs_bmbt_get_all() 1897 b = (((xfs_dfsbno_t)l0 & XFS_MASK64LO(9)) << 43) | in __xfs_bmbt_get_all() 1898 (((xfs_dfsbno_t)l1) >> 21); in __xfs_bmbt_get_all() [all …]
|
| D | xfs_bmap_btree.h | 101 (((((xfs_dfsbno_t)1) << DSTARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS) 110 static inline int isnulldstartblock(xfs_dfsbno_t x) in isnulldstartblock() 171 typedef xfs_dfsbno_t xfs_bmbt_ptr_t, xfs_bmdr_ptr_t; /* btree pointer type */
|
| D | xfs_extfree_item.h | 25 xfs_dfsbno_t ext_start;
|
| D | xfs_btree.h | 243 xfs_dfsbno_t ptr, /* btree block disk address */
|
| D | xfsidbg.c | 179 xfs_dfsbno_t *, xfs_dfilblks_t *, int *); 3285 xfs_dfsbno_t b; in xfs_bmap_trace_entry() 3397 (((xfs_dfsbno_t)(unsigned long)ktep->val[10] << 32) | in xfs_bmbt_trace_entry() 3398 (xfs_dfsbno_t)(unsigned long)ktep->val[11]); in xfs_bmbt_trace_entry() 3652 xfs_convert_extent(xfs_bmbt_rec_32_t *rp, xfs_dfiloff_t *op, xfs_dfsbno_t *sp, in xfs_convert_extent() 3656 xfs_dfsbno_t s; in xfs_convert_extent() 3663 s = (((xfs_dfsbno_t)(rp->l1 & 0x000001ff)) << 43) | in xfs_convert_extent() 3664 (((xfs_dfsbno_t)rp->l2) << 11) | in xfs_convert_extent() 3665 (((xfs_dfsbno_t)rp->l3) >> 21); in xfs_convert_extent() 3933 sprintf(rval, "%Ld[%x:%x]", (xfs_dfsbno_t)bno, in xfs_fmtfsblock() [all …]
|
| D | xfs_sb.h | 104 xfs_dfsbno_t sb_logstart; /* starting block of log if internal */
|
| D | xfs_btree.c | 227 xfs_dfsbno_t ptr, /* btree block disk address */ in xfs_btree_check_lptr()
|
| D | xfs_inode.c | 2433 memmove(np, op, cur_max * (uint)sizeof(xfs_dfsbno_t)); in xfs_iroot_realloc() 2481 memcpy(np, op, new_max * (uint)sizeof(xfs_dfsbno_t)); in xfs_iroot_realloc()
|