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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_types.h84 typedef __uint64_t xfs_dfsbno_t; /* blockno in filesystem (agno|agbno) */ typedef
111 #define NULLDFSBNO ((xfs_dfsbno_t)-1)
H A Dxfs_bmap_btree.h69 (((((xfs_dfsbno_t)1) << DSTARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
76 static inline int isnulldstartblock(xfs_dfsbno_t x)
H A Dxfs_extfree_item.h25 xfs_dfsbno_t ext_start;
H A Dxfs_bmap_btree.c114 xfs_dfsbno_t b;
116 b = (((xfs_dfsbno_t)l0 & xfs_mask64lo(9)) << 43) |
117 (((xfs_dfsbno_t)l1) >> 21);
122 s->br_startblock = (xfs_fsblock_t)(((xfs_dfsbno_t)l1) >> 21);
165 xfs_dfsbno_t b;
167 b = (((xfs_dfsbno_t)r->l0 & xfs_mask64lo(9)) << 43) |
168 (((xfs_dfsbno_t)r->l1) >> 21);
172 return (xfs_fsblock_t)(((xfs_dfsbno_t)r->l1) >> 21);
H A Dxfs_btree_trace.c87 xfs_dfsbno_t b,
H A Dxfs_btree.h305 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 Dxfs_btree.c148 xfs_dfsbno_t bno, /* btree block disk address */
689 xfs_dfsbno_t left = be64_to_cpu(block->bb_u.l.bb_leftsib);
690 xfs_dfsbno_t right = be64_to_cpu(block->bb_u.l.bb_rightsib);
H A Dxfs_inode.c2219 memmove(np, op, cur_max * (uint)sizeof(xfs_dfsbno_t));
2265 memcpy(np, op, new_max * (uint)sizeof(xfs_dfsbno_t));

Completed in 90 milliseconds