Home
last modified time | relevance | path

Searched refs:ceph_pagelist_alloc (Results 1 – 6 of 6) sorted by relevance

/linux/net/ceph/
H A Dpagelist.c9 struct ceph_pagelist *ceph_pagelist_alloc(gfp_t gfp_flags) in ceph_pagelist_alloc() function
27 EXPORT_SYMBOL(ceph_pagelist_alloc);
H A Dosd_client.c812 pagelist = ceph_pagelist_alloc(GFP_NOFS); in osd_req_op_cls_init()
856 pagelist = ceph_pagelist_alloc(GFP_NOFS); in osd_req_op_xattr_init()
4854 pl = ceph_pagelist_alloc(GFP_NOIO); in osd_req_op_notify_ack_init()
4943 lreq->request_pl = ceph_pagelist_alloc(GFP_NOIO); in ceph_osdc_notify()
/linux/include/linux/ceph/
H A Dpagelist.h20 struct ceph_pagelist *ceph_pagelist_alloc(gfp_t gfp_flags);
/linux/fs/ceph/
H A Dxattr.c1121 pagelist = ceph_pagelist_alloc(GFP_NOFS); in ceph_sync_setxattr()
1393 pagelist = ceph_pagelist_alloc(GFP_KERNEL); in ceph_security_init_secctx()
H A Dmds_client.c4538 _pagelist = ceph_pagelist_alloc(GFP_NOFS); in send_reconnect_partial()
4907 recon_state.pagelist = ceph_pagelist_alloc(GFP_NOFS); in send_mds_reconnect()
H A Dinode.c2442 pagelist = ceph_pagelist_alloc(GFP_KERNEL); in fill_fscrypt_truncate()