Lines Matching refs:xhead
686 struct ext4_fsmap_head xhead = {0};
708 xhead.fmh_iflags = head.fmh_iflags;
709 xhead.fmh_count = head.fmh_count;
710 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]);
711 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]);
713 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]);
714 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]);
718 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info);
735 head.fmh_entries = xhead.fmh_entries;
736 head.fmh_oflags = xhead.fmh_oflags;