Home
last modified time | relevance | path

Searched refs:btt_init (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt268 It may register with the BTT after it adds its own gendisk, using btt_init:
270 struct btt *btt_init(struct gendisk *disk, unsigned long long rawsize,
280 btt_fini using the same struct btt* handle that was provided to it by btt_init.
/linux-4.4.14/drivers/nvdimm/
Dbtt.c1305 static struct btt *btt_init(struct nd_btt *nd_btt, unsigned long long rawsize, in btt_init() function
1402 btt = btt_init(nd_btt, rawsize, nd_btt->lbasize, nd_btt->uuid, in nvdimm_namespace_attach_btt()