| H A D | osdmap.c | 71 static int crush_decode_uniform_bucket(void **p, void *end, in crush_decode_uniform_bucket() argument 74 dout("crush_decode_uniform_bucket %p to %p\n", *p, end); in crush_decode_uniform_bucket() 75 ceph_decode_32_safe(p, end, b->item_weight, bad); in crush_decode_uniform_bucket() 81 static int crush_decode_list_bucket(void **p, void *end, in crush_decode_list_bucket() argument 85 dout("crush_decode_list_bucket %p to %p\n", *p, end); in crush_decode_list_bucket() 92 ceph_decode_need(p, end, 2 * b->h.size * sizeof(u32), bad); in crush_decode_list_bucket() 102 static int crush_decode_tree_bucket(void **p, void *end, in crush_decode_tree_bucket() argument 106 dout("crush_decode_tree_bucket %p to %p\n", *p, end); in crush_decode_tree_bucket() 107 ceph_decode_8_safe(p, end, b->num_nodes, bad); in crush_decode_tree_bucket() 111 ceph_decode_need(p, end, in crush_decode_tree_bucket() 119 crush_decode_straw_bucket(void ** p,void * end,struct crush_bucket_straw * b) crush_decode_straw_bucket() argument 140 crush_decode_straw2_bucket(void ** p,void * end,struct crush_bucket_straw2 * b) crush_decode_straw2_bucket() argument 280 decode_array_32_alloc(void ** p,void * end,u32 * plen) decode_array_32_alloc() argument 314 decode_choose_arg(void ** p,void * end,struct crush_choose_arg * arg) decode_choose_arg() argument 352 decode_choose_args(void ** p,void * end,struct crush_map * c) decode_choose_args() argument 437 crush_decode(void * pbyval,void * end) crush_decode() argument 800 decode_pool(void ** p,void * end,struct ceph_pg_pool_info * pi) decode_pool() argument 952 decode_pool_names(void ** p,void * end,struct ceph_osdmap * map) decode_pool_names() argument 1290 get_osdmap_client_data_v(void ** p,void * end,const char * prefix,u8 * v) get_osdmap_client_data_v() argument 1339 __decode_pools(void ** p,void * end,struct ceph_osdmap * map,bool incremental) __decode_pools() argument 1378 decode_pools(void ** p,void * end,struct ceph_osdmap * map) decode_pools() argument 1383 decode_new_pools(void ** p,void * end,struct ceph_osdmap * map) decode_new_pools() argument 1390 decode_pg_mapping(void ** p,void * end,struct rb_root * mapping_root,decode_mapping_fn_t fn,bool incremental) decode_pg_mapping() argument 1432 __decode_pg_temp(void ** p,void * end,bool incremental) __decode_pg_temp() argument 1459 decode_pg_temp(void ** p,void * end,struct ceph_osdmap * map) decode_pg_temp() argument 1465 decode_new_pg_temp(void ** p,void * end,struct ceph_osdmap * map) decode_new_pg_temp() argument 1471 __decode_primary_temp(void ** p,void * end,bool incremental) __decode_primary_temp() argument 1492 decode_primary_temp(void ** p,void * end,struct ceph_osdmap * map) decode_primary_temp() argument 1498 decode_new_primary_temp(void ** p,void * end,struct ceph_osdmap * map) decode_new_primary_temp() argument 1534 decode_primary_affinity(void ** p,void * end,struct ceph_osdmap * map) decode_primary_affinity() argument 1564 decode_new_primary_affinity(void ** p,void * end,struct ceph_osdmap * map) decode_new_primary_affinity() argument 1592 __decode_pg_upmap(void ** p,void * end,bool __unused) __decode_pg_upmap() argument 1598 decode_pg_upmap(void ** p,void * end,struct ceph_osdmap * map) decode_pg_upmap() argument 1604 decode_new_pg_upmap(void ** p,void * end,struct ceph_osdmap * map) decode_new_pg_upmap() argument 1610 decode_old_pg_upmap(void ** p,void * end,struct ceph_osdmap * map) decode_old_pg_upmap() argument 1615 __decode_pg_upmap_items(void ** p,void * end,bool __unused) __decode_pg_upmap_items() argument 1642 decode_pg_upmap_items(void ** p,void * end,struct ceph_osdmap * map) decode_pg_upmap_items() argument 1648 decode_new_pg_upmap_items(void ** p,void * end,struct ceph_osdmap * map) decode_new_pg_upmap_items() argument 1655 decode_old_pg_upmap_items(void ** p,void * end,struct ceph_osdmap * map) decode_old_pg_upmap_items() argument 1664 osdmap_decode(void ** p,void * end,bool msgr2,struct ceph_osdmap * map) osdmap_decode() argument 1815 ceph_osdmap_decode(void ** p,void * end,bool msgr2) ceph_osdmap_decode() argument 1841 decode_new_up_state_weight(void ** p,void * end,u8 struct_v,bool msgr2,struct ceph_osdmap * map) decode_new_up_state_weight() argument 1972 osdmap_apply_incremental(void ** p,void * end,bool msgr2,struct ceph_osdmap * map) osdmap_apply_incremental() argument [all...] |
| H A D | vsprintf.c | 106 * @endp: A pointer to the end of the parsed string will be placed here 121 * @endp: A pointer to the end of the parsed string will be placed here 135 * @endp: A pointer to the end of the parsed string will be placed here 167 * @endp: A pointer to the end of the parsed string will be placed here 459 char *number(char *buf, char *end, unsigned long long num, in number() argument 523 if (buf < end) in number() 530 if (buf < end) in number() 537 if (buf < end) in number() 542 if (buf < end) in number() 552 if (buf < end) in number() 588 special_hex_number(char * buf,char * end,unsigned long long num,int size) special_hex_number() argument 593 move_right(char * buf,char * end,unsigned len,unsigned spaces) move_right() argument 620 widen_string(char * buf,int n,char * end,struct printf_spec spec) widen_string() argument 641 string_nocheck(char * buf,char * end,const char * s,struct printf_spec spec) string_nocheck() argument 659 err_ptr(char * buf,char * end,void * ptr,struct printf_spec spec) err_ptr() argument 679 error_string(char * buf,char * end,const char * s,struct printf_spec spec) error_string() argument 709 check_pointer(char ** buf,char * end,const void * ptr,struct printf_spec spec) check_pointer() argument 724 string(char * buf,char * end,const char * s,struct printf_spec spec) string() argument 733 pointer_string(char * buf,char * end,const void * ptr,struct printf_spec spec) pointer_string() argument 809 ptr_to_id(char * buf,char * end,const void * ptr,struct printf_spec spec) ptr_to_id() argument 839 default_pointer(char * buf,char * end,const void * ptr,struct printf_spec spec) default_pointer() argument 856 restricted_pointer(char * buf,char * end,const void * ptr,struct printf_spec spec) restricted_pointer() argument 903 dentry_name(char * buf,char * end,const struct dentry * d,struct printf_spec spec,const char * fmt) dentry_name() argument 952 file_dentry_name(char * buf,char * end,const struct file * f,struct printf_spec spec,const char * fmt) file_dentry_name() argument 962 bdev_name(char * buf,char * end,struct block_device * bdev,struct printf_spec spec,const char * fmt) bdev_name() argument 985 symbol_string(char * buf,char * end,void * ptr,struct printf_spec spec,const char * fmt) symbol_string() argument 1046 hex_range(char * buf,char * end,u64 start_val,u64 end_val,struct printf_spec spec) hex_range() argument 1060 resource_string(char * buf,char * end,struct resource * res,struct printf_spec spec,const char * fmt) resource_string() argument 1157 range_string(char * buf,char * end,const struct range * range,struct printf_spec spec,const char * fmt) range_string() argument 1175 hex_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) hex_string() argument 1226 bitmap_string(char * buf,char * end,const unsigned long * bitmap,struct printf_spec spec,const char * fmt) bitmap_string() argument 1270 bitmap_list_string(char * buf,char * end,const unsigned long * bitmap,struct printf_spec spec,const char * fmt) bitmap_list_string() argument 1300 mac_address_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) mac_address_string() argument 1498 ip6_addr_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) ip6_addr_string() argument 1512 ip4_addr_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) ip4_addr_string() argument 1523 ip6_addr_string_sa(char * buf,char * end,const struct sockaddr_in6 * sa,struct printf_spec spec,const char * fmt) ip6_addr_string_sa() argument 1585 ip4_addr_string_sa(char * buf,char * end,const struct sockaddr_in * sa,struct printf_spec spec,const char * fmt) ip4_addr_string_sa() argument 1620 ip_addr_string(char * buf,char * end,const void * ptr,struct printf_spec spec,const char * fmt) ip_addr_string() argument 1655 escaped_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) escaped_string() argument 1716 va_format(char * buf,char * end,struct va_format * va_fmt,struct printf_spec spec) va_format() argument 1733 uuid_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) uuid_string() argument 1778 netdev_bits(char * buf,char * end,const void * addr,struct printf_spec spec,const char * fmt) netdev_bits() argument 1800 fourcc_string(char * buf,char * end,const u32 * fourcc,struct printf_spec spec,const char * fmt) fourcc_string() argument 1860 address_val(char * buf,char * end,const void * addr,struct printf_spec spec,const char * fmt) address_val() argument 1885 date_str(char * buf,char * end,const struct rtc_time * tm,bool r) date_str() argument 1904 time_str(char * buf,char * end,const struct rtc_time * tm,bool r) time_str() argument 1920 rtc_str(char * buf,char * end,const struct rtc_time * tm,struct printf_spec spec,const char * fmt) rtc_str() argument 1967 time64_str(char * buf,char * end,const time64_t time,struct printf_spec spec,const char * fmt) time64_str() argument 1990 timespec64_str(char * buf,char * end,const struct timespec64 * ts,struct printf_spec spec,const char * fmt) timespec64_str() argument 2012 time_and_date(char * buf,char * end,void * ptr,struct printf_spec spec,const char * fmt) time_and_date() argument 2031 clock(char * buf,char * end,struct clk * clk,struct printf_spec spec,const char * fmt) clock() argument 2048 format_flags(char * buf,char * end,unsigned long flags,const struct trace_print_flags * names) format_flags() argument 2096 format_page_flags(char * buf,char * end,unsigned long flags) format_page_flags() argument 2143 flags_string(char * buf,char * end,void * flags_ptr,struct printf_spec spec,const char * fmt) flags_string() argument 2172 fwnode_full_name_string(struct fwnode_handle * fwnode,char * buf,char * end) fwnode_full_name_string() argument 2198 device_node_string(char * buf,char * end,struct device_node * dn,struct printf_spec spec,const char * fmt) device_node_string() argument 2288 fwnode_string(char * buf,char * end,struct fwnode_handle * fwnode,struct printf_spec spec,const char * fmt) fwnode_string() argument 2318 resource_or_range(const char * fmt,char * buf,char * end,void * ptr,struct printf_spec spec) resource_or_range() argument 2534 pointer(const char * fmt,char * buf,char * end,void * ptr,struct printf_spec spec) pointer() argument 2866 char *str, *end; vsnprintf() local 3154 char *str, *end; vbin_printf() local 3294 char *str, *end; bstr_printf() local [all...] |