Lines Matching defs:btt_sb
59 static int btt_info_write(struct arena_info *arena, struct btt_sb *super)
74 sizeof(struct btt_sb), 0);
79 sizeof(struct btt_sb), 0);
82 static int btt_info_read(struct arena_info *arena, struct btt_sb *super)
85 sizeof(struct btt_sb), 0);
820 static void parse_arena_meta(struct arena_info *arena, struct btt_sb *super,
850 struct btt_sb *super;
973 struct btt_sb *super;
985 super = kzalloc(sizeof(struct btt_sb), GFP_NOIO);
1000 super->infosize = cpu_to_le32(sizeof(struct btt_sb));
1649 struct btt_sb *btt_sb;
1659 btt_sb = devm_kzalloc(&nd_btt->dev, sizeof(*btt_sb), GFP_KERNEL);
1660 if (!btt_sb)
1674 nd_btt_version(nd_btt, ndns, btt_sb);