Searched refs:xfs_dfsbno_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_extfree_item.h25 xfs_dfsbno_t ext_start;
H A Dxfs_types.h93 typedef __uint64_t xfs_dfsbno_t; /* blockno in filesystem (agno|agbno) */ typedef
122 #define NULLDFSBNO ((xfs_dfsbno_t)-1)
H A Dxfs_bmap_btree.h101 (((((xfs_dfsbno_t)1) << DSTARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
110 static inline int isnulldstartblock(xfs_dfsbno_t x)
171 typedef xfs_dfsbno_t xfs_bmbt_ptr_t, xfs_bmdr_ptr_t; /* btree pointer type */
H A Dxfs_bmap_btree.c161 xfs_dfsbno_t b,
200 xfs_dfsbno_t d;
203 d = (xfs_dfsbno_t)f;
223 xfs_dfsbno_t b;
225 xfs_dfsbno_t d;
229 d = (xfs_dfsbno_t)f;
232 b = (xfs_dfsbno_t)s.br_startblock;
1895 xfs_dfsbno_t b;
1897 b = (((xfs_dfsbno_t)l0 & XFS_MASK64LO(9)) << 43) |
1898 (((xfs_dfsbno_t)l
[all...]
H A Dxfs_btree.h243 xfs_dfsbno_t ptr, /* btree block disk address */
H A Dxfs_sb.h104 xfs_dfsbno_t sb_logstart; /* starting block of log if internal */
H A Dxfsidbg.c179 xfs_dfsbno_t *, xfs_dfilblks_t *, int *);
3285 xfs_dfsbno_t b;
3397 (((xfs_dfsbno_t)(unsigned long)ktep->val[10] << 32) |
3398 (xfs_dfsbno_t)(unsigned long)ktep->val[11]);
3652 xfs_convert_extent(xfs_bmbt_rec_32_t *rp, xfs_dfiloff_t *op, xfs_dfsbno_t *sp,
3656 xfs_dfsbno_t s;
3663 s = (((xfs_dfsbno_t)(rp->l1 & 0x000001ff)) << 43) |
3664 (((xfs_dfsbno_t)rp->l2) << 11) |
3665 (((xfs_dfsbno_t)rp->l3) >> 21);
3933 sprintf(rval, "%Ld[%x:%x]", (xfs_dfsbno_t)bn
[all...]
H A Dxfs_btree.c227 xfs_dfsbno_t ptr, /* btree block disk address */
H A Dxfs_inode.c2433 memmove(np, op, cur_max * (uint)sizeof(xfs_dfsbno_t));
2481 memcpy(np, op, new_max * (uint)sizeof(xfs_dfsbno_t));

Completed in 134 milliseconds