Lines Matching refs:change
273 result = xdr_u_hyper(&fattr_xdr, &info->change); in info_to_fattr4()
461 static bool_t cb_notify_deviceid_change(XDR *xdr, struct notify_deviceid4 *change) in cb_notify_deviceid_change() argument
465 result = xdr_u_int32_t(xdr, (uint32_t*)&change->layouttype); in cb_notify_deviceid_change()
468 result = xdr_opaque(xdr, (char*)change->deviceid, PNFS_DEVICEID_SIZE); in cb_notify_deviceid_change()
471 result = xdr_bool(xdr, &change->immediate); in cb_notify_deviceid_change()
477 static bool_t cb_notify_deviceid_delete(XDR *xdr, struct notify_deviceid4 *change) in cb_notify_deviceid_delete() argument
481 result = xdr_u_int32_t(xdr, (uint32_t*)&change->layouttype); in cb_notify_deviceid_delete()
484 result = xdr_opaque(xdr, (char*)change->deviceid, PNFS_DEVICEID_SIZE); in cb_notify_deviceid_delete()
526 struct notify_deviceid4 *change = &args->change_list[c++]; in op_cb_notify_deviceid_args() local
527 change->type = notify->mask.arr[j]; in op_cb_notify_deviceid_args()
529 switch (change->type) { in op_cb_notify_deviceid_args()
531 result = cb_notify_deviceid_change(¬ify_xdr, change); in op_cb_notify_deviceid_args()
535 result = cb_notify_deviceid_delete(¬ify_xdr, change); in op_cb_notify_deviceid_args()