Lines Matching defs:xhead
890 struct ext4_fsmap_head xhead = {0};
912 xhead.fmh_iflags = head.fmh_iflags;
913 xhead.fmh_count = head.fmh_count;
914 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]);
915 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]);
917 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]);
918 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]);
922 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info);
938 head.fmh_entries = xhead.fmh_entries;
939 head.fmh_oflags = xhead.fmh_oflags;