Lines Matching refs:__be64
162 *(__be64 *)(di + 1) = cpu_to_be64(block); in gfs2_unstuff_dinode()
265 static inline __be64 *metapointer(unsigned int height, const struct metapath *mp) in metapointer()
270 return ((__be64 *)(bh->b_data + head_size)) + mp->mp_list[height]; in metapointer()
274 const struct buffer_head *bh, const __be64 *pos) in gfs2_metapath_ra()
277 const __be64 *endp = (const __be64 *)(bh->b_data + bh->b_size); in gfs2_metapath_ra()
278 const __be64 *t; in gfs2_metapath_ra()
318 __be64 *ptr; in lookup_metapath()
362 static inline unsigned int gfs2_extent_length(void *start, unsigned int len, __be64 *ptr, size_t li… in gfs2_extent_length()
364 const __be64 *end = (start + len); in gfs2_extent_length()
365 const __be64 *first = ptr; in gfs2_extent_length()
399 static inline __be64 *gfs2_indirect_init(struct metapath *mp, in gfs2_indirect_init()
403 __be64 *ptr = (__be64 *)(mp->mp_bh[i - 1]->b_data + in gfs2_indirect_init()
466 __be64 *ptr; in gfs2_bmap_alloc()
467 __be64 zero_bn = 0; in gfs2_bmap_alloc()
518 ptr = (__be64 *)(dibh->b_data + in gfs2_bmap_alloc()
531 sizeof(__be64)); in gfs2_bmap_alloc()
532 ptr = (__be64 *)(mp->mp_bh[i]->b_data + in gfs2_bmap_alloc()
611 __be64 *ptr; in gfs2_block_map()
717 struct buffer_head *bh, __be64 *top, __be64 *bottom, in do_strip()
724 __be64 *p; in do_strip()
876 __be64 *top, *bottom; in recursive_scan()
887 top = (__be64 *)(bh->b_data + sizeof(struct gfs2_dinode)) + mp->mp_list[0]; in recursive_scan()
888 bottom = (__be64 *)(bh->b_data + sizeof(struct gfs2_dinode)) + sdp->sd_diptrs; in recursive_scan()
894 top = (__be64 *)(bh->b_data + mh_size) + in recursive_scan()
897 bottom = (__be64 *)(bh->b_data + mh_size) + sdp->sd_inptrs; in recursive_scan()