Home
last modified time | relevance | path

Searched refs:resource_statistics (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_nl.c3304 struct resource_statistics resource_statistics; in drbd_adm_dump_resources() local
3344 resource_statistics.res_stat_write_ordering = resource->write_ordering; in drbd_adm_dump_resources()
3345 err = resource_statistics_to_skb(skb, &resource_statistics, !capable(CAP_SYS_ADMIN)); in drbd_adm_dump_resources()
4626 struct resource_statistics resource_statistics; in notify_resource_state() local
4651 resource_statistics.res_stat_write_ordering = resource->write_ordering; in notify_resource_state()
4652 err = resource_statistics_to_skb(skb, &resource_statistics, !capable(CAP_SYS_ADMIN)); in notify_resource_state()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_nl.c3248 struct resource_statistics resource_statistics; in drbd_adm_dump_resources() local
3288 resource_statistics.res_stat_write_ordering = resource->write_ordering; in drbd_adm_dump_resources()
3289 err = resource_statistics_to_skb(skb, &resource_statistics, !capable(CAP_SYS_ADMIN)); in drbd_adm_dump_resources()
4570 struct resource_statistics resource_statistics; in notify_resource_state() local
4595 resource_statistics.res_stat_write_ordering = resource->write_ordering; in notify_resource_state()
4596 err = resource_statistics_to_skb(skb, &resource_statistics, !capable(CAP_SYS_ADMIN)); in notify_resource_state()

Completed in 12 milliseconds