Lines Matching refs:ceph_pagelist
9 struct ceph_pagelist { struct
20 struct ceph_pagelist *pl; /* pagelist, for error checking */ argument
25 static inline void ceph_pagelist_init(struct ceph_pagelist *pl) in ceph_pagelist_init()
36 extern void ceph_pagelist_release(struct ceph_pagelist *pl);
38 extern int ceph_pagelist_append(struct ceph_pagelist *pl, const void *d, size_t l);
40 extern int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space);
42 extern int ceph_pagelist_free_reserve(struct ceph_pagelist *pl);
44 extern void ceph_pagelist_set_cursor(struct ceph_pagelist *pl,
47 extern int ceph_pagelist_truncate(struct ceph_pagelist *pl,
50 static inline int ceph_pagelist_encode_64(struct ceph_pagelist *pl, u64 v) in ceph_pagelist_encode_64()
55 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32()
60 static inline int ceph_pagelist_encode_16(struct ceph_pagelist *pl, u16 v) in ceph_pagelist_encode_16()
65 static inline int ceph_pagelist_encode_8(struct ceph_pagelist *pl, u8 v) in ceph_pagelist_encode_8()
69 static inline int ceph_pagelist_encode_string(struct ceph_pagelist *pl, in ceph_pagelist_encode_string()