Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dfcloop.c1579 static struct device *fcloop_device; variable
1592 fcloop_device = device_create_with_groups( in fcloop_init()
1595 if (IS_ERR(fcloop_device)) { in fcloop_init()
1597 ret = PTR_ERR(fcloop_device); in fcloop_init()
1601 get_device(fcloop_device); in fcloop_init()
1662 put_device(fcloop_device); in fcloop_exit()