• Home
  • Raw
  • Download

Lines Matching refs:size_t

716 					size_t length)  in ceph_msg_data_bio_cursor_init()
721 cursor->resid = min_t(size_t, length, data->bio_length); in ceph_msg_data_bio_cursor_init()
731 size_t *page_offset, in ceph_msg_data_bio_next()
732 size_t *length) in ceph_msg_data_bio_next()
743 size_t bytes) in ceph_msg_data_bio_advance()
777 size_t length) in ceph_msg_data_bvecs_cursor_init()
782 cursor->resid = min_t(size_t, length, data->bvec_pos.iter.bi_size); in ceph_msg_data_bvecs_cursor_init()
792 size_t *page_offset, in ceph_msg_data_bvecs_next()
793 size_t *length) in ceph_msg_data_bvecs_next()
804 size_t bytes) in ceph_msg_data_bvecs_advance()
835 size_t length) in ceph_msg_data_pages_cursor_init()
857 size_t *page_offset, size_t *length) in ceph_msg_data_pages_next()
876 size_t bytes) in ceph_msg_data_pages_advance()
907 size_t length) in ceph_msg_data_pagelist_cursor_init()
932 size_t *page_offset, size_t *length) in ceph_msg_data_pagelist_next()
956 size_t bytes) in ceph_msg_data_pagelist_advance()
999 size_t length = cursor->total_resid; in __ceph_msg_data_cursor_init()
1025 struct ceph_msg *msg, size_t length) in ceph_msg_data_cursor_init()
1043 size_t *page_offset, size_t *length, in ceph_msg_data_next()
1083 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes) in ceph_msg_data_advance()
1175 static int ceph_pton(const char *str, size_t len, struct ceph_entity_addr *addr, in ceph_pton()
1197 static int ceph_dns_resolve_name(const char *name, size_t namelen, in ceph_dns_resolve_name()
1242 static inline int ceph_dns_resolve_name(const char *name, size_t namelen, in ceph_dns_resolve_name()
1253 static int ceph_parse_server_name(const char *name, size_t namelen, in ceph_parse_server_name()
1838 size_t length, size_t alignment, bool own_pages) in ceph_msg_data_add_pages()