Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/
Dnbd.c215 static const struct device_attribute pid_attr = { variable
1216 device_remove_file(disk_to_dev(nbd->disk), &pid_attr); in nbd_config_put()
1275 error = device_create_file(disk_to_dev(nbd->disk), &pid_attr); in nbd_start_device()