Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/block/
Dnbd.c229 static const struct device_attribute pid_attr = { variable
1316 device_remove_file(disk_to_dev(nbd->disk), &pid_attr); in nbd_config_put()
1367 error = device_create_file(disk_to_dev(nbd->disk), &pid_attr); in nbd_start_device()