Home
last modified time | relevance | path

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

/linux-5.19.10/fs/nfs/ !
Dcallback_xdr.c297 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()
298 if (dev->cbd_notify_type != NOTIFY_DEVICEID4_CHANGE && in decode_devicenotify_args()
299 dev->cbd_notify_type != NOTIFY_DEVICEID4_DELETE) { in decode_devicenotify_args()
305 if (((dev->cbd_notify_type == NOTIFY_DEVICEID4_CHANGE) && in decode_devicenotify_args()
307 ((dev->cbd_notify_type == NOTIFY_DEVICEID4_DELETE) && in decode_devicenotify_args()
328 __func__, dev->cbd_notify_type, dev->cbd_layout_type, in decode_devicenotify_args()
Dcallback.h166 uint32_t cbd_notify_type; member