Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Dfcloop.c1295 static struct device *fcloop_device; variable
1309 fcloop_device = device_create_with_groups( in fcloop_init()
1312 if (IS_ERR(fcloop_device)) { in fcloop_init()
1314 ret = PTR_ERR(fcloop_device); in fcloop_init()
1318 get_device(fcloop_device); in fcloop_init()
1379 put_device(fcloop_device); in fcloop_exit()