xblk             2872 fs/ocfs2/xattr.c 	struct ocfs2_xattr_block *xblk;
xblk             2907 fs/ocfs2/xattr.c 	xblk = (struct ocfs2_xattr_block *)new_bh->b_data;
xblk             2908 fs/ocfs2/xattr.c 	memset(xblk, 0, inode->i_sb->s_blocksize);
xblk             2909 fs/ocfs2/xattr.c 	strcpy((void *)xblk, OCFS2_XATTR_BLOCK_SIGNATURE);
xblk             2910 fs/ocfs2/xattr.c 	xblk->xb_suballoc_slot = cpu_to_le16(ctxt->meta_ac->ac_alloc_slot);
xblk             2911 fs/ocfs2/xattr.c 	xblk->xb_suballoc_loc = cpu_to_le64(suballoc_loc);
xblk             2912 fs/ocfs2/xattr.c 	xblk->xb_suballoc_bit = cpu_to_le16(suballoc_bit_start);
xblk             2913 fs/ocfs2/xattr.c 	xblk->xb_fs_generation =
xblk             2915 fs/ocfs2/xattr.c 	xblk->xb_blkno = cpu_to_le64(first_blkno);
xblk             2917 fs/ocfs2/xattr.c 		struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root;
xblk             2924 fs/ocfs2/xattr.c 		xblk->xb_flags = cpu_to_le16(OCFS2_XATTR_INDEXED);
xblk             2958 fs/ocfs2/xattr.c 	struct ocfs2_xattr_block *xblk = NULL;
xblk             2971 fs/ocfs2/xattr.c 		xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data;
xblk             2972 fs/ocfs2/xattr.c 		xs->header = &xblk->xb_attrs.xb_header;
xblk             2974 fs/ocfs2/xattr.c 		xs->end = (void *)xblk + inode->i_sb->s_blocksize;
xblk             2977 fs/ocfs2/xattr.c 		xblk = (struct ocfs2_xattr_block *)xs->xattr_bh->b_data;
xblk             2979 fs/ocfs2/xattr.c 	if (!(le16_to_cpu(xblk->xb_flags) & OCFS2_XATTR_INDEXED)) {
xblk             2995 fs/ocfs2/xattr.c 	if (le16_to_cpu(xblk->xb_flags) & OCFS2_XATTR_INDEXED)
xblk               83 fs/qnx4/inode.c 	struct qnx4_xblk *xblk = NULL;
xblk              103 fs/qnx4/inode.c 				xblk = (struct qnx4_xblk*)bh->b_data;
xblk              104 fs/qnx4/inode.c 				if ( memcmp( xblk->xblk_signature, "IamXblk", 7 ) ) {
xblk              109 fs/qnx4/inode.c 			block = try_extent(&xblk->xblk_xtnts[ix], &offset);
xblk              114 fs/qnx4/inode.c 			if ( ++ix >= xblk->xblk_num_xtnts ) {
xblk              115 fs/qnx4/inode.c 				i_xblk = le32_to_cpu(xblk->xblk_next_xblk);