Lines Matching refs:pl
4842 struct ceph_pagelist *pl; in osd_req_op_notify_ack_init() local
4847 pl = ceph_pagelist_alloc(GFP_NOIO); in osd_req_op_notify_ack_init()
4848 if (!pl) in osd_req_op_notify_ack_init()
4851 ret = ceph_pagelist_encode_64(pl, notify_id); in osd_req_op_notify_ack_init()
4852 ret |= ceph_pagelist_encode_64(pl, cookie); in osd_req_op_notify_ack_init()
4854 ret |= ceph_pagelist_encode_32(pl, payload_len); in osd_req_op_notify_ack_init()
4855 ret |= ceph_pagelist_append(pl, payload, payload_len); in osd_req_op_notify_ack_init()
4857 ret |= ceph_pagelist_encode_32(pl, 0); in osd_req_op_notify_ack_init()
4860 ceph_pagelist_release(pl); in osd_req_op_notify_ack_init()
4864 ceph_osd_data_pagelist_init(&op->notify_ack.request_data, pl); in osd_req_op_notify_ack_init()
4865 op->indata_len = pl->length; in osd_req_op_notify_ack_init()