znotif 70 net/rds/message.c static struct rds_msg_zcopy_info *rds_info_from_znotifier(struct rds_znotifier *znotif) znotif 72 net/rds/message.c return container_of(znotif, struct rds_msg_zcopy_info, znotif); znotif 93 net/rds/message.c struct rds_znotifier *znotif) znotif 97 net/rds/message.c u32 cookie = znotif->z_cookie; znotif 102 net/rds/message.c mm_unaccount_pinned_pages(&znotif->z_mmp); znotif 111 net/rds/message.c kfree(rds_info_from_znotifier(znotif)); znotif 117 net/rds/message.c info = rds_info_from_znotifier(znotif); znotif 382 net/rds/message.c rm->data.op_mmp_znotifier = &info->znotif; znotif 381 net/rds/rds.h struct rds_znotifier znotif;