Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/
Dnbd.c229 static const struct device_attribute pid_attr = { variable
1309 device_remove_file(disk_to_dev(nbd->disk), &pid_attr); in nbd_config_put()
1360 error = device_create_file(disk_to_dev(nbd->disk), &pid_attr); in nbd_start_device()