Home
last modified time | relevance | path

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

/linux-6.1.9/net/ceph/
Dpagelist.c9 struct ceph_pagelist *ceph_pagelist_alloc(gfp_t gfp_flags) in ceph_pagelist_alloc() function
27 EXPORT_SYMBOL(ceph_pagelist_alloc);
Dosd_client.c807 pagelist = ceph_pagelist_alloc(GFP_NOFS); in osd_req_op_cls_init()
851 pagelist = ceph_pagelist_alloc(GFP_NOFS); in osd_req_op_xattr_init()
4777 pl = ceph_pagelist_alloc(GFP_NOIO); in osd_req_op_notify_ack_init()
4866 lreq->request_pl = ceph_pagelist_alloc(GFP_NOIO); in ceph_osdc_notify()
/linux-6.1.9/include/linux/ceph/
Dpagelist.h26 struct ceph_pagelist *ceph_pagelist_alloc(gfp_t gfp_flags);
/linux-6.1.9/fs/ceph/
Dacl.c201 pagelist = ceph_pagelist_alloc(GFP_KERNEL); in ceph_pre_init_acls()
Dxattr.c1075 pagelist = ceph_pagelist_alloc(GFP_NOFS); in ceph_sync_setxattr()
1345 pagelist = ceph_pagelist_alloc(GFP_KERNEL); in ceph_security_init_secctx()
Dmds_client.c3788 _pagelist = ceph_pagelist_alloc(GFP_NOFS); in send_reconnect_partial()
4147 recon_state.pagelist = ceph_pagelist_alloc(GFP_NOFS); in send_mds_reconnect()