| /fs/bcachefs/ |
| A D | printbuf.c | 33 int bch2_printbuf_make_room(struct printbuf *out, unsigned extra) in bch2_printbuf_make_room() 176 void bch2_prt_printf(struct printbuf *out, const char *fmt, ...) in bch2_prt_printf() 352 static void __prt_tab(struct printbuf *out) in __prt_tab() 368 void bch2_prt_tab(struct printbuf *out) in bch2_prt_tab() 429 void bch2_prt_human_readable_u64(struct printbuf *out, u64 v) in bch2_prt_human_readable_u64() 445 void bch2_prt_human_readable_s64(struct printbuf *out, s64 v) in bch2_prt_human_readable_s64() 460 void bch2_prt_units_u64(struct printbuf *out, u64 v) in bch2_prt_units_u64() 476 void bch2_prt_units_s64(struct printbuf *out, s64 v) in bch2_prt_units_s64() 483 void bch2_prt_string_option(struct printbuf *out, in bch2_prt_string_option() 491 void bch2_prt_bitflags(struct printbuf *out, in bch2_prt_bitflags() [all …]
|
| A D | printbuf.h | 165 static inline unsigned printbuf_remaining(struct printbuf *out) in printbuf_remaining() 170 static inline unsigned printbuf_written(struct printbuf *out) in printbuf_written() 175 static inline void printbuf_nul_terminate_reserved(struct printbuf *out) in printbuf_nul_terminate_reserved() 183 static inline void printbuf_nul_terminate(struct printbuf *out) in printbuf_nul_terminate() 190 static inline void __prt_char_reserved(struct printbuf *out, char c) in __prt_char_reserved() 197 static inline void __prt_char(struct printbuf *out, char c) in __prt_char() 203 static inline void prt_char(struct printbuf *out, char c) in prt_char() 218 static inline void prt_chars(struct printbuf *out, char c, unsigned n) in prt_chars() 237 static inline void prt_str(struct printbuf *out, const char *str) in prt_str() 247 static inline void prt_hex_byte(struct printbuf *out, u8 byte) in prt_hex_byte() [all …]
|
| A D | varint.c | 21 int bch2_varint_encode(u8 *out, u64 v) in bch2_varint_encode() 49 int bch2_varint_decode(const u8 *in, const u8 *end, u64 *out) in bch2_varint_decode() 82 int bch2_varint_encode_fast(u8 *out, u64 v) in bch2_varint_encode_fast() 110 int bch2_varint_decode_fast(const u8 *in, const u8 *end, u64 *out) in bch2_varint_decode_fast()
|
| A D | async_objs.c | 16 static void promote_obj_to_text(struct printbuf *out, void *obj) in promote_obj_to_text() 21 static void rbio_obj_to_text(struct printbuf *out, void *obj) in rbio_obj_to_text() 26 static void write_op_obj_to_text(struct printbuf *out, void *obj) in write_op_obj_to_text() 31 static void btree_read_bio_obj_to_text(struct printbuf *out, void *obj) in btree_read_bio_obj_to_text() 37 static void btree_write_bio_obj_to_text(struct printbuf *out, void *obj) in btree_write_bio_obj_to_text()
|
| A D | util.c | 244 void bch2_prt_u64_base2_nbits(struct printbuf *out, u64 v, unsigned nr_bits) in bch2_prt_u64_base2_nbits() 250 void bch2_prt_u64_base2(struct printbuf *out, u64 v) in bch2_prt_u64_base2() 319 void bch2_prt_backtrace(struct printbuf *out, bch_stacktrace *stack) in bch2_prt_backtrace() 339 void bch2_prt_datetime(struct printbuf *out, time64_t sec) in bch2_prt_datetime() 348 void bch2_prt_datetime(struct printbuf *out, time64_t sec) in bch2_prt_datetime() 356 void bch2_pr_time_units(struct printbuf *out, u64 ns) in bch2_pr_time_units() 363 static void bch2_pr_time_units_aligned(struct printbuf *out, u64 ns) in bch2_pr_time_units_aligned() 370 static inline void pr_name_and_units(struct printbuf *out, const char *name, u64 ns) in pr_name_and_units() 379 void bch2_time_stats_to_text(struct printbuf *out, struct bch2_time_stats *stats) in bch2_time_stats_to_text() 584 void bch2_pd_controller_debug_to_text(struct printbuf *out, struct bch_pd_controller *pd) in bch2_pd_controller_debug_to_text() [all …]
|
| A D | disk_groups.c | 89 static void bch2_sb_disk_groups_to_text(struct printbuf *out, in bch2_sb_disk_groups_to_text() 336 static void __bch2_disk_path_to_text(struct printbuf *out, struct bch_disk_groups_cpu *g, in __bch2_disk_path_to_text() 374 void bch2_disk_groups_to_text(struct printbuf *out, struct bch_fs *c) in bch2_disk_groups_to_text() 403 void bch2_disk_path_to_text(struct printbuf *out, struct bch_fs *c, unsigned v) in bch2_disk_path_to_text() 411 void bch2_disk_path_to_text_sb(struct printbuf *out, struct bch_sb *sb, unsigned v) in bch2_disk_path_to_text_sb() 521 void bch2_target_to_text(struct printbuf *out, struct bch_fs *c, unsigned v) in bch2_target_to_text() 554 static void bch2_target_to_text_sb(struct printbuf *out, struct bch_sb *sb, unsigned v) in bch2_target_to_text_sb() 582 void bch2_opt_target_to_text(struct printbuf *out, in bch2_opt_target_to_text()
|
| A D | error.c | 14 void __bch2_log_msg_start(const char *fs_or_dev_name, struct printbuf *out) in __bch2_log_msg_start() 23 bool __bch2_inconsistent_error(struct bch_fs *c, struct printbuf *out) in __bch2_inconsistent_error() 96 int __bch2_topology_error(struct bch_fs *c, struct printbuf *out) in __bch2_topology_error() 301 static void prt_actioning(struct printbuf *out, const char *action) in prt_actioning() 446 struct printbuf buf = PRINTBUF, *out = &buf; in __bch2_fsck_err() local 732 int bch2_inum_offset_err_msg_trans(struct btree_trans *trans, struct printbuf *out, in bch2_inum_offset_err_msg_trans() 750 void bch2_inum_offset_err_msg(struct bch_fs *c, struct printbuf *out, in bch2_inum_offset_err_msg() 756 int bch2_inum_snap_offset_err_msg_trans(struct btree_trans *trans, struct printbuf *out, in bch2_inum_snap_offset_err_msg_trans() 767 void bch2_inum_snap_offset_err_msg(struct bch_fs *c, struct printbuf *out, in bch2_inum_snap_offset_err_msg()
|
| A D | bkey_sort.c | 98 struct bkey_packed *out = dst->start; in bch2_key_sort_fix_overlapping() local 129 struct bkey_packed *in, *out = vstruct_last(dst); in bch2_sort_repack() local 175 struct bkey_packed *in, *next, *out = dst; in bch2_sort_keys_keep_unwritten_whiteouts() local 201 struct bkey_packed *in, *out = dst; in bch2_sort_keys() local
|
| A D | bkey_methods.c | 67 static void key_type_cookie_to_text(struct printbuf *out, struct bch_fs *c, in key_type_cookie_to_text() 91 static void key_type_inline_data_to_text(struct printbuf *out, struct bch_fs *c, in key_type_inline_data_to_text() 271 void bch2_bpos_to_text(struct printbuf *out, struct bpos pos) in bch2_bpos_to_text() 297 void bch2_bkey_to_text(struct printbuf *out, const struct bkey *k) in bch2_bkey_to_text() 315 void bch2_val_to_text(struct printbuf *out, struct bch_fs *c, in bch2_val_to_text() 324 void bch2_bkey_val_to_text(struct printbuf *out, struct bch_fs *c, in bch2_bkey_val_to_text() 436 struct bkey_format tmp = *f, *in = f, *out = &tmp; in __bch2_bkey_compat() local
|
| A D | journal_io.c | 70 static void bch2_journal_datetime_to_text(struct printbuf *out, struct jset *j) in bch2_journal_datetime_to_text() 80 static void bch2_journal_replay_to_text(struct printbuf *out, struct bch_fs *c, in bch2_journal_replay_to_text() 285 static void journal_entry_err_msg(struct printbuf *out, in journal_entry_err_msg() 503 static void journal_entry_prio_ptrs_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_prio_ptrs_to_text() 526 static void journal_entry_blacklist_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_blacklist_to_text() 600 static void journal_entry_usage_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_usage_to_text() 686 static void journal_entry_clock_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_clock_to_text() 761 static void journal_entry_log_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_log_to_text() 797 static void journal_entry_log_bkey_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_log_bkey_to_text() 841 static void journal_entry_datetime_to_text(struct printbuf *out, struct bch_fs *c, in journal_entry_datetime_to_text() [all …]
|
| A D | bkey.c | 12 void bch2_bkey_packed_to_binary_text(struct printbuf *out, in bch2_bkey_packed_to_binary_text() 226 struct bkey_packed *out, in bch2_bkey_transform_key() 253 struct bkey_packed *out, in bch2_bkey_transform() 270 struct bkey out; in __bch2_bkey_unpack_key() local 295 struct bpos out; in __bkey_unpack_pos() local 317 bool bch2_bkey_pack_key(struct bkey_packed *out, const struct bkey *in, in bch2_bkey_pack_key() 401 static bool bkey_packed_successor(struct bkey_packed *out, in bkey_packed_successor() 466 enum bkey_pack_pos_ret bch2_bkey_pack_pos_lossy(struct bkey_packed *out, in bch2_bkey_pack_pos_lossy() 679 void bch2_bkey_format_to_text(struct printbuf *out, const struct bkey_format *f) in bch2_bkey_format_to_text() 785 static u8 *compile_bkey_field(const struct bkey_format *format, u8 *out, in compile_bkey_field() [all …]
|
| A D | super-io.c | 42 void bch2_version_to_text(struct printbuf *out, enum bcachefs_metadata_version v) in bch2_version_to_text() 294 static int validate_sb_layout(struct bch_sb_layout *layout, struct printbuf *out) in validate_sb_layout() 347 static int bch2_sb_compatible(struct bch_sb *sb, struct printbuf *out) in bch2_sb_compatible() 386 enum bch_validate_flags flags, struct printbuf *out) in bch2_sb_validate() 1319 static void bch2_sb_ext_to_text(struct printbuf *out, struct bch_sb *sb, in bch2_sb_ext_to_text() 1387 void __bch2_sb_field_to_text(struct printbuf *out, struct bch_sb *sb, in __bch2_sb_field_to_text() 1400 void bch2_sb_field_to_text(struct printbuf *out, struct bch_sb *sb, in bch2_sb_field_to_text() 1416 void bch2_sb_layout_to_text(struct printbuf *out, struct bch_sb_layout *l) in bch2_sb_layout_to_text() 1439 void bch2_sb_to_text(struct printbuf *out, struct bch_sb *sb, in bch2_sb_to_text()
|
| A D | sb-errors.c | 13 void bch2_sb_error_id_to_text(struct printbuf *out, enum bch_sb_error_id id) in bch2_sb_error_id_to_text() 57 static void bch2_sb_errors_to_text(struct printbuf *out, struct bch_sb *sb, in bch2_sb_errors_to_text() 81 void bch2_fs_errors_to_text(struct printbuf *out, struct bch_fs *c) in bch2_fs_errors_to_text()
|
| A D | recovery_passes.c | 79 static void bch2_sb_recovery_passes_to_text(struct printbuf *out, in bch2_sb_recovery_passes_to_text() 339 struct printbuf *out, in __bch2_run_explicit_recovery_pass() 410 struct printbuf *out, in bch2_run_explicit_recovery_pass() 431 struct printbuf *out, in bch2_require_recovery_pass() 616 static void prt_passes(struct printbuf *out, const char *msg, u64 passes) in prt_passes() 623 void bch2_recovery_pass_status_to_text(struct printbuf *out, struct bch_fs *c) in bch2_recovery_pass_status_to_text()
|
| A D | sysfs.c | 245 static int bch2_compression_stats_to_text(struct printbuf *out, struct bch_fs *c) in bch2_compression_stats_to_text() 284 static void bch2_gc_gens_pos_to_text(struct printbuf *out, struct bch_fs *c) in bch2_gc_gens_pos_to_text() 292 static void bch2_fs_usage_base_to_text(struct printbuf *out, struct bch_fs *c) in bch2_fs_usage_base_to_text() 628 struct printbuf *out) in sysfs_opt_show() 783 static void dev_io_done_to_text(struct printbuf *out, struct bch_dev *ca) in dev_io_done_to_text()
|
| A D | btree_cache.c | 1394 void bch2_btree_id_to_text(struct printbuf *out, enum btree_id btree) in bch2_btree_id_to_text() 1402 void bch2_btree_id_level_to_text(struct printbuf *out, enum btree_id btree, unsigned level) in bch2_btree_id_level_to_text() 1409 void __bch2_btree_pos_to_text(struct printbuf *out, struct bch_fs *c, in __bch2_btree_pos_to_text() 1424 void bch2_btree_pos_to_text(struct printbuf *out, struct bch_fs *c, const struct btree *b) in bch2_btree_pos_to_text() 1429 void bch2_btree_node_to_text(struct printbuf *out, struct bch_fs *c, const struct btree *b) in bch2_btree_node_to_text() 1471 static void prt_btree_cache_line(struct printbuf *out, const struct bch_fs *c, in prt_btree_cache_line() 1486 void bch2_btree_cache_to_text(struct printbuf *out, const struct btree_cache *bc) in bch2_btree_cache_to_text()
|
| A D | replicas.c | 47 static void bch2_replicas_entry_v0_to_text(struct printbuf *out, in bch2_replicas_entry_v0_to_text() 58 void bch2_replicas_entry_to_text(struct printbuf *out, in bch2_replicas_entry_to_text() 125 void bch2_cpu_replicas_to_text(struct printbuf *out, in bch2_cpu_replicas_to_text() 744 static void bch2_sb_replicas_to_text(struct printbuf *out, in bch2_sb_replicas_to_text() 783 static void bch2_sb_replicas_v0_to_text(struct printbuf *out, in bch2_sb_replicas_v0_to_text()
|
| A D | sb-members.c | 207 static void member_to_text(struct printbuf *out, in member_to_text() 323 static void bch2_sb_members_v1_to_text(struct printbuf *out, struct bch_sb *sb, in bch2_sb_members_v1_to_text() 347 static void bch2_sb_members_v2_to_text(struct printbuf *out, struct bch_sb *sb, in bch2_sb_members_v2_to_text() 416 void bch2_dev_io_errors_to_text(struct printbuf *out, struct bch_dev *ca) in bch2_dev_io_errors_to_text()
|
| A D | extents.c | 48 void bch2_io_failures_to_text(struct printbuf *out, in bch2_io_failures_to_text() 318 void bch2_btree_ptr_to_text(struct printbuf *out, struct bch_fs *c, in bch2_btree_ptr_to_text() 350 void bch2_btree_ptr_v2_to_text(struct printbuf *out, struct bch_fs *c, in bch2_btree_ptr_v2_to_text() 544 void bch2_reservation_to_text(struct printbuf *out, struct bch_fs *c, in bch2_reservation_to_text() 1226 void bch2_extent_ptr_to_text(struct printbuf *out, struct bch_fs *c, const struct bch_extent_ptr *p… in bch2_extent_ptr_to_text() 1256 void bch2_extent_crc_unpacked_to_text(struct printbuf *out, struct bch_extent_crc_unpacked *crc) in bch2_extent_crc_unpacked_to_text() 1268 static void bch2_extent_rebalance_to_text(struct printbuf *out, struct bch_fs *c, in bch2_extent_rebalance_to_text() 1319 void bch2_bkey_ptrs_to_text(struct printbuf *out, struct bch_fs *c, in bch2_bkey_ptrs_to_text()
|
| A D | journal_sb.c | 71 static void bch2_sb_journal_to_text(struct printbuf *out, struct bch_sb *sb, in bch2_sb_journal_to_text() 172 static void bch2_sb_journal_v2_to_text(struct printbuf *out, struct bch_sb *sb, in bch2_sb_journal_v2_to_text()
|
| /fs/udf/ |
| A D | udfend.h | 10 struct kernel_lb_addr out; in lelb_to_cpu() local 20 struct lb_addr out; in cpu_to_lelb() local 30 struct short_ad out; in lesa_to_cpu() local 40 struct short_ad out; in cpu_to_lesa() local 50 struct kernel_long_ad out; in lela_to_cpu() local 60 struct long_ad out; in cpu_to_lela() local 70 struct kernel_extent_ad out; in leea_to_cpu() local
|
| /fs/ocfs2/dlm/ |
| A D | dlmdebug.c | 185 int out = 0; in stringify_lockname() local 205 int out = 0; in stringify_nodemap() local 216 int out = 0; in dump_mle() local 299 int out = 0; in debug_purgelist_print() local 356 int i, out = 0; in debug_mle_print() local 412 int out; in dump_lock() local 438 int out = 0; in dump_lockres() local 610 int out = 0; in debug_state_print() local
|
| /fs/hfs/ |
| A D | trans.c | 33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) in hfs_mac2asc() 97 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in) in hfs_asc2mac()
|
| /fs/verity/ |
| A D | hash_algs.c | 105 const struct inode *inode, const void *data, u8 *out) in fsverity_hash_block() 139 const void *data, size_t size, u8 *out) in fsverity_hash_buffer()
|
| /fs/ |
| A D | splice.c | 629 ssize_t splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, in splice_from_pipe() 663 iter_file_splice_write(struct pipe_inode_info *pipe, struct file *out, in iter_file_splice_write() 797 ssize_t splice_to_socket(struct pipe_inode_info *pipe, struct file *out, in splice_to_socket() 933 static ssize_t do_splice_from(struct pipe_inode_info *pipe, struct file *out, in do_splice_from() 1183 struct file *out, loff_t *opos, in do_splice_direct_actor() 1227 ssize_t do_splice_direct(struct file *in, loff_t *ppos, struct file *out, in do_splice_direct() 1250 ssize_t splice_file_range(struct file *in, loff_t *ppos, struct file *out, in splice_file_range() 1302 ssize_t do_splice(struct file *in, loff_t *off_in, struct file *out, in do_splice() 1400 struct file *out, loff_t __user *off_out, in __do_splice() 1940 ssize_t do_tee(struct file *in, struct file *out, size_t len, in do_tee()
|