Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c899 u64 cookie, struct ceph_pagelist *request_pl) in osd_req_op_notify_init() argument
906 ceph_osd_data_pagelist_init(&op->notify.request_data, request_pl); in osd_req_op_notify_init()
907 op->indata_len = request_pl->length; in osd_req_op_notify_init()
2709 if (lreq->request_pl) in linger_release()
2710 ceph_pagelist_release(lreq->request_pl); in linger_release()
3091 refcount_inc(&lreq->request_pl->refcnt); in send_linger()
3093 lreq->request_pl); in send_linger()
4858 lreq->request_pl = ceph_pagelist_alloc(GFP_NOIO); in ceph_osdc_notify()
4859 if (!lreq->request_pl) { in ceph_osdc_notify()
4864 ret = ceph_pagelist_encode_32(lreq->request_pl, 1); /* prot_ver */ in ceph_osdc_notify()
[all …]
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h290 struct ceph_pagelist *request_pl; member