Lines Matching refs:xhead
878 struct ext4_fsmap_head xhead = {0};
900 xhead.fmh_iflags = head.fmh_iflags;
901 xhead.fmh_count = head.fmh_count;
902 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]);
903 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]);
905 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]);
906 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]);
910 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info);
926 head.fmh_entries = xhead.fmh_entries;
927 head.fmh_oflags = xhead.fmh_oflags;