Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Dcallback_xdr.c300 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()
301 if (dev->cbd_notify_type != NOTIFY_DEVICEID4_CHANGE && in decode_devicenotify_args()
302 dev->cbd_notify_type != NOTIFY_DEVICEID4_DELETE) { in decode_devicenotify_args()
308 if (((dev->cbd_notify_type == NOTIFY_DEVICEID4_CHANGE) && in decode_devicenotify_args()
310 ((dev->cbd_notify_type == NOTIFY_DEVICEID4_DELETE) && in decode_devicenotify_args()
331 __func__, dev->cbd_notify_type, dev->cbd_layout_type, in decode_devicenotify_args()
Dcallback.h149 uint32_t cbd_notify_type; member